summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
* | | | New facility: TypeDestructurers.Paul Phillips2012-04-165-4/+384
| | | |
| \ \ \
*-. \ \ \ Merge commit 'refs/pull/401/head'; commit 'refs/pull/402/head'; commit 'refs/...Paul Phillips2012-04-1414-46/+76
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | implements reification of tough typesEugene Burmako2012-04-1413-44/+69
| * | | | work around optimizer bug SI-5672Adriaan Moors2012-04-141-2/+7
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge commit 'refs/pull/391/head'; commit 'refs/pull/390/head' into developPaul Phillips2012-04-1430-149/+224
|\ \ \ \ \
| | * | | | no longer need -YvirtpatmatAdriaan Moors2012-04-141-1/+1
| | * | | | enable implicit enrichment when typing patternsAdriaan Moors2012-04-133-0/+15
| * | | | | virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-1425-144/+158
| * | | | | wip: put skeleton for typetag-based typetests in placeAdriaan Moors2012-04-141-0/+5
| * | | | | more prudent bridging to unapply[Seq]Adriaan Moors2012-04-142-5/+46
| | |/ / / | |/| | |
* / | | | restores some disabled macro tests, makes checkFeature synchronous when used ...Eugene Burmako2012-04-145-5/+41
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge commit 'refs/pull/389/head'; commit 'refs/pull/393/head' into developPaul Phillips2012-04-145-0/+173
|\ \ \ \ \
| | * | | | DynamicProxy: improved docs, fixed EOL styleChristopher Vogt2012-04-143-93/+93
| | * | | | implemented DynamicProxy as portrayed by the Scala reflection teamChristopher Vogt2012-04-143-0/+93
| | |/ / /
| * | | | rule out sequence arg to applyDynamicAdriaan Moors2012-04-131-2/+2
| * | | | implement SIP Type DynamicAdriaan Moors2012-04-132-0/+80
| |/ / /
* | | | disabled failing macro test; needs to be adapted to new scheme.Martin Odersky2012-04-134-25/+0
* | | | Merge branch 'master' into topic/sip18Martin Odersky2012-04-134-0/+61
|\| | |
| * | | Workaround for SI-5583.Paul Phillips2012-04-122-0/+31
| * | | Fix for SI-5535.Paul Phillips2012-04-122-0/+30
* | | | Fixed tests to account for SIP 18Martin Odersky2012-04-1312-99/+114
* | | | Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-1384-84/+84
|/ / /
* | | Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-12602-1014/+4375
|\ \ \
| * | | GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1228-110/+110
| * | | Next generation of macrosEugene Burmako2012-04-12602-1014/+4375
* | | | Implementation of SIP 13 take 2.Martin Odersky2012-04-111-1/+1
* | | | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-111-0/+10
|/ / /
* | | Fix for SI-5648.Paul Phillips2012-04-103-0/+15
* | | Cleaning up some repl mechanisms.Paul Phillips2012-04-091-1/+1
* | | SI-4540 Fix [RichDouble|RichFloat|RichLong].isValid[Byte|Short|Char|Int].Dmitry Nadezhin2012-04-081-58/+273
* | | Merge branch 'apr6-flags' of leaf:/scala/trunk into developPaul Phillips2012-04-061-18/+18
|\ \ \
* \ \ \ Merge commit 'pull/358/head' into developPaul Phillips2012-04-061-0/+16
|\ \ \ \
| * | | | Test case for overloading resolution during reflection.Martin Odersky2012-04-051-0/+16
* | | | | Make NumericRange# O(1) instead of O(n).Simon Ochsenreither2012-04-062-17/+9
* | | | | Fix for SI-5591.Geoff Reedy2012-04-062-0/+11
| |/ / / |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge commit 'refs/pull/353/head'; commit 'refs/pull/354/head'; commit 'refs/...Paul Phillips2012-04-053-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | | * | | String interpolation bug fixDominik Gruntz2012-03-283-0/+9
| | |/ / /
* | / / / Added Option#fold.Paul Phillips2012-04-042-0/+24
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge remote-tracking branches 'axel22/feature/future-compat', 'dlwh/issues/5...Paul Phillips2012-04-027-5/+193
|\ \ \ \ \ \ \
| | | | * \ \ \ Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-0226-163/+697
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | SI-5627 BigInt.equals(Number) and BigDecimal.equals(Number) should implement ...Dmitry Nadezhin2012-04-022-2/+110
| | |/ / / / /
| | * / / / / a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-3/+3
| |/ / / / /
| * | | | | Revert the lisp test.Paul Phillips2012-03-282-543/+0
| * | | | | Never write final fields outside of constructors.Paul Phillips2012-03-283-0/+44
| * | | | | Revived the lisp test.Paul Phillips2012-03-282-0/+543
|/ / / / /
* | / / / Merge remote-tracking branch 'axel22/feature/collection-concurrent' into developPaul Phillips2012-03-274-42/+42
|\| | | | | |/ / / |/| | |
| * | | Rename ConcurrentTrieMap to concurrent.TrieMap.Aleksandar Prokopec2012-03-274-42/+42
* | | | Merge remote-tracking branch 'adriaanm/topic/virtpatmat' into developPaul Phillips2012-03-233-0/+16
|\ \ \ \
| * | | | do nothing when closing closed block in ignoremodeAdriaan Moors2012-03-231-1/+2
| * | | | [vpm] avoid verifyerror: leave jump to tail-pos labelAdriaan Moors2012-03-233-0/+15