summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4622 from retronym/merge/2.11.x-to-2.12.x-20150713Adriaan Moors2015-07-1314-5/+139
|\
| * Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-1314-5/+139
| |\
| | * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
| | * Merge pull request #4569 from retronym/ticket/6985Adriaan Moors2015-06-308-0/+99
| | |\
| | | * SI-8892 Fix incorrect qualification in error messageJason Zaugg2015-06-232-0/+9
| | | * SI-8777 Avoid redundant disambiguation in error messagesJason Zaugg2015-06-233-2/+12
| | | * SI-6895 Test cases to explain the limitations in tcpoly inferenceJason Zaugg2015-06-234-0/+80
| | * | Merge pull request #4586 from som-snytt/issue/missing-argsSeth Tisue2015-06-293-2/+37
| | |\ \
| | | * | Improved message for missing argument listSom Snytt2015-06-273-2/+37
| | * | | Fix 23 typos (m-o)Janek Bogucki2015-06-282-2/+2
| | |/ /
* | | | Test warnings when an indy cannot be inlinedLukas Rytz2015-07-084-0/+29
* | | | Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-035-2/+9
* | | | Set -Xsource to 2.12 by defaultLukas Rytz2015-07-031-0/+1
|/ / /
* | | Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-1/+1
* | | Merge commit 'bb102e7' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-1/+1
|\| |
| * | Fix 8 typos (j-l)Janek Bogucki2015-06-231-1/+1
* | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-2419-33/+80
|\| |
| * | Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
| * | Fix 36 typos (d-f)Janek Bogucki2015-06-213-3/+3
| |/
| * Fix another several typosMichał Pociecha2015-06-182-2/+2
| * Fix some typos (a-c)Janek Bogucki2015-06-182-4/+4
| * Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-072-3/+3
| |\
| | * Enable nullness analysis in the inlinerLukas Rytz2015-05-252-3/+3
| * | SI-9343 Xlint less strict on pattern sequencesSom Snytt2015-06-032-19/+13
| * | Fix several tests under GenBCodeLukas Rytz2015-05-261-1/+1
| |/
| * SI-9286 Check subclass privates for "same type after erasure"Jason Zaugg2015-05-186-0/+53
* | Require and target Java 8Jason Zaugg2015-05-264-6/+6
* | Optimize `implicit def Predef.<???>ArrayOps`xuwei-k2015-05-201-1/+1
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-123-0/+40
|\|
| * Move test files to the right place.Gerard Basler2015-05-033-0/+40
* | Merge commit '555f8f0' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-215-0/+833
|\|
| * SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-152-0/+19
| * Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-133-0/+814
| |\
| | * Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-063-0/+814
* | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-216-5/+23
|\| |
| * | Error message improvementesfandiar amirrahimi2015-04-082-4/+4
| * | Merge pull request #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-074-1/+19
| |\ \ | | |/ | |/|
| | * Don't inlinie if the resulting method becomes too large for the JVMLukas Rytz2015-04-013-0/+18
| | * Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-011-1/+1
* | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0112-38/+65
|\| |
| * | Merge pull request #4418 from lrytz/t8731-relaxAdriaan Moors2015-03-311-4/+1
| |\ \ | | |/ | |/|
| | * SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-4/+1
| * | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-282-19/+0
| |\ \ | | |/ | |/|
| | * new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-262-19/+0
| * | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-262-13/+26
| |\ \ | | |/ | |/|
| | * better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-242-13/+26
| * | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-255-2/+25
| |\ \
| | * | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-215-2/+25
| | |/
| * / SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-172-0/+13
| |/
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0113-11/+144
|\|