summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'merge/2.10-to-2.11-sept-2' into merge/2.11-to-2.12-is-it-really...Lukas Rytz2014-09-027-7/+59
|\| | |
| * | | Merge pull request #3905 from gourlaysama/wip/t5691-2Lukas Rytz2014-08-267-7/+59
| |\ \ \
| | * | | SI-5691 lint warning when a type parameter shadows an existing type.Antoine Gourlay2014-08-127-7/+59
* | | | | Merge commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-025-8/+18
|\| | | |
| * | | | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-262-1/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Encapsulate reporting mode as class of reportBuffer.Adriaan Moors2014-07-181-1/+9
| | * | | Simplify (ambiguous) error issuing.Adriaan Moors2014-07-171-0/+1
| * | | | SI-8512 Infer a type for f"$args"Som Snytt2014-08-121-1/+1
| | |_|/ | |/| |
| * | | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-121-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+2
| * | | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-221-4/+5
* | | | Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-0219-13/+132
|\| | |
| * | | SI-8736 Restore -language to former glorySom Snytt2014-07-203-0/+19
| |/ /
| * / SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-162-14/+2
| |/
| * Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1613-13/+97
| |\
| | * SI-8525 No anonymous lintSom Snytt2014-07-105-5/+20
| | * SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-089-20/+49
| | * SI-8610 -Xlint is multichoice optionSom Snytt2014-07-086-0/+40
| * | Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-153-0/+28
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-07-1414-6/+96
|\| |
| * | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-094-0/+19
| |\ \ | | |/ | |/|
| | * SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-074-0/+19
| * | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-042-2/+2
| * | Move reporting logic into Reporting traitAdriaan Moors2014-07-046-14/+18
| * | Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-044-4/+8
| |/
| * Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-034-0/+63
| |\
| | * SI-8675 Add another test case for swallowed type errorsJason Zaugg2014-06-262-0/+28
| | * SI-8675 Avoid unreported error after second try using implicit viewJason Zaugg2014-06-252-0/+35
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-2.12.x-20140627Jason Zaugg2014-06-276-1/+97
|\| |
| * | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-272-0/+51
| |\ \
| | * | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-252-0/+51
| | |/
| * | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-271-1/+1
| |\ \ | | |/ | |/|
| | * SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-141-1/+1
| * | SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-103-0/+45
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.xJason Zaugg2014-06-103-1/+9
|\| |
| * | Support Java 8 in the checkfile for neg/t6289Jason Zaugg2014-06-041-1/+1
| * | SI-8630 lineToString no longer long by one at eofSom Snytt2014-05-272-0/+8
* | | Merge branch '2.11.x' into merge-211Lukas Rytz2014-06-025-0/+17
|\| |
| * | Eliminate some N^2 performance in type checkingJason Zaugg2014-05-265-0/+17
* | | Merge branch '2.11.x' into 2.12.xLukas Rytz2014-05-221-7/+1
|\| |
| * | SI-8574 Copy @SerialVersionUID, etc, to specialized subclassesJason Zaugg2014-05-161-7/+1
| |/
* / Deprecation of @BeanInfoLukas Rytz2014-05-133-0/+9
|/
* Merge pull request #3719 from retronym/ticket/8546Jason Zaugg2014-05-092-3/+1
|\
| * SI-8546 Pattern matcher analysis foiled by over-wideningJason Zaugg2014-05-072-3/+1
* | Merge pull request #3711 from retronym/ticket/8549-2Jason Zaugg2014-05-082-0/+17
|\ \
| * | SI-6988 Test case for non-literal / non-constant SerialVersionUIDJason Zaugg2014-05-052-0/+17
| |/
* / SI-8325 Accept infix star type outside patternsSom Snytt2014-05-056-0/+51
|/
* Merge pull request #3670 from retronym/ticket/8463Jason Zaugg2014-04-212-0/+48
|\
| * SI-8463 Avoid unpositioned errors from search for viewsJason Zaugg2014-04-022-0/+48
* | Merge pull request #3645 from retronym/ticket/8430Jason Zaugg2014-04-213-0/+60
|\ \