summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-292-0/+28
|\
| * Merge pull request #1857 from retronym/ticket/6443-2.10.xAdriaan Moors2013-01-272-0/+28
| |\
| | * SI-6443 Widen dependent param types in uncurryJason Zaugg2013-01-162-0/+28
* | | Added test for untested nested annotation restriction.Paul Phillips2013-01-262-0/+19
* | | SI-6083, misleading annotation error message.Paul Phillips2013-01-263-1/+18
* | | SI-5182, no position on annotation error.Paul Phillips2013-01-263-0/+13
* | | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-2510-1/+249
|\| |
| * | Merge pull request #1946 from retronym/ticket/6231Paul Phillips2013-01-252-0/+21
| |\ \
| | * | SI-6231 Report unsupported free var capture by a trait.Jason Zaugg2013-01-212-0/+21
| * | | Merge pull request #1938 from retronym/ticket/6666Paul Phillips2013-01-252-0/+172
| |\ \ \
| | * | | SI-6666 Restrict hidden `this` access in self/super calls.Jason Zaugg2013-01-202-0/+172
| | |/ /
| * | | Merge pull request #1928 from retronym/ticket/6902Paul Phillips2013-01-253-0/+34
| |\ \ \
| | * | | SI-6902 Check unreachability under @uncheckedJason Zaugg2013-01-193-0/+34
| | | |/ | | |/|
| * | | Merge pull request #1907 from namin/si-6952Paul Phillips2013-01-253-1/+20
| |\ \ \
| | * | | Closes SI-6952: add correct error positions for Dynamic feature check.amin2013-01-163-1/+20
| * | | | [backport] SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2013-01-233-0/+19
* | | | | Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-257-10/+25
|\| | | |
| * | | | Removed class files.Paul Phillips2013-01-212-0/+0
| | |_|/ | |/| |
| * | | 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 #1921 from soc/SI-6811-removalsPaul Phillips2013-01-243-20/+5
|\ \ \
| * | | SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-171-4/+5
| * | | SI-6811 Remove scala.collection.mutable.ConcurrentMapSimon Ochsenreither2013-01-172-16/+0
* | | | Merge branch '2.10.x'Adriaan Moors2013-01-1620-1/+188
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| |/
* | Merge pull request #1803 from paulp/issue/6375Paul Phillips2013-01-153-0/+95
|\ \
| * | Tweaked meta-annotation error based on feedback.Paul Phillips2013-01-141-8/+8
| * | SI-6375, warn on lost annotation.Paul Phillips2013-01-143-0/+95
* | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-142-0/+14
|/ /
* | Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-1113-38/+3
|\ \