summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-9105 Fix EnclosingMethod for classes defined in lambdasLukas Rytz2015-02-071-0/+17
* SI-9135 Fix NPE, a regression in the pattern matcherJason Zaugg2015-02-051-1/+1
* Merge pull request #4252 from retronym/ticket/9050Lukas Rytz2015-02-031-1/+19
|\
| * SI-9050 Fix crasher with value classes, recursionJason Zaugg2015-01-161-1/+19
* | SI-9133 Harden against infinite loop in NoSymbol.ownerJason Zaugg2015-02-031-1/+5
|/
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1424-45/+45
|\
| * Fix many typos in docs and commentsmpociecha2014-12-1424-45/+45
* | SI-9057 - fix `showCode` to put backticks around names including dotsJan Bessai2015-01-071-1/+2
* | Merge pull request #4139 from retronym/ticket/7965Adriaan Moors2014-12-233-0/+7
|\ \
| * | SI-7965 Support calls to MethodHandle.{invoke,invokeExact}Jason Zaugg2014-12-033-0/+7
* | | fix ByteCodecs scaladocxuwei-k2014-12-141-2/+2
| |/ |/|
* | Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-055-26/+21
|\ \
| * | Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-055-20/+14
| * | Add flat classpath implementation for zip and jar filesmpociecha2014-11-301-6/+7
* | | Merge pull request #4178 from retronym/ticket/9018Jason Zaugg2014-12-031-2/+14
|\ \ \
| * | | SI-9018 Fix regression: cycle in LUBsJason Zaugg2014-12-031-2/+14
| |/ /
* | | Merge pull request #4166 from lpiepiora/update-scaladoc-examplesAdriaan Moors2014-12-0110-35/+35
|\ \ \ | |/ / |/| |
| * | Update ScalaDoc code examples not to use deprecated constructsLukasz Piepiora2014-11-2610-35/+35
* | | SI-8502 Improve resiliance to absent packagesJason Zaugg2014-11-282-6/+22
* | | Fixes memory leak when using reflectionTim Harper2014-11-221-2/+6
|/ /
* | Merge pull request #4099 from retronym/ticket/7596Grzegorz Kossakowski2014-11-211-1/+1
|\ \
| * | SI-7596 Curtail overloaded symbols during unpicklingJason Zaugg2014-11-061-1/+1
* | | Merge pull request #4115 from retronym/ticket/8597Grzegorz Kossakowski2014-11-211-0/+4
|\ \ \ | |_|/ |/| |
| * | SI-8597 Improved pattern unchecked warningsJason Zaugg2014-11-091-0/+4
* | | Merge pull request #4123 from retronym/ticket/8253Jason Zaugg2014-11-201-0/+2
|\ \ \
| * | | SI-8253 Fix incorrect parsing of <elem xmlns={f("a")}/>Jason Zaugg2014-11-101-0/+2
| |/ /
* | | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-181-7/+9
|\ \ \
| * | | SI-6502 Refactorings suggested by reviewHeather Miller2014-11-101-7/+9
| | |/ | |/|
* | | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-103-1/+18
|\ \ \ | |_|/ |/| |
| * | [sammy] use correct type for method to overrideAdriaan Moors2014-11-071-1/+1
| * | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-063-1/+18
* | | Merge pull request #4097 from retronym/ticket/7602Jason Zaugg2014-11-071-1/+3
|\ \ \
| * | | SI-7602 Avoid crash in LUBs with erroneous codeJason Zaugg2014-11-071-1/+3
| | |/ | |/|
* | | Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-071-0/+8
|\ \ \
| * | | SI-8947 Additional layers of defence against EmptyTree mutationJason Zaugg2014-11-061-3/+4
| * | | SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-301-0/+7
* | | | Merge pull request #4093 from lrytz/t8960Lukas Rytz2014-11-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8960 Bring back the SerialVersionUID to anonymous function classesLukas Rytz2014-11-051-1/+1
* | | | Merge pull request #4089 from gourlaysama/wip/t6626-scaladoc-throws-linksVlad Ureche2014-11-053-5/+5
|\ \ \ \
| * | | | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-053-5/+5
| |/ / /
* | | | Merge pull request #4017 from lrytz/t6541Lukas Rytz2014-11-051-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6541 valid wildcard existentials for case-module-unapplyLukas Rytz2014-11-051-0/+1
* | | | Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-0410-13/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-2410-13/+2
| | |/ | |/|
* | | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-041-0/+4
|\ \ \
| * | | Optimize tail calls to avoid findMember callsJason Zaugg2014-10-101-0/+4
* | | | Merge pull request #4045 from gourlaysama/wip/t8875-show-codeJason Zaugg2014-11-041-1/+1
|\ \ \ \
| * | | | SI-8875 showCode should print all class constructor modifiers.Antoine Gourlay2014-10-241-1/+1
| |/ / /
* | | | Merge pull request #4064 from xuwei-k/typo-representationJason Zaugg2014-11-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix typo. s/represenation/representationxuwei-k2014-10-201-1/+1
| |/ /