summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Warn about unused imports.Paul Phillips2012-11-073-0/+170
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-053-0/+28
|\
| * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-053-0/+28
| |\
| | * Modification to SI-6534 patch.Paul Phillips2012-10-302-1/+7
| | * New take on SI-6534, value classes.Paul Phillips2012-10-243-0/+22
| * | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-312-0/+9
* | | Merge pull request #1554 from paulp/scope-lookupPaul Phillips2012-11-041-3/+1
|\ \ \
| * | | The improvements made possible by the scope changes.Paul Phillips2012-11-021-3/+1
* | | | Merge pull request #1565 from retronym/ticket/6567Josh Suereth2012-11-043-0/+21
|\ \ \ \
| * | | | SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2012-11-033-0/+21
| |/ / /
* | | | Merge pull request #1564 from paulp/issue/441Paul Phillips2012-11-042-11/+91
|\ \ \ \
| * | | | Expanded unused warnings.Paul Phillips2012-11-032-11/+91
| |/ / /
* / / / Fix for SI-6426, importable _.Paul Phillips2012-11-032-0/+12
|/ / /
* | | Warn about unused private members.Paul Phillips2012-11-013-0/+89
* | | Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-018-22/+109
|\ \ \
| * | | Tests for SI-3160, SI-4537, import precedence.Paul Phillips2012-10-238-22/+109
* | | | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-312-0/+9
* | | | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-314-3/+65
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-314-3/+65
| |\|
| | * Merge pull request #1507 from retronym/ticket/6526Josh Suereth2012-10-242-0/+57
| | |\
| | | * SI-6526 Additional test case.Jason Zaugg2012-10-222-1/+9
| | | * SI-6526 Tail call elimination should descend deeper.Jason Zaugg2012-10-172-0/+49
| | * | Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-182-3/+8
| | |/
| * / Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-182-9/+4
| |/
* | Merge pull request #1518 from retronym/ticket/2968Josh Suereth2012-10-234-0/+47
|\ \
| * | SI-2968 Fix brace healing for `^case (class|object) {`Jason Zaugg2012-10-224-0/+47
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-192-0/+33
|\ \ \ | |/ / |/| / | |/
| * SI-6483 Prohibit super[T] references in value classes.Jason Zaugg2012-10-072-0/+33
* | Warn about more misplaced expressions.Paul Phillips2012-10-132-2/+29
* | Merge pull request #1422 from paulp/typer-cyclesPaul Phillips2012-10-105-1/+12
|\ \
| * | Fix for SI-4744, another variety of cycle.Paul Phillips2012-10-095-1/+12
* | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-092-9/+4
|/ /
* | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10Paul Phillips2012-10-0716-123/+171
|\|
| * Merge pull request #1455 from scalamacros/topic/manifestsJosh Suereth2012-10-052-38/+2
| |\
| | * undeprecates manifests for 2.10.0Eugene Burmako2012-10-032-38/+2
| * | Merge pull request #1451 from gkossakowski/SI-6451Grzegorz Kossakowski2012-10-042-64/+64
| |\ \ | | |/ | |/|
| | * SI-6451: Rename classes in `unchecked-abstract.scala` test.Grzegorz Kossakowski2012-10-032-64/+64
| * | Merge pull request #1443 from gkossakowski/anyval-restrictionsGrzegorz Kossakowski2012-10-038-21/+67
| |\ \
| | * | Put more implementation restrictions on value classes.Grzegorz Kossakowski2012-10-034-4/+57
| | * | Revised restrictions for value classes and unversal traitsMartin Odersky2012-10-035-19/+12
| | |/
| * | Merge pull request #1446 from retronym/ticket/6436-2Grzegorz Kossakowski2012-10-034-0/+38
| |\ \ | | |/ | |/|
| | * SI-6436 Handle ambiguous string processorsJason Zaugg2012-10-024-0/+38
* | | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-073-42/+0
|\ \ \
| * | | Removed obsolete migration test.Paul Phillips2012-10-023-42/+0
* | | | Incorporated pull request feedback.Paul Phillips2012-10-052-18/+58
* | | | Merge pull request #1447 from paulp/spuriousPaul Phillips2012-10-044-8/+20
|\ \ \ \
| * | | | Fix for spurious warning.Paul Phillips2012-10-043-4/+19
| * | | | Fix for rangepos crasher.Paul Phillips2012-10-041-4/+1
* | | | | Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-043-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-203-0/+12