summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | |/ / /
| * | | | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-021-0/+7
| |\ \ \ \
| | * | | | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-101-0/+7
| | |/ / /
| * | | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-022-10/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-6613 Make Java enums work in FSC / REPLJason Zaugg2014-10-091-2/+4
| | * | | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-091-8/+5
* | | | | Merge commit 'eb15950' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-296-71/+83
|\| | | |
| * | | | SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-151-22/+22
| | |/ / | |/| |
| * | | SI-8894 dealias when looking at tuple componentsAdriaan Moors2014-10-081-1/+2
| * | | SI-4788/SI-5948 Respect RetentionPolicy of Java annotationsSimon Ochsenreither2014-10-072-0/+6
| * | | SI-8843 AbsFileCL acts like a CLSom Snytt2014-10-062-41/+31
| |/ /
| * | Merge pull request #4010 from lrytz/t8087Jason Zaugg2014-10-011-5/+12
| |\ \
| | * | SI-8087 keep annotations on mixed-in private[this] fieldsLukas Rytz2014-09-301-5/+12
| * | | SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-301-2/+10
| |/ /
* | | Merge pull request #4125 from retronym/ticket/8944Grzegorz Kossakowski2015-01-141-0/+1
|\ \ \
| * | | SI-8944 A more resiliant naming scheme for case accessorsJason Zaugg2014-11-121-0/+1
* | | | Merge pull request #4124 from retronym/ticket/7521Grzegorz Kossakowski2014-11-211-1/+10
|\ \ \ \
| * | | | SI-7521 Fix erasure of parametric value classes.Jason Zaugg2014-11-101-1/+10
| |/ / /
* | | | Merge pull request #4001 from retronym/ticket/8862Jason Zaugg2014-11-195-21/+21
|\ \ \ \ | |/ / / |/| | |
| * | | More uniform treatment of package objectsJason Zaugg2014-11-075-15/+19
| * | | SI-8862 Fix treatment of inherited implicits in package objectsJason Zaugg2014-11-071-7/+3
| |/ /
* / / SI-8575 Fix subtyping transitivity with aliases, compound typesJason Zaugg2014-11-071-1/+8
|/ /
* | Merge pull request #3980 from retronym/ticket/8844Lukas Rytz2014-09-171-1/+1
|\ \
| * | SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-1/+1
* | | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-122-11/+13
|/ /
* | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-051-1/+1
|\ \
| * | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-201-1/+1
* | | Merge pull request #3956 from gourlaysama/wip/interp-warnGrzegorz Kossakowski2014-09-022-3/+3
|\ \ \
| * | | SI-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-022-3/+3
* | | | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-021-1/+1
|\ \ \ \
| * | | | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-1/+1
| |/ / /
* | | | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-012-35/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-012-35/+10
| |/ /
* | | Merge pull request #3929 from retronym/ticket/8793Lukas Rytz2014-08-261-2/+8
|\ \ \
| * | | SI-8793 Fix patmat regression with extractors, existentialsJason Zaugg2014-08-151-2/+8
* | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-261-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Add errorCount to wean partest off Reporter$SeverityAdriaan Moors2014-07-171-0/+3
* | | | SI-8512 Infer Any for the qSom Snytt2014-08-121-1/+1
| |/ / |/| |
* | | Merge pull request #3894 from adriaanm/depmsgGrzegorz Kossakowski2014-07-251-5/+6
|\ \ \
| * | | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-221-5/+6
| |/ /
* | | Merge pull request #3826 from lrytz/opt/refactorTrackedGrzegorz Kossakowski2014-07-253-23/+92
|\ \ \
| * | | Documentation for isModuleClassLukas Rytz2014-07-081-0/+3
| * | | Clean up and document some usages of flags in the backendLukas Rytz2014-07-082-18/+68
| * | | Minor cleanups and comments in GenBCodeLukas Rytz2014-07-081-6/+22
* | | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-231-7/+0
| |/ / |/| |