summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3041 from gkossakowski/merge-2.10.xJason Zaugg2013-10-183-0/+34
|\
| * Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-10-163-0/+34
| |\
| | * SI-7783 Don't issue deprecation warnings for inferred TypeTreesJason Zaugg2013-09-274-7/+33
* | | Test cases for SAM restrictions.Jason Zaugg2013-10-173-0/+95
|/ /
* | Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-1440-69/+220
|\ \
| * \ 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-1226-45/+156
| |\ \ \
| | * | | SI-7985 Typecheck args after failure to typecheck functionJason Zaugg2013-10-098-7/+63
| | * | | 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 #3020 from paulp/pr/overriding-pairsJason Zaugg2013-10-0910-24/+35
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-0510-24/+35
| | |/ /
| * / / SI-7899 Don't infer by-name types during, e.g. eta-expansionJason Zaugg2013-10-072-0/+13
| |/ /
* / / Don't pursue SAM translation after an arity mismatch.Jason Zaugg2013-10-083-0/+75
|/ /
* | Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-0319-5/+162
|\ \
| * | SI-6680 unsoundness in gadt typing.Paul Phillips2013-10-0114-0/+129
| * | SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-015-5/+33
* | | Merge pull request #2965 from retronym/ticket/7859Grzegorz Kossakowski2013-10-036-26/+67
|\ \ \
| * | | SI-7859 Value classes may wrap a non-public memberJason Zaugg2013-09-296-26/+67
* | | | clearly establishes what macro bundles areEugene Burmako2013-10-0212-0/+102
| |/ / |/| |
* | | 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
|\ \ \ \
| * | | | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-2310-28/+73
* | | | | Merge pull request #2996 from paulp/pr/3971Jason Zaugg2013-09-272-0/+33
|\ \ \ \ \
| * | | | | SI-3971 error message carat mispoints at curried methods.Paul Phillips2013-09-272-0/+33
| | |_|/ / | |/| | |
* / | | | SI-6120 multiple warnings at same position.Paul Phillips2013-09-2714-11/+93
|/ / / /
* | | | Merge pull request #2979 from retronym/ticket/7870Jason Zaugg2013-09-262-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-7870 Detect default getter clashes in constructorsJason Zaugg2013-09-232-0/+7
* | | | Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-2443-182/+88
| |/ / |/| |
* | | Merge pull request #2956 from som-snytt/issue/7848-forgotten-interp-msgJason Zaugg2013-09-235-3/+73
|\ \ \
| * | | SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-182-1/+48
| * | | SI-7855 No missing interpolator warning post-typerSom Snytt2013-09-181-4/+1
| * | | SI-7848 Xlint says what looks interpolatedSom Snytt2013-09-174-2/+28
* | | | Merge pull request #2962 from densh/topic/syntactic-assignJason Zaugg2013-09-231-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | add syntactic extractor for assignment-like treesDen Shabalin2013-09-181-1/+1
| |/ /
* | | SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-1842-101/+166
* | | Position#show prints the point.Paul Phillips2013-09-184-4/+33
* | | Cull extraneous whitespace.Paul Phillips2013-09-18152-345/+342
|/ /
* | Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-155-0/+38
|\ \
| * | SI-7007 Test case shows we disallow premature `this` accessJason Zaugg2013-09-112-0/+21
| * | SI-3832 Don't lift methods in aux constructor trailing stats as STATICJason Zaugg2013-09-113-0/+17
* | | Reducing variation of tree creation methods.Paul Phillips2013-09-133-9/+7
* | | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-1224-9/+193
|\ \ \
| * | | SI-7622 Scaladoc and error message polishSom Snytt2013-08-212-2/+2
| * | | SI-7622 Clean Up Phase AssemblySom Snytt2013-08-2122-0/+186