summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #876 from adriaanm/ticket-6011bAdriaan Moors2012-07-167-1/+71
|\
| * SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-167-1/+71
* | Merge pull request #897 from lrytz/t5956Adriaan Moors2012-07-163-5/+23
|\ \ | |/ |/|
| * SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-133-5/+23
* | Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-142-0/+16
|\ \ | |/ |/|
| * Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-135-1/+114
| |\
| * | Implicits to encourage more Name-dropping.Paul Phillips2012-07-062-0/+16
* | | Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-114-0/+113
|\ \ \ | | |/ | |/|
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-114-0/+113
| |\ \ \ \ \
| | | | | * | SI-6042 Improve type selection from volatile type errorJason Zaugg2012-07-082-0/+12
| | | | | |/
| | * | | | stringinterpolation macro test filesAdriaan Moors2012-07-062-0/+101
* | | | | | Pickled flag reorgMartin Odersky2012-07-113-16/+0
|/ / / / /
* | | | | Merge pull request #838 from adriaanm/ticket-2442Adriaan Moors2012-07-071-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-2442 sealedness for java enums non-experimentalAdriaan Moors2012-07-061-1/+1
| |/ / /
* | | | Merge pull request #834 from paulp/issue/3836-2Adriaan Moors2012-07-062-0/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SI-3836 not-really-ambiguous import detection.Paul Phillips2012-07-052-0/+41
* | | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-061-2/+2
|\ \ \ \
| * | | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-2/+2
| |/ / /
* | | | SI-6008 use static knowledge of success of type testsAdriaan Moors2012-07-051-1/+1
* | | | SI-4691 exhaustivity: `unapply: Some` = irrefutableAdriaan Moors2012-07-053-0/+47
|/ / /
* | | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-055-6/+17
|\ \ \
| * | | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-035-6/+17
| | |/ | |/|
* | | Merge pull request #777 from retronym/ticket/2796Adriaan Moors2012-07-043-0/+33
|\ \ \
| * | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-263-0/+33
* | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-044-0/+31
|\ \ \ \
| * | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-044-0/+31
| | |_|/ | |/| |
* | | | Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-043-1/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Closes SI-5969.Hubert Plociniczak2012-07-023-1/+19
* | | | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-036-6/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | Improves backward compatibility of manifestsEugene Burmako2012-07-026-6/+108
* | | | SI-2807 Avoid catch all warning for Stable Id patternsJason Zaugg2012-06-302-15/+27
|/ / /
* | | Merge pull request #782 from hubertp/issue/5839Adriaan Moors2012-06-272-0/+13
|\ \ \
| * | | Test that closes SI-5839. Bug itself most probably fixed by #602Hubert Plociniczak2012-06-272-0/+13
| |/ /
* | | Merge pull request #754 from scalamacros/topic/removereflectcompatAdriaan Moors2012-06-272-3/+3
|\ \ \
| * | | removes pre-M4 compatibility stubs for the IDEEugene Burmako2012-06-212-3/+3
* | | | Merge pull request #778 from adriaanm/topic-virtpatmatAdriaan Moors2012-06-275-0/+34
|\ \ \ \
| * | | | make tests independent of compiler apiAdriaan Moors2012-06-273-1/+17
| * | | | SI-2442 fixed by virtpatmat -- test files onlyAdriaan Moors2012-06-264-0/+18
| | |_|/ | |/| |
* | | | Merge pull request #779 from hubertp/issue/5148Adriaan Moors2012-06-274-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Closes SI-5148.Hubert Plociniczak2012-06-274-4/+10
| | |/ | |/|
* | | SI-5761: fix up #774 (missing check file)Adriaan Moors2012-06-261-0/+16
* | | Added test for SI-5761.Hubert Plociniczak2012-06-261-0/+16
|/ /
* | Merge pull request #769 from hubertp/topic/t4842-followupAdriaan Moors2012-06-265-11/+11
|\ \
| * | Minor followup on SI-4842: remove awkward condition. Review by @retronym.Hubert Plociniczak2012-06-255-11/+11
* | | Merge pull request #733 from retronym/ticket/4989-3Adriaan Moors2012-06-242-0/+75
|\ \ \ | |/ / |/| |
| * | SI-4989 Reject super.x if an intermediate class declares x abstract.Jason Zaugg2012-06-172-0/+75
* | | Merge pull request #752 from retronym/topic/warn-catch-all-4Adriaan Moors2012-06-223-0/+30
|\ \ \
| * | | SI-2807 Resurrect and refine the promiscuous catch warning.Jason Zaugg2012-06-193-0/+30
| |/ /
* | | Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-214-0/+14
|\ \ \
| * | | SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-174-0/+14
| |/ /