summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-8868 Fix unpickling of local dummy symbolsJason Zaugg2014-09-301-2/+10
* 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
| |/ |/|
* | Merge pull request #3817 from phaller/topic/typetagsLukas Rytz2014-07-154-28/+42
|\ \
| * | Add SerialVersionUID to SerializedTypeTag and SerializedExprPhilipp Haller2014-07-152-2/+2
| * | SI-5919 TypeTags and Exprs should be serializablePhilipp Haller2014-07-154-28/+42
* | | Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-151-2/+2
|\ \ \
| * | | SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-2/+2
| | |/ | |/|
* | | Merge pull request #3845 from xeno-by/topic/attachment-subclassingJason Zaugg2014-07-151-1/+1
|\ \ \
| * | | relaxes attachment-matching rulesEugene Burmako2014-07-101-1/+1
| |/ /
* | | Merge pull request #3844 from xeno-by/topic/rangepos-subpatternsJason Zaugg2014-07-151-1/+1
|\ \ \ | |_|/ |/| |
| * | prevents some reflection APIs from destroying rangeposesEugene Burmako2014-07-101-1/+1
| |/
* | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-091-5/+37
|\ \
| * | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-071-5/+37
* | | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-043-6/+35
* | | Track symbol that caused a deprecation warning.Adriaan Moors2014-07-041-0/+3
* | | Uniformly route reporting through reporter.Adriaan Moors2014-07-042-7/+68
* | | Move reporting logic into Reporting traitAdriaan Moors2014-07-043-15/+37
|/ /
* | Merge pull request #3736 from VladimirNik/print-types-issue-2.11.xAdriaan Moors2014-07-031-14/+27
|\ \
| * | TypeTree printing modified (SI-8447)VladimirNik2014-05-091-14/+27
* | | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-031-0/+2
|\ \ \ | |_|/ |/| |
| * | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+2
| |/
* | Merge pull request #3796 from som-snytt/issue/8630Adriaan Moors2014-06-031-1/+1
|\ \
| * | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-271-1/+1
* | | Merge pull request #3789 from clhodapp/fix/SI-6678Adriaan Moors2014-06-031-1/+2
|\ \ \
| * | | SI-6678 Make currentMirror macro hygenicclhodapp2014-05-231-1/+2
| | |/ | |/|
* | | Merge pull request #3774 from lrytz/opt/backendWipLukas Rytz2014-06-011-56/+50
|\ \ \ | |_|/ |/| |
| * | Re-use the exsiting range of the name table when using subName.Lukas Rytz2014-05-211-4/+10
| * | Cleanups in Names.scalaLukas Rytz2014-05-211-53/+38