summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-033-0/+13
|\
| * SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-293-0/+13
* | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-028-0/+107
|\ \
| * \ Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-273-0/+69
| |\ \
| | * | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-233-0/+69
| * | | Merge pull request #2291 from retronym/ticket/7290Adriaan Moors2013-03-273-0/+21
| |\ \ \
| | * | | SI-7290 Minor cleanups driven by review comments.Jason Zaugg2013-03-271-1/+1
| | * | | SI-7290 Discard duplicates in switchable alternative patterns.Jason Zaugg2013-03-233-0/+21
| | |/ /
| * | | SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-252-0/+13
| * | | Merge pull request #2266 from paulp/issue/7251Paul Phillips2013-03-233-0/+21
| |\ \ \ | | |/ / | |/| |
| * | | SI-7259 Fix detection of Java defined SelectsJason Zaugg2013-03-162-0/+16
* | | | Merge pull request #2318 from retronym/ticket/7259-masterAdriaan Moors2013-04-012-0/+16
|\ \ \ \
| * | | | SI-7259 Fix detection of Java defined SelectsJason Zaugg2013-03-262-0/+16
* | | | | Merge pull request #2305 from retronym/ticket/7296-2Adriaan Moors2013-03-292-7/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7296 Remove arity limit for case classesJason Zaugg2013-03-254-17/+0
| * | | | SI-7296 Avoid crash with nested 23-param case classJason Zaugg2013-03-252-0/+10
* | | | | Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-283-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | SI-7251, compiler crash with $.Paul Phillips2013-03-163-0/+21
| | |/ | |/|
* | | SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-243-0/+8
* | | SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-243-0/+12
| |/ |/|
* | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-223-0/+23
|\ \
| * | Add positive and negative testcases for SI-6123 (-explaintypes)Paolo G. Giarrusso2013-03-153-0/+23
* | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-213-0/+25
|\ \ \
| * | | Warn about forgotten string interpolators.Paul Phillips2013-03-123-0/+25
* | | | Merge pull request #2244 from paulp/pr/notNullAdriaan Moors2013-03-173-6/+6
|\ \ \ \
| * | | | SI-7247, deprecated NotNull.Paul Phillips2013-03-133-6/+6
| | |/ / | |/| |
* | | | Merge pull request #2214 from JamesIry/master_constant_optimizationJames Iry2013-03-153-10/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Analyze constants to remove unnecessary branchesJames Iry2013-03-073-10/+13
* | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-134-0/+31
|\ \ \ \
| * \ \ \ Merge 2.10.x into masterAdriaan Moors2013-03-124-0/+31
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-112-0/+13
| | |\ \
| | | * | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-092-0/+13
| | * | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-112-0/+18
| | |\ \ \ | | | |/ / | | |/| |
| | | * | reifier is now aware of SI-7235Eugene Burmako2013-03-092-0/+18
| | * | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-053-63/+0
| | |\ \ \
| | | * \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-033-63/+0
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | [nomaster] SI-7195 minor version mustn't introduce warningsAdriaan Moors2013-03-013-63/+0
* | | | | | Merge pull request #2236 from retronym/ticket/6601-2Paul Phillips2013-03-123-0/+8
|\ \ \ \ \ \
| * | | | | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-113-0/+8
| |/ / / / /
* / / / / / Warn about locally identifiable init order issues.Paul Phillips2013-03-123-0/+33
|/ / / / /
* | | | / Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-092-2/+4
| |_|_|/ |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge 2.10.x into master.Adriaan Moors2013-03-052-0/+10
|\ \ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | / | | | |/
| | * / SI-7185 Avoid NPE in TreeInfo.isExprSafeToInlineJason Zaugg2013-03-022-0/+10
| |/ /
* | | Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-3/+3
|\ \ \
| * | | Since the problem in SI-6758 is fixed, it's ok to move checking for unused im...Eugene Vigdorchik2013-03-051-3/+3
* | | | SI-6816 Deprecate -Yeta-expand-keeps-starJames Iry2013-03-013-0/+13
* | | | Merge remote-tracking branch 'origin/2.10.x' into masterPaul Phillips2013-02-236-0/+40
|\ \ \ \ | | |/ / | |/| |
| * | | SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-226-0/+45
* | | | Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-121-0/+6
|\| | |
| * | | silences t6323aEugene Burmako2013-02-111-0/+6
| | |/ | |/|