summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fix future testsPhilipp Haller2011-12-091-5/+5
| * | | | | | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-121-5/+10
| |/ / / / /
| * | | | | Add tests for future callbacksPhilipp Haller2011-12-072-0/+134
* | | | | | Merge branch 'develop'Paul Phillips2012-02-177-3/+88
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'VladUreche/issue/5005', 'adriaanm/topic/virtp...Paul Phillips2012-02-176-2/+83
| |\ \ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | [vpm] generate proper isDefinedAt for switchesAdriaan Moors2012-02-172-1/+26
| | * | | | | | [vpm] working type switch for try/catchAdriaan Moors2012-02-174-1/+57
| | |/ / / / /
| * / / / / / Prevent extaneous output in SI-5005Vlad Ureche2012-02-161-1/+5
| |/ / / / /
* / / / / / Fixed AnyRef specialization.Paul Phillips2012-02-178-2/+108
|/ / / / /
* | | | | Merge remote-tracking branch 'erikrozendaal/SI-5331' into developPaul Phillips2012-02-154-32/+554
|\ \ \ \ \
| * | | | | Custom implementations of drop/take/slice.Erik Rozendaal2012-01-232-5/+31
| * | | | | Custom coded version of range/from/to/until.Erik Rozendaal2012-01-211-16/+10
| * | | | | Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-153-13/+54
| * | | | | Test for maximum height of red-black tree.Erik Rozendaal2012-01-081-0/+5
| * | | | | Fix silly copy-paste error.Erik Rozendaal2012-01-071-9/+9
| * | | | | Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-072-0/+30
| * | | | | Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-072-56/+269
| * | | | | Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-061-28/+28
| * | | | | Optimize foreach and iterators.Erik Rozendaal2012-01-042-0/+32
| * | | | | Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-56/+56
| * | | | | Added some tests for TreeMap/TreeSet.Erik Rozendaal2011-12-282-0/+182
| * | | | | Made RedBlack private to the scala.collection.immutable package.Erik Rozendaal2011-12-281-6/+9
| * | | | | Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-281-40/+36
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge remote-tracking branches 'axel22/issue/5293', 'szabolcsberecz/synchroni...Paul Phillips2012-02-157-4/+726
|\ \ \ \ \ \ \ \
| | | * | | | | | Added test files to verify previous commit.Erik Osheim2012-02-152-0/+56
| | | | |_|_|_|/ | | | |/| | | |
| | * / | | | | test to check for proper synchronization in generated codeSzabolcs Berecz2012-02-153-0/+578
| |/ / / / / / |/| | | | | |
| * | | | | | Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-152-4/+92
| |/ / / / /
* | | | | | Merge branch 'develop'Paul Phillips2012-02-15116-168/+371
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'scalamacros/pullrequest/preprocessreifees' an...Paul Phillips2012-02-15116-168/+371
| |\ \ \ \ \ \ \
| | | * | | | | | Makes multiline interpolation work finelyEugene Burmako2012-02-156-0/+101
| | * | | | | | | Disables typechecking that precedes reflective compilationEugene Burmako2012-02-14103-181/+180
| | * | | | | | | Preprocessing for reifeesEugene Burmako2012-02-1423-2/+105
| | |/ / / / / /
* | | | | | | | Test cases which motivated preceding reversions.Paul Phillips2012-02-153-0/+69
* | | | | | | | Revert "Fix for SI-5452."Paul Phillips2012-02-152-35/+0
* | | | | | | | Revert "Make fix for SI-5452 not break other things."Paul Phillips2012-02-151-3/+1
|/ / / / / / /
* | | | | | | Add parallel size computation for ParCtrie.Aleksandar Prokopec2012-02-151-0/+19
* | | | | | | Add lazy size evaluation to Ctries.Aleksandar Prokopec2012-02-151-0/+34
* | | | | | | Add `dup` method to ParCtrie iterators.Aleksandar Prokopec2012-02-151-0/+10
| |/ / / / / |/| | | | |
* | | | | | Merge remote-tracking branch 'paulp/objects-and-overrides'Paul Phillips2012-02-152-0/+225
|\ \ \ \ \ \
| * | | | | | Fix for bad bug with accidental overrides.Paul Phillips2012-02-012-0/+225
* | | | | | | Specialization action.Paul Phillips2012-02-1419-25/+202
* | | | | | | Made speclib less of a maintenance headache.Paul Phillips2012-02-147-196/+326
| |/ / / / / |/| | | | |
* | | | | | Make fix for SI-5452 not break other things.Paul Phillips2012-02-141-1/+3
* | | | | | Fix for SI-5452.Paul Phillips2012-02-132-0/+35
* | | | | | Fix for SI-5444.Paul Phillips2012-02-131-0/+42
* | | | | | Merge branch 'master' into developPaul Phillips2012-02-132-0/+239
|\ \ \ \ \ \
| * | | | | | Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-132-0/+239
* | | | | | | Merge remote-tracking branches 'scalamacros/pullrequest/5453' and 'scalamacro...Paul Phillips2012-02-1315-1/+92
|\ \ \ \ \ \ \
| * | | | | | | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-1415-1/+92
| |/ / / / / /
* / / / / / / Fixes https://issues.scala-lang.org/browse/SI-5453Eugene Burmako2012-02-131-1/+1
|/ / / / / /