summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Document regex replacement strings behavior.Daniel C. Sobral2012-03-232-0/+8
|/ /
* | Undo the revert.Lukas Rytz2012-03-232-16/+0
* | Test case for cause of previous commit's reversion.Paul Phillips2012-03-222-0/+16
* | An illustrative delayedInit test.Paul Phillips2012-03-214-0/+242
* | Fixed test cases.Martin Odersky2012-03-211-1/+9
* | Allows now private primary constructors in value classes.Martin Odersky2012-03-211-15/+69
* | Restore irrefutability commits.Paul Phillips2012-03-202-0/+15
* | Lots of tedious warning and tree printing work.Paul Phillips2012-03-203-56/+56
* | Revert irrefutability commits.Paul Phillips2012-03-202-15/+0
* | [vpm] typer synths Function{} for empty-sel matchAdriaan Moors2012-03-202-88/+186
* | [vpm] TODO note: make unapply type list stricterAdriaan Moors2012-03-203-0/+13
* | Test cases closes SI-4574.Paul Phillips2012-03-192-0/+15
|/
* Merge branch 'mar17-colorize'Paul Phillips2012-03-182-0/+726
|\
| * Library for ansi color management.Paul Phillips2012-03-182-0/+726
* | Added +: and :+ extractors to mirror append/prepend.Josh Suereth2012-03-162-0/+10
|/
* Testing compiler asSeenFrom directly.Paul Phillips2012-03-163-1/+446
*---. Merge remote-tracking branches 'VladUreche/feature/inheritdoc-clean', 'acruis...Paul Phillips2012-03-169-59/+59
|\ \ \
| | | * Renaming Ctrie to ConcurrentTrieMap.Aleksandar Prokopec2012-03-164-42/+42
| |_|/ |/| |
| | * Fixed broken testsAlex Cruise2012-03-152-13/+13
| | * SI-1118 WIPAlex Cruise2012-03-154-5/+5
| |/ |/|
* | Whitespace and a couple checkfile updates.Paul Phillips2012-03-144-30/+30
* | Merge remote-tracking branch 'odersky/topic/inline' into merge-inlinePaul Phillips2012-03-1412-19/+309
|\ \
| * | Allows case classes as value classesMartin Odersky2012-03-072-0/+120
| * | Fixes to value classes: Flags now double definitions, private constructors as...Martin Odersky2012-03-062-0/+27
| * | new and updated test cases for value classes.Martin Odersky2012-03-052-0/+19
| * | Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-194-34/+50
| * | New FlatArray scheme for handling value classes.Martin Odersky2012-02-171-12/+21