summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into execution-contextAleksandar Prokopec2012-02-16346-698/+6271
|\
| * 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
| |/ / /
| * | | reifyAnnotationsEugene Burmako2012-02-1225-34/+304
| * | | Updated existentials test with non-working parts.Paul Phillips2012-02-121-0/+13
| * | | Fix for overly suppressive repl.Paul Phillips2012-02-121-0/+3
| * | | Another existential problem down.Paul Phillips2012-02-119-95/+140
| * | | Overcame long-maddening existential issue.Paul Phillips2012-02-104-0/+108
| * | | Failing tests for pending.Paul Phillips2012-02-103-0/+43
| * | | Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-063-34/+253
| * | | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-06133-197/+699
| |\ \ \