summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-087-0/+98
|\
| * SI-6900 Fix tailrec for dependent method typesJason Zaugg2013-04-021-0/+36
| * Merge pull request #2319 from retronym/ticket/6793Paul Phillips2013-04-023-0/+31
| |\
| | * SI-6793 Don't use super param accessors if inaccessible.Jason Zaugg2013-03-263-0/+31
| * | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-033-0/+31
* | | Merge pull request #2356 from paulp/pr/isSameTypeAdriaan Moors2013-04-082-6/+6
|\ \ \
| * | | Transcendent rewrite of isSameType.Paul Phillips2013-04-052-6/+6
* | | | Merge pull request #2352 from soc/nan-testsPaul Phillips2013-04-056-0/+71
|\ \ \ \
| * | | | Add float version of the double NaN testsSimon Ochsenreither2013-04-046-0/+71
* | | | | Merge pull request #2355 from sschaef/si-7300Paul Phillips2013-04-052-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-7300 single line comment in multi line commentSimon Schaefer2013-04-042-0/+13
| |/ / /
* | | | SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-044-0/+21
* | | | SI-6289 Partest in technicolor and showing javac errorsSom Snytt2013-04-0445-7/+43
|/ / /
* | | Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-033-0/+13
|\ \ \
| * | | SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-293-0/+13
* | | | Merge pull request #2310 from retronym/ticket/6168Paul Phillips2013-04-029-0/+142
|\ \ \ \
| * | | | SI-6168 Retain prefix when parsing types in JVM signaturesJason Zaugg2013-03-259-0/+142
* | | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-0245-507/+1318
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2321 from kzys/js-deferAdriaan Moors2013-04-011-7/+0
| |\ \ \ \
| | * | | | Scaladoc: Load scripts at the bottom, and with a defer attributeKato Kazuyoshi2013-03-271-7/+0
| * | | | | Strip version suffix from diffutils.Adriaan Moors2013-03-291-1/+1
| * | | | | Use java-diff-utils for diffing in partest.Adriaan Moors2013-03-293-492/+573
| * | | | | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-277-3/+164
| |\ \ \ \ \
| | * | | | | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-236-4/+154
| | * | | | | Expand test for SI-6124 to demonstrate cause of SI-7285.Jason Zaugg2013-03-232-3/+14
| * | | | | | Merge pull request #2291 from retronym/ticket/7290Adriaan Moors2013-03-274-0/+30
| |\ \ \ \ \ \
| | * | | | | | SI-7290 Minor cleanups driven by review comments.Jason Zaugg2013-03-271-1/+1
| | * | | | | | SI-7290 Discard duplicates in switchable alternative patterns.Jason Zaugg2013-03-234-0/+30
| | |/ / / / /
| * | | | | | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-272-0/+17
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-252-0/+17
| * | | | | | Merge pull request #2270 from retronym/ticket/7246-2Paul Phillips2013-03-258-8/+87
| |\ \ \ \ \ \
| | * | | | | | SI-7246 Make $outer pointer elision Java awareJason Zaugg2013-03-238-8/+87
| | |/ / / / /
| * | | | | | Merge pull request #2306 from retronym/ticket/7299Paul Phillips2013-03-252-0/+13
| |\ \ \ \ \ \
| | * | | | | | SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-252-0/+13
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-251-0/+126
| |\ \ \ \ \ \
| | * | | | | | Read version 51 (JDK 7) class files.James Iry2013-03-141-0/+126
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2278 from kzys/jira-6580Paul Phillips2013-03-252-0/+43
| |\ \ \ \ \ \
| | * | | | | | SI-6580 Scaladoc: Should not close void elementsKato Kazuyoshi2013-03-252-0/+43
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2293 from retronym/ticket/6210Adriaan Moors2013-03-252-0/+22
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-6210 Test case for already-fixed pattern matcher bugJason Zaugg2013-03-232-0/+22
| * | | | | | Merge pull request #2295 from adriaanm/build-cleanup-2.10Paul Phillips2013-03-231-0/+0
| |\ \ \ \ \ \
| | * | | | | | Merge scala/2.10.x into build-cleanup-2.10Adriaan Moors2013-03-2347-13/+447
| | |\| | | | |
| * | | | | | | Merge pull request #2266 from paulp/issue/7251Paul Phillips2013-03-233-0/+21
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2264 from Blaisorblade/issue/7253Paul Phillips2013-03-225-0/+52
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-7253: respect binary compatibility constraintsPaolo G. Giarrusso2013-03-165-0/+52
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #2274 from vigdorchik/ticket/si-5699James Iry2013-03-222-0/+35
| |\ \ \ \ \ \
| | * | | | | | SI-5699 correct java parser for annotation defs.Eugene Vigdorchik2013-03-192-0/+35
| | |/ / / / /
| * | | | | | Merge pull request #2245 from retronym/ticket/7242Paul Phillips2013-03-222-0/+91
| |\ \ \ \ \ \
| | * | | | | | SI-7242 Fix crash when inner object mixes in its companionJason Zaugg2013-03-132-0/+91
| * | | | | | | Merge pull request #2261 from soc/SI-7258James Iry2013-03-202-3/+3
| |\ \ \ \ \ \ \