summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Overhauled local/getter/setter name logic.Paul Phillips2013-03-252-10/+10
* Merge pull request #2260 from som-snytt/issue/5717-assert-pkgdirPaul Phillips2013-03-231-0/+21
|\
| * SI-5717 error when bytecode cannot be writtenSom Snytt2013-03-221-0/+21
* | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-227-0/+45
|\ \
| * | Add positive and negative testcases for SI-6123 (-explaintypes)Paolo G. Giarrusso2013-03-157-0/+45
| |/
* | Merge pull request #2287 from vigdorchik/ticket/si-7102James Iry2013-03-221-0/+13
|\ \
| * | SI-7102 Specialize isEmpty for bitsetsEugene Vigdorchik2013-03-211-0/+13
* | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-213-0/+25
|\ \ \ | |/ / |/| |
| * | Warn about forgotten string interpolators.Paul Phillips2013-03-123-0/+25
* | | Merge pull request #2235 from vigdorchik/si_5513James Iry2013-03-202-0/+27
|\ \ \
| * | | SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-112-0/+27
* | | | Merge pull request #2244 from paulp/pr/notNullAdriaan Moors2013-03-177-26/+10
|\ \ \ \
| * | | | SI-7247, deprecated NotNull.Paul Phillips2013-03-137-26/+10
| | |_|/ | |/| |
* | | | Merge pull request #2214 from JamesIry/master_constant_optimizationJames Iry2013-03-1513-13/+192
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup of constant optimizationJames Iry2013-03-146-0/+118
| * | | Analyze constants to remove unnecessary branchesJames Iry2013-03-079-13/+74
* | | | Merge pull request #2215 from paulp/issue/7228Paul Phillips2013-03-134-0/+77
|\ \ \ \
| * | | | Simplified the widening logic.Paul Phillips2013-03-103-0/+2
| * | | | SI-7228, bug in weak subtyping.Paul Phillips2013-03-101-0/+75
| | |_|/ | |/| |
* | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-1315-1/+310
|\ \ \ \
| * \ \ \ Merge 2.10.x into masterAdriaan Moors2013-03-1213-0/+142
| |\ \ \ \
| | * \ \ \ Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-112-0/+13
| | |\ \ \ \
| | | * | | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-092-0/+13
| | * | | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-112-0/+35
| | |\ \ \ \ \
| | | * | | | | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-092-0/+35
| | * | | | | | Merge pull request #2221 from scalamacros/ticket/5710Adriaan Moors2013-03-114-0/+32
| | |\ \ \ \ \ \
| | | * | | | | | SI-5710 has fixed itselfEugene Burmako2013-03-094-0/+32
| | * | | | | | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-114-0/+36
| | |\ \ \ \ \ \ \
| | | * | | | | | | reifier is now aware of SI-7235Eugene Burmako2013-03-094-0/+36
| | | |/ / / / / /
| | * | | / / / / SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+26
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge 2.10.x into masterAdriaan Moors2013-03-122-1/+168
| |\| | | | | | | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix SI-7224.Iulian Dragos2013-03-072-1/+168
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #2236 from retronym/ticket/6601-2Paul Phillips2013-03-125-0/+25
|\ \ \ \ \ \
| * | | | | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-115-0/+25
| |/ / / / /
* / / / / / Warn about locally identifiable init order issues.Paul Phillips2013-03-123-0/+33
|/ / / / /
* | | | | Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-097-7/+15
* | | | | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-096-0/+9
* | | | | Moved scaladoc sources into separate directory.Paul Phillips2013-03-094-4/+4
| |_|_|/ |/| | |
* | | | SI-7006 Fix the unreachable testJames Iry2013-03-081-3/+3
* | | | Merge pull request #2216 from JamesIry/master_7231James Iry2013-03-082-0/+13
|\ \ \ \
| * | | | SI-7231 Fix assertion when adapting Null type to Array typeJames Iry2013-03-082-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #2185 from JamesIry/master_unreachableGrzegorz Kossakowski2013-03-086-76/+337
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7006 Prevent unreachable blocks in GenICodeJames Iry2013-03-066-76/+337
* | | | Merge pull request #2204 from adriaanm/merge-2.10.xPaul Phillips2013-03-0616-84/+276
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 2.10.x into master.Adriaan Moors2013-03-058-84/+120
| |\| |
| | * | Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-0/+57
| | |\ \
| | * \ \ Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-056-84/+106
| | |\ \ \
| | | * | | SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-246-84/+106
| | * | | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-056-63/+25
| | |\ \ \ \
| | | * \ \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-034-63/+11
| | | |\ \ \ \