summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into execution-contextAleksandar Prokopec2012-02-16261-313/+5648
|\
| * 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-1591-105/+558
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge remote-tracking branches 'scalamacros/pullrequest/preprocessreifees' an...Paul Phillips2012-02-1591-105/+558
| | |\ \ \ \
| | | | * | | Makes multiline interpolation work finelyEugene Burmako2012-02-156-0/+101
| | | * | | | Disables typechecking that precedes reflective compilationEugene Burmako2012-02-1477-130/+297
| | | * | | | Preprocessing for reifeesEugene Burmako2012-02-1422-0/+185
| | | |/ / /
| * | | | | 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 `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-1412-25/+117
| * | | | Made speclib less of a maintenance headache.Paul Phillips2012-02-141-1/+1
| | |/ / | |/| |
| * | | 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-1314-0/+154
| |\ \ \ \
| | * | | | Fixes https://issues.scala-lang.org/browse/SI-5229Eugene Burmako2012-02-1414-0/+154
| | |/ / /
| * / / / Fixes https://issues.scala-lang.org/browse/SI-5453Eugene Burmako2012-02-131-1/+1
| |/ / /
| * | | reifyAnnotationsEugene Burmako2012-02-1218-0/+283
| * | | 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/+194
| * | | Overcame long-maddening existential issue.Paul Phillips2012-02-104-0/+108
| * | | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-06101-167/+1005
| |\ \ \
| | * | | Refining the reflection api.Paul Phillips2012-02-052-10/+10
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-058-0/+71
| | |\ \ \ \ \
| | | | | * | | Fixes https://issues.scala-lang.org/browse/SI-5272Eugene Burmako2012-02-054-0/+35
| | | |_|/ / / | | |/| | | |
| | | | * | | Fixes https://issues.scala-lang.org/browse/SI-5334Eugene Burmako2012-02-054-0/+36
| | | |/ / / | | |/| | |