summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-221-1/+1
|\
| * * Replace isPackage with hasPackageFlagKota Mizushima2016-03-171-1/+1
* | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-213-3/+3
|\ \
| * | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-153-3/+3
| |/
* / New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-1811-90/+18
|/
* Merge pull request #4974 from szeiger/wip/patmat-outertestAdriaan Moors2016-03-142-41/+24
|\
| * Improved outer ref checking in pattern matches:Adriaan Moors2016-03-072-41/+24
* | Fix var spelling in WeakHashSetJanek Bogucki2016-03-091-6/+6
|/
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-251-13/+25
|\
| * Micro optimise Symbol#fullNameJason Zaugg2016-02-091-13/+25
* | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-242-175/+176
|\ \
| * | thisInfo.parents also needs separate treatmentAdriaan Moors2016-02-121-1/+5
| * | Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-122-108/+128
| * | Towards understanding `TypeRef`'s `transformInfo`/`baseType`Adriaan Moors2016-02-101-94/+71
* | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-123-0/+15
|\ \ \ | |/ / |/| |
| * | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-293-0/+15
* | | Merge pull request #4868 from retronym/ticket/9542-comboJason Zaugg2016-02-102-22/+17
|\ \ \
| * | | SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-012-22/+17
| |/ /
* | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-042-8/+12
|\ \ \
| * | | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-032-8/+12
| |/ /
* | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-031-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fix some simple extra wordsEitan Adler2016-01-171-2/+2
* | Merge pull request #4735 from soc/SI-9437Lukas Rytz2016-01-261-0/+1
|\ \
| * | SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-251-0/+1
* | | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-2444-161/+159
|\| |
| * | SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-192-26/+24
| * | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1838-89/+62
| * | Merge pull request #4729 from retronym/topic-trait-defaults-moduleLukas Rytz2015-12-183-3/+3
| |\ \
| | * | Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-083-3/+3
| * | | Merge pull request #4265 from retronym/ticket/9110Lukas Rytz2015-12-181-1/+2
| |\ \ \
| | * | | SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-1/+2
| * | | | Merge commit '5e99f82' into merge-2.11-to-2.12-nov-27Lukas Rytz2015-11-274-8/+8
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Apply some static code analysis recommendationsJanek Bogucki2015-11-264-8/+8
| * | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-242-13/+29
| |\| |
| | * | Attacking exponential complexity in TypeMapsJason Zaugg2015-11-132-13/+29
| * | | Clean up a bit more in Constructors.Adriaan Moors2015-11-121-0/+2
| * | | Sbt-compatible implementation of `isPastXXXPhase`Adriaan Moors2015-11-121-4/+8
| * | | Annotation filtering & derivation in one place.Adriaan Moors2015-11-121-0/+16
| * | | Also mutate module *class*'s owner in ChangeOwnerTraverserAdriaan Moors2015-11-122-15/+5
| * | | Use BTypes when building the lambdaMetaFactoryBootstrapHandleLukas Rytz2015-11-062-2/+0
* | | | Harden methods to recognize method invocations to optimizeLukas Rytz2016-01-232-0/+5
|/ / /
* | | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-262-12/+6
* | | Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-202-0/+6
| |/ |/|
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-055-4/+18
|\|
| * Merge pull request #4770 from SethTisue/windows-testing-fixesLukas Rytz2015-10-051-0/+8
| |\
| | * add comments warning of InputStream leaks in scala.io.reflectSeth Tisue2015-09-251-0/+8
| * | Merge pull request #4768 from SethTisue/fix-indentationSeth Tisue2015-09-241-1/+1
| |\ \ | | |/ | |/|
| | * fix indentationSeth Tisue2015-09-241-1/+1
| * | Improve presentation compilation of annotationsJason Zaugg2015-09-243-3/+9
| |/
* | SI-9498 Centralize and bolster TypeRef cache invalidationJason Zaugg2015-09-301-11/+52