summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Add a test case from the comments of SI-6666.Jason Zaugg2013-02-022-0/+21
* SI-6666 Restrict hidden `this` access in self/super calls.Jason Zaugg2013-01-202-0/+172
* Merge pull request #1914 from retronym/ticket/6601Grzegorz Kossakowski2013-01-173-0/+8
|\
| * SI-6601 Publicise derived value contstructor after picklerJason Zaugg2013-01-163-0/+8
* | Merge pull request #1854 from pufuwozu/ticket-SI-6923Paul Phillips2013-01-173-2/+21
|\ \
| * | SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-073-2/+21
| |/
* | Merge pull request #1895 from JamesIry/SI_6963_2.10.xPaul Phillips2013-01-153-0/+6
|\ \
| * | SI-6963 Deprecates -Xmigration switchJames Iry2013-01-143-0/+6
* | | Merge pull request #1888 from retronym/ticket/6675Paul Phillips2013-01-156-0/+36
|\ \ \
| * | | SI-6675 Test new warning under -Xoldpatmat.Jason Zaugg2013-01-153-0/+18
| * | | SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-153-0/+18
* | | | Merge pull request #1894 from retronym/ticket/6082Adriaan Moors2013-01-142-0/+15
|\ \ \ \
| * | | | SI-6082 Conditionally expand @ann(x) to @ann(value = x)Jason Zaugg2013-01-132-0/+15
| | |/ / | |/| |
* | | | Merge pull request #1890 from retronym/ticket/5440Adriaan Moors2013-01-143-0/+13
|\ \ \ \
| * | | | SI-5440 Test case for exhaustiveness checkJason Zaugg2013-01-133-0/+13
| | |/ / | |/| |
* | | | Merge pull request #1889 from retronym/ticket/5340Adriaan Moors2013-01-142-0/+35
|\ \ \ \
| * | | | SI-5340 Change println to logJason Zaugg2013-01-132-0/+35
| |/ / /
* | | | Merge pull request #1876 from adriaanm/ticket-5189-infAdriaan Moors2013-01-142-0/+14
|\ \ \ \
| * | | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-092-0/+14
| | |_|/ | |/| |
* | | | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-132-0/+62
| |_|/ |/| |
* | | Merge pull request #1859 from retronym/ticket/6912Paul Phillips2013-01-122-0/+13
|\ \ \ | |_|/ |/| |
| * | SI-6912 Avoid a typer cycle in overload resolution.Jason Zaugg2013-01-082-0/+13
| |/
* | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-1110-16/+16
|\ \
| * | Backport of SI-6846.Jason Zaugg2013-01-0810-16/+16
| |/
* / SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-072-0/+17
|/
* Remove -deprecation from partest default options.Paul Phillips2012-12-277-3/+7
* SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-244-0/+112
* Merge pull request #1778 from JamesIry/p_SI-6795_2.10.xAdriaan Moors2012-12-192-0/+7
|\
| * SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-102-2/+2
| * SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-102-0/+7
* | Merge pull request #1709 from retronym/ticket/3995Adriaan Moors2012-12-192-0/+38
|\ \
| * | Expand test with a stably qualified example.Jason Zaugg2012-12-052-1/+8
| * | SI-3995 Exclude companions with an existential prefix.Jason Zaugg2012-12-052-0/+31
* | | Merge pull request #1707 from retronym/ticket/5390Adriaan Moors2012-12-178-0/+56
|\ \ \
| * | | SI-5390 Detect forward reference of case class applyJason Zaugg2012-12-048-0/+56
| |/ /
* | | Merge pull request #1706 from retronym/ticket/5361Adriaan Moors2012-12-153-2/+9
|\ \ \
| * | | SI-5361 Avoid cyclic type with malformed refinementJason Zaugg2012-12-043-2/+9
| |/ /
* | | Merge pull request #1742 from scalamacros/ticket/4044Paul Phillips2012-12-121-6/+1
|\ \ \
| * | | prevents spurious kind bound errorsEugene Burmako2012-12-101-6/+1
* | | | Merge pull request #1747 from hubertp/2.10.x-issue/6758Adriaan Moors2012-12-125-22/+84
|\ \ \ \
| * | | | Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-115-22/+84
| | |_|/ | |/| |
* | | | Merge pull request #1737 from retronym/ticket/6555Adriaan Moors2012-12-111-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6555 Better parameter name retentionJason Zaugg2012-12-081-2/+2
| |/ /
* | | Merge pull request #1691 from retronym/ticket/6558Adriaan Moors2012-12-104-0/+59
|\ \ \
| * | | Split test case to workaround incomplete error report.Jason Zaugg2012-12-034-3/+28
| * | | SI-6558 Expand test case for annotation typosJason Zaugg2012-12-022-5/+26
| * | | Fixes SI-6558: typecheck lazy annotation info using non-silent context.Hubert Plociniczak2012-12-022-0/+13
* | | | Merge pull request #1711 from retronym/ticket/1672Adriaan Moors2012-12-102-0/+68
|\ \ \ \
| * | | | Addtional test cases for tail calls in catches.Jason Zaugg2012-12-052-1/+15
| * | | | SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-052-0/+54
| | |_|/ | |/| |