summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* deprecates raw tree manipulation facilities in macros.ContextEugene Burmako2013-10-1841-89/+114
* Merge pull request #3030 from xeno-by/topic/fundep-viewsEugene Burmako2013-10-1828-19/+313
|\
| * SI-3346 implicit parameters can now guide implicit view inferenceEugene Burmako2013-10-1128-19/+313
* | Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-185-4/+35
|\ \
| * \ Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-165-4/+35
| |\ \
| | * \ Merge pull request #2985 from retronym/ticket/7783Jason Zaugg2013-10-035-10/+33
| | |\ \
| | | * | SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-275-10/+33
* | | | | Merge pull request #3048 from adriaanm/sammy_testsJason Zaugg2013-10-183-0/+95
|\ \ \ \ \
| * | | | | Test cases for SAM restrictions.Jason Zaugg2013-10-173-0/+95
| |/ / / /
* | | | | Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-181-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-0/+7
* | | | | Merge pull request #3016 from xeno-by/topic/vampiresJason Zaugg2013-10-154-0/+61
|\ \ \ \ \
| * | | | | no longer warns on calls to vampire macrosEugene Burmako2013-10-044-0/+61
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3037 from gkossakowski/fix-merge-3018v2.11.0-M6Grzegorz Kossakowski2013-10-1415-3/+154
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1449-83/+292
| |\ \ \ \ \
| * | | | | | Single Abstract Method support: java8 testAdriaan Moors2013-10-084-1/+37
| * | | | | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-082-0/+10
| * | | | | | Don't pursue SAM translation after an arity mismatch.Jason Zaugg2013-10-083-0/+75
| * | | | | | Single Abstract Method support: synthesize SAMsAdriaan Moors2013-10-047-2/+32
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3038 from retronym/topic/by-name-revertGrzegorz Kossakowski2013-10-143-0/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-7899 Allow by-name inference under -Yinfer-by-nameJason Zaugg2013-10-143-0/+26
| | |/ / / | |/| | |
* | | | | Merge pull request #3032 from retronym/ticket/7239-testPaul Phillips2013-10-122-0/+16
|\ \ \ \ \
| * | | | | SI-7239 A bonus test case from [scala-user]Jason Zaugg2013-10-112-0/+16
* | | | | | Merge pull request #3024 from retronym/ticket/7895Paul Phillips2013-10-1228-45/+171
|\ \ \ \ \ \
| * | | | | | SI-7985 Typecheck args after failure to typecheck functionJason Zaugg2013-10-0910-7/+78
| * | | | | | SI-7895 Issue all buffered errors after silent mode.Jason Zaugg2013-10-098-6/+75
| * | | | | | SI-7895 Avoid cascade of "symbol not found" in pattern matchesJason Zaugg2013-10-0910-32/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3025 from retronym/ticket/7902Paul Phillips2013-10-121-0/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2013-10-091-0/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #3020 from paulp/pr/overriding-pairsJason Zaugg2013-10-0913-27/+56
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-0513-27/+56
| |/ / /
* / / / SI-7899 Don't infer by-name types during, e.g. eta-expansionJason Zaugg2013-10-075-11/+32
|/ / /
* | | Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-0322-7/+193
|\ \ \
| * | | SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-0117-2/+160
| * | | SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-015-5/+33
* | | | Merge pull request #3013 from retronym/topic/unspec-fix-windowsAdriaan Moors2013-10-031-1/+1
|\ \ \ \
| * | | | Rework cff8b569 to heal the windows build.Jason Zaugg2013-10-031-1/+1
* | | | | Merge pull request #2965 from retronym/ticket/7859Grzegorz Kossakowski2013-10-038-26/+125
|\ \ \ \ \
| * | | | | SI-7859 Value classes may wrap a non-public memberJason Zaugg2013-09-298-26/+125
* | | | | | macro bundles are now usable in replEugene Burmako2013-10-022-0/+37
* | | | | | clearly establishes what macro bundles areEugene Burmako2013-10-0220-3/+169
| |/ / / / |/| | | |
* | | | | Removing unused code.Paul Phillips2013-10-022-8/+4
| |/ / / |/| | |
* | | | Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-303-0/+34
|\ \ \ \
| * | | | transformers no longer ignore UnApply.funEugene Burmako2013-09-263-0/+34
* | | | | Some refinement of -Xlint interpolation warning.Paul Phillips2013-09-272-1/+44
* | | | | Merge pull request #2909 from soc/SI-7629-deprecate-view-boundsJason Zaugg2013-09-273-0/+16
|\ \ \ \ \
| * | | | | SI-7629 Deprecate view boundsSimon Ochsenreither2013-09-253-0/+16
| |/ / / /
* | | | | Merge pull request #2992 from retronym/ticket/7877Jason Zaugg2013-09-272-0/+20
|\ \ \ \ \
| * | | | | SI-7877 Only look for unapplies in term treesJason Zaugg2013-09-272-0/+20
| |/ / / /
* | | | | Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-2710-28/+73
|\ \ \ \ \