summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Changed abstract class RedBlack to singleton object.Erik Rozendaal2011-12-283-10/+13
| * | | | | Moved type parameter A from RedBlack to Tree.Erik Rozendaal2011-12-283-71/+71
| * | | | | Moved from Empty case object to case class in preparation of movingErik Rozendaal2011-12-283-15/+15
| * | | | | Moved from implicit ordering value to implicit parameter.Erik Rozendaal2011-12-281-17/+15
| * | | | | Switched from isSmaller to ordering.Erik Rozendaal2011-12-281-9/+9
| * | | | | Implemented takeWhile/dropWhile/span to use tree splitting. ThisErik Rozendaal2011-12-282-0/+26
| * | | | | Implemented drop/take/slice/splitAt/dropRight/takeRight forErik Rozendaal2011-12-283-0/+53
| * | | | | RedBlack.scala: Change count from 'def' to 'val' in NonEmpty treeErik Rozendaal2011-12-281-1/+1
| * | | | | Optimized implementation of init/tail for TreeSet/TreeMap.Erik Rozendaal2011-12-282-0/+6
| * | | | | Optimized implementations of head/headOption/last/lastOption forErik Rozendaal2011-12-283-0/+19
| * | | | | Use custom implementation for iterating over RedBlack trees. RawErik Rozendaal2011-12-281-5/+31
| * | | | | Use RedBlack.iterator to create iterators for TreeSet/TreeMap.Erik Rozendaal2011-12-282-2/+2
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge remote-tracking branches 'axel22/issue/5293', 'szabolcsberecz/synchroni...Paul Phillips2012-02-152-12/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Apply the fix for si-5293 to hash maps.Aleksandar Prokopec2012-02-152-12/+30
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Major rewrite of sys.process documentation.Daniel C. Sobral2012-02-156-158/+613
* | | | | | | | Close file descriptor leak in sys.process.Daniel C. Sobral2012-02-151-6/+12
| |/ / / / / / |/| | | | | |
* | | | | | | Revert "Restored scala.reflect.Code."Paul Phillips2012-02-151-24/+0
* | | | | | | Restored scala.reflect.Code.Paul Phillips2012-02-151-0/+24
* | | | | | | Refactor Ctries to eliminate "Cannot inline method" messages.Aleksandar Prokopec2012-02-152-13/+17
* | | | | | | Implement `remaining` method in ParCtrie splitter.Aleksandar Prokopec2012-02-151-2/+1
* | | | | | | Add parallel size computation for ParCtrie.Aleksandar Prokopec2012-02-153-9/+59
* | | | | | | Add lazy size evaluation to Ctries.Aleksandar Prokopec2012-02-153-1/+82
* | | | | | | Add `dup` method to ParCtrie iterators.Aleksandar Prokopec2012-02-152-3/+27
|/ / / / / /
* | | | | | Specialization action.Paul Phillips2012-02-1474-152/+160
* | | | | | Made speclib less of a maintenance headache.Paul Phillips2012-02-141-1/+10
* | | | | | reifyAnnotationsEugene Burmako2012-02-121-0/+20
* | | | | | Removed Code.scalaEugene Burmako2012-02-081-25/+0
* | | | | | Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-061-0/+27
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge remote-tracking branches 'rklaehn/SI-5139', 'axel22/feature/pc-ctrie', ...Paul Phillips2012-02-0635-475/+1834
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'master' into feature/pc-ctrieAleksandar Prokopec2012-02-0617-161/+256
| |\| | | | | |
| | * | | | | | Revert "Added a rootdoc page for the compiler API scaladoc"Paul Phillips2012-02-051-27/+0
| | * | | | | | Refining the reflection api.Paul Phillips2012-02-0510-112/+108
| | * | | | | | Reimplemented Modifer.Paul Phillips2012-02-054-23/+83
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge remote-tracking branches 'VladUreche/feature/compiler-rootdoc', 'scalam...Paul Phillips2012-02-051-0/+27
| | |\ \ \ \ \ \ \
| | | * | | | | | | Added a rootdoc page for the compiler API scaladocVlad Ureche2012-02-051-0/+27
| | | |/ / / / / /
| | * / / / / / / Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-055-3/+59
| | |/ / / / / /
| * | | | | | | Add tests for parallel Ctrie.Aleksandar Prokopec2012-02-031-1/+0
| * | | | | | | Fix some issues in parallel Ctrie.Aleksandar Prokopec2012-02-034-46/+52
| * | | | | | | Add parallel Ctrie parallel collection.Aleksandar Prokopec2012-02-025-10/+151
| * | | | | | | Incorporate Ctrie into standard library.Aleksandar Prokopec2012-02-021-11/+92
| * | | | | | | Add the Ctrie concurrent map implementation.Aleksandar Prokopec2012-02-015-0/+1015
| * | | | | | | Remove ParIterator and SignalContextPassingIterator.Aleksandar Prokopec2012-02-0114-182/+113
| * | | | | | | Add support for combiner sharing to parallel collections.Aleksandar Prokopec2012-02-014-119/+193
* | | | | | | | added reference equality checks to improve structural sharingRuediger Klaehn2012-02-051-7/+12
| |/ / / / / / |/| | | | | |
* | | | | | | Merge commit 'c58b240' into developPaul Phillips2012-02-021-27/+0
|\ \ \ \ \ \ \
| * | | | | | | [vpm] __match determines match semantics; virtualizationAdriaan Moors2012-02-021-27/+0
* | | | | | | | Fixes reifyThisEugene Burmako2012-02-021-0/+3
* | | | | | | | Miscellaneous fixes to reificationEugene Burmako2012-02-021-1/+6
|/ / / / / / /
* | | | | | | Update RoundingMode.Paul Phillips2012-02-011-1/+3
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-011-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |