summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | formattingAdriaan Moors2013-04-021-13/+13
| | * | | | Preliminary support for zinc.Adriaan Moors2013-04-021-0/+67
| | * | | | Regularity for build.xml: 1 output dir / projectAdriaan Moors2013-04-021-90/+89
| | * | | | get rid of args element in staged-scalacAdriaan Moors2013-04-011-18/+10
| | |/ / /
* | | | | Merge pull request #2320 from mighdoll/masterPaul Phillips2013-04-031-1/+1
|\ \ \ \ \
| * | | | | doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2Lee Mighdoll2013-03-261-1/+1
* | | | | | Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-034-0/+20
|\ \ \ \ \ \
| * | | | | | SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-294-0/+20
* | | | | | | Merge pull request #2341 from paulp/pr/java-acc-flagsPaul Phillips2013-04-038-494/+592
|\ \ \ \ \ \ \
| * | | | | | | Add () to side-effecting u1/u2/u4.Paul Phillips2013-04-031-3/+3
| * | | | | | | Reduce duplication in JavaMirrors.Paul Phillips2013-04-032-111/+90
| * | | | | | | Brought some structure to the classfileparser.Paul Phillips2013-04-033-366/+356
| * | | | | | | Cleaning up error handling.Paul Phillips2013-04-031-13/+6
| * | | | | | | Fleshing out comments on JavaAccFlags.Paul Phillips2013-04-031-9/+6
| * | | | | | | Abstract over java.lang.reflect.{ Method, Constructor }.Paul Phillips2013-04-031-0/+45
| * | | | | | | Value class to represent jvm flags.Paul Phillips2013-04-031-0/+86
| * | | | | | | Added ensureAccessible to reflection library.Paul Phillips2013-04-032-7/+15
|/ / / / / / /
* | | | | | | Merge pull request #2348 from paulp/pr/2324-editPaul Phillips2013-04-021-3/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-021-3/+1
* | | | | | | | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-0295-244/+251
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2793-244/+244
| * | | | | | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* | | | | | | | Merge pull request #2310 from retronym/ticket/6168Paul Phillips2013-04-0210-1/+149
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-6168 Retain prefix when parsing types in JVM signaturesJason Zaugg2013-03-2510-1/+149
* | | | | | | | Merge pull request #2343 from retronym/topic/merge-2.10.x-to-v2.11.0-M2-74-g0...Adriaan Moors2013-04-0276-2495/+1862
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-0276-2495/+1862
|/| | | | | | | | | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #2321 from kzys/js-deferAdriaan Moors2013-04-013-23/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Scaladoc: Load scripts at the bottom, and with a defer attributeKato Kazuyoshi2013-03-273-23/+30
| * | | | | | | | Merge pull request #2330 from adriaanm/partest-difftoolsGrzegorz Kossakowski2013-03-3110-2019/+637
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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