summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2013-01-1632-5/+299
|\
| * Merge pull request #1892 from retronym/ticket/6479Paul Phillips2013-01-151-0/+56
| |\
| | * SI-6479 Don't lift try exprs in label arguments.Jason Zaugg2013-01-131-0/+56
| * | 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 #1879 from adriaanm/ticket-6955Paul Phillips2013-01-152-0/+27
| |\ \ \
| | * | | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-102-0/+27
| * | | | 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 #1878 from adriaanm/ticket-6925Adriaan Moors2013-01-142-0/+27
| |\ \ \ \
| | * | | | rework partial function synthesisAdriaan Moors2013-01-091-0/+18
| | * | | | SI-6925 use concrete type in applyOrElse's match's selectorAdriaan Moors2013-01-091-0/+9
| | | |_|/ | | |/| |
| * | | | 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
| * | | | | Merge pull request #1891 from retronym/ticket/6126Adriaan Moors2013-01-141-0/+8
| |\ \ \ \ \
| | * | | | | SI-6126 Test case for varargs of tagged primitives.Jason Zaugg2013-01-131-0/+8
| | | |_|_|/ | | |/| | |
| * / | | | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-137-0/+67
| |/ / / /
| * | | | 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-1146-110/+156
| |\ \ \
| | * | | Backport of SI-6846.Jason Zaugg2013-01-0846-110/+156
| | |/ /
| * | | Merge pull request #1853 from paulp/issue/6928Paul Phillips2013-01-114-0/+28
| |\ \ \ | | |_|/ | |/| |
| | * | SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-074-0/+28
| | |/
| * | Merge pull request #1787 from vigdorchik/si_6803Adriaan Moors2013-01-081-4/+4
| |\ \ | | |/ | |/|
| | * SI-6803: do not use java.net.URI, even more so incorrectly.Eugene Vigdorchik2013-01-061-4/+4
* | | Merge pull request #1880 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-1510-0/+18
|\ \ \
| * | | Restore pending repl-javap tests that now succeed under java 6.Som Snytt2013-01-118-0/+0
| * | | Fixes and features for javap (fixing SI-6894)Som Snytt2013-01-112-0/+18
* | | | Merge pull request #1881 from adriaanm/rebase-1879-masterPaul Phillips2013-01-152-0/+29
|\ \ \ \
| * | | | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-112-0/+29
| |/ / /
* | | | Merge pull request #1897 from retronym/ticket/6964Paul Phillips2013-01-15154-761/+0
|\ \ \ \
| * | | | SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-12154-761/+0
| |/ / /
* | | | 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
* | | | | Merge pull request #1877 from adriaanm/rebase-1876-masterAdriaan Moors2013-01-142-0/+14
|\ \ \ \ \
| * | | | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-142-0/+14
| |/ / / /
* / / / / SI-6966 Fix regression in implicit resolutionJason Zaugg2013-01-121-0/+17
|/ / / /
* | | | Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-1125-12/+88
|\ \ \ \
| * | | | macroExpandAll is now triggered by typedEugene Burmako2013-01-094-7/+11
| * | | | SI-5923 adapt macros when they are deferredEugene Burmako2013-01-099-1/+1
| * | | | makes macro override error more consistentEugene Burmako2013-01-093-3/+3
| * | | | refactors handling of macros in replEugene Burmako2013-01-092-2/+2