summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-302-15/+19
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-222-1/+14
|\|
| * Merge pull request #4725 from retronym/topic/completely-2.11Lukas Rytz2015-09-212-1/+14
| |\
| | * Merge remote-tracking branch 'origin/2.11.x' into topic/completely-2.11Jason Zaugg2015-09-179-16/+24
| | |\
| | * | Exclude <byname> and friends from REPL completionJason Zaugg2015-09-091-1/+1
| | * | Add a convenience method to Symbol to "resugar" fieldsJason Zaugg2015-09-021-0/+13
| * | | [backport] Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-181-3/+3
* | | | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-226-6/+9
|\| | |
| * | | SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+3
| | |/ | |/|
| * | Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-151-1/+1
| |\ \
| | * | Improve drifted URLsJanek Bogucki2015-09-091-1/+1
| * | | Merge pull request #4728 from janekdb/2.11.x-urls-docs-codehaus-citeseerSeth Tisue2015-09-154-5/+5
| |\ \ \ | | |/ / | |/| |
| | * | Update links to docs, codehaus and citeseerJanek Bogucki2015-09-044-5/+5
| * | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-081-1/+1
| |\ \ \
| | * | | fix assorted typosSeth Tisue2015-08-281-1/+1
| | | |/ | | |/|
| * | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-062-8/+16
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-232-8/+16
| * | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-021-1/+1
| | |/ | |/|
| * | Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-234-4/+4
| |/
* | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-221-1/+3
|\ \
| * \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-188-18/+31
| |\ \
| * | | Store SAM information in ClassBTypesLukas Rytz2015-08-271-1/+3
* | | | Merge pull request #4749 from retronym/ticket/9473Lukas Rytz2015-09-221-1/+10
|\ \ \ \
| * | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-221-1/+10
| | |/ / | |/| |
* | | | Merge pull request #4699 from alexeyr/patch-1Lukas Rytz2015-09-181-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Include owner in ErrorNonExistentField messageAlexey Romanov2015-09-141-3/+3
| |/ /
* | | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-087-14/+22