summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Strip version suffix from diffutils.Adriaan Moors2013-03-293-11/+13
* Use java-diff-utils for diffing in partest.Adriaan Moors2013-03-2910-2018/+634
* Merge pull request #2314 from adriaanm/build-fixesGrzegorz Kossakowski2013-03-292-335/+222
|\
| * Clean up pack targets. Better dependency tracking.Adriaan Moors2013-03-271-89/+97
| * ant clean only zaps the quick stageAdriaan Moors2013-03-271-2/+2
| * Run test.scaladoc before test.suite. Fail fast.Adriaan Moors2013-03-271-1/+1
| * Let continuations library sources determine docs.lib's actualityAdriaan Moors2013-03-261-0/+1
| * Preparation for faster PR validationAdriaan Moors2013-03-262-1/+5
| * Remove duplication in java builds of fjbg/asm/forkjoinAdriaan Moors2013-03-261-66/+31
| * Formatting. Introduce {asm,forkjoin,fjbg}-classes props.Adriaan Moors2013-03-251-74/+79
| * remove unused ant targets: test.ant, test.classload, test.positionsAdriaan Moors2013-03-251-100/+0
| * run test.bc as part of tests on 2.10.xAdriaan Moors2013-03-251-7/+10
| * restored dependency of pack.done on quick.binAdriaan Moors2013-03-251-1/+2
* | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-279-7/+170
|\ \
| * | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-238-8/+160
| * | 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-275-5/+45
|\ \ \
| * | | SI-7290 Minor cleanups driven by review comments.Jason Zaugg2013-03-272-5/+5
| * | | SI-7290 Discard duplicates in switchable alternative patterns.Jason Zaugg2013-03-235-3/+43
| |/ /
* | | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-273-11/+41
|\ \ \ | |_|/ |/| |
| * | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-253-11/+41
* | | Merge pull request #2252 from soc/SI-7237-2.10Paul Phillips2013-03-251-5/+2
|\ \ \
| * | | [backport] SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-03-151-5/+2
| |/ /
* | | Merge pull request #2270 from retronym/ticket/7246-2Paul Phillips2013-03-259-22/+99
|\ \ \
| * | | SI-7246 Make $outer pointer elision Java awareJason Zaugg2013-03-239-22/+99
| |/ /
* | | Merge pull request #2306 from retronym/ticket/7299Paul Phillips2013-03-253-2/+21
|\ \ \
| * | | SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-253-2/+21
* | | | Merge pull request #2304 from adriaanm/build-cleanup-2.10Paul Phillips2013-03-251-6/+6
|\ \ \ \
| * | | | Fix typos in build.xmlAdriaan Moors2013-03-241-6/+6
* | | | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-259-3/+185
|\ \ \ \ \
| * | | | | Log when invokedynamic instruction is encounteredJames Iry2013-03-251-0/+1
| * | | | | Read version 51 (JDK 7) class files.James Iry2013-03-149-3/+184
| | |_|/ / | |/| | |
* | | | | Merge pull request #2278 from kzys/jira-6580Paul Phillips2013-03-253-7/+54
|\ \ \ \ \
| * | | | | SI-6580 Scaladoc: Should not close void elementsKato Kazuyoshi2013-03-253-7/+54
| | |_|/ / | |/| | |
* | | | | 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-234-2363/+1321
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge scala/2.10.x into build-cleanup-2.10Adriaan Moors2013-03-2365-133/+622
| |\| | |
| * | | | Allow getting STARR via maven, also: locker.skipAdriaan Moors2013-03-231-5/+35
| * | | | Use stage/project for taskname instead of scalacforkAdriaan Moors2013-03-231-2/+2
| * | | | Sanity for build.xml: exscriptus&positus delendus est.Adriaan Moors2013-03-234-2440/+1300
* | | | | Merge pull request #2279 from kzys/jira-7013Paul Phillips2013-03-231-3/+3
|\ \ \ \ \
| * | | | | SI-7013 Scaladoc: Fix StackOverflowErrorKato Kazuyoshi2013-03-201-3/+3
* | | | | | Merge pull request #2266 from paulp/issue/7251Paul Phillips2013-03-234-127/+135
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-7251, compiler crash with $.Paul Phillips2013-03-164-127/+135
| | |_|/ / | |/| | |
* | | | | Merge pull request #2264 from Blaisorblade/issue/7253Paul Phillips2013-03-227-18/+70
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7253: update comments and namingPaolo G. Giarrusso2013-03-162-14/+14
| * | | | Remove fragile code, made redundant by previous commitPaolo G. Giarrusso2013-03-162-4/+2
| * | | | SI-7253: respect binary compatibility constraintsPaolo G. Giarrusso2013-03-167-2/+56
| |/ / /
* | | | Merge pull request #2274 from vigdorchik/ticket/si-5699James Iry2013-03-223-7/+36
|\ \ \ \