summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Minor changes with the docs.Aleksandar Prokopec2011-12-072-15/+20
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Fixed the docs a bit.Aleksandar Prokopec2011-12-071-5/+9
| | |/ / / / /
| | * | | | | Fixing match errors in the on* callback methods in future.Aleksandar Prokopec2011-12-071-7/+8
| | * | | | | The isTimedout on fj futures fixed.Aleksandar Prokopec2011-12-071-1/+1
| | * | | | | Got the futures and execution contexts related code to compile.Aleksandar Prokopec2011-12-076-55/+132
| | * | | | | Merge branch 'master' of https://github.com/scala/scala into execution-contextAleksandar Prokopec2011-12-0749-36/+150
| | |\ \ \ \ \
| | * | | | | | Implementation of the fj task and future.Aleksandar Prokopec2011-12-076-109/+175
| | * | | | | | A slight refactoring in promise and task factory methods.Aleksandar Prokopec2011-12-071-2/+2
| | * | | | | | Adding some comments to block on. Removing timeout parameters.Aleksandar Prokopec2011-12-064-9/+31
| | * | | | | | Completed default implementations of monadic ops on futures.Aleksandar Prokopec2011-12-051-6/+50
| | * | | | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-051-0/+1051
| | |\ \ \ \ \ \
| | | * | | | | | Add Akka's future implementation for referencePhilipp Haller2011-12-051-0/+1051
| | * | | | | | | The default implementations for some of the future methods.Aleksandar Prokopec2011-12-054-15/+85
| | |/ / / / / /
| | * | | | | | Migration of scala.concurrent to clean fork of new Scala repo.Philipp Haller2011-12-058-0/+968
* | | | | | | | Optimizations.Paul Phillips2012-02-172-8/+14
|/ / / / / / /
* | | | | | | Merge branch 'develop'Paul Phillips2012-02-1712-545/+995
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge remote-tracking branches 'VladUreche/issue/5005', 'adriaanm/topic/virtp...Paul Phillips2012-02-1712-545/+995
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | * | | | | | significantly faster Inliner, with extensive documentation.Miguel Garcia2012-02-173-336/+635
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | Move code to a better place.Daniel C. Sobral2012-02-171-2/+3
| | |/ / / / / / | |/| | | | | |
| | * | | | | | [vpm] simpler implementation of switch emissionAdriaan Moors2012-02-171-30/+13
| | * | | | | | [vpm] PF's missingCase, cleaned up isDefinedAt genAdriaan Moors2012-02-174-94/+122
| | * | | | | | [vpm] avoid triggering virtualized matchingAdriaan Moors2012-02-171-9/+9
| | * | | | | | [vpm] generate proper isDefinedAt for switchesAdriaan Moors2012-02-171-2/+9
| | * | | | | | [vpm] working type switch for try/catchAdriaan Moors2012-02-175-106/+238
| | * | | | | | remove unused `tree` argument from typedCasesAdriaan Moors2012-02-173-6/+6
| |/ / / / / /
* / / / / / / Fixed AnyRef specialization.Paul Phillips2012-02-173-30/+40
|/ / / / / /
* | | | | | Merge remote-tracking branch 'erikrozendaal/SI-5331' into developPaul Phillips2012-02-154-57/+627
|\ \ \ \ \ \
| * | | | | | Removed TODOs.Erik Rozendaal2012-01-241-2/+2
| * | | | | | Custom implementations of drop/take/slice.Erik Rozendaal2012-01-233-7/+44
| * | | | | | Custom coded version of range/from/to/until.Erik Rozendaal2012-01-213-26/+49
| * | | | | | Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-153-11/+23
| * | | | | | Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-072-8/+2
| * | | | | | Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-074-413/+421
| * | | | | | Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-063-143/+424
| * | | | | | Deprecate TreeMap.isSmaller and TreeSet.isSmaller.Erik Rozendaal2012-01-062-0/+2
| * | | | | | Add implementation notes. Consistently use eq/ne to compare with null.Erik Rozendaal2012-01-051-7/+24
| * | | | | | Move nth method to RedBlack. Inline factories for tree nodes.Erik Rozendaal2012-01-053-18/+20
| * | | | | | Optimize foreach and iterators.Erik Rozendaal2012-01-043-44/+71
| * | | | | | Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-033-348/+311
| * | | | | | Implemented range without using pattern matching.Erik Rozendaal2012-01-021-9/+14
| * | | | | | Implemented deletes without pattern matching.Erik Rozendaal2012-01-021-61/+72
| * | | | | | Moved key/value/left/right fields up to NonEmpty class. Don't relyErik Rozendaal2012-01-023-33/+57
| * | | | | | Minimize number of calls to ordering.Erik Rozendaal2011-12-281-13/+14
| * | | | | | Improved performance of RedBlack.NonEmpty.nth (helps take/drop/split/etc).Erik Rozendaal2011-12-281-2/+3
| * | | | | | Performance improvements for iteration (foreach and iterator).Erik Rozendaal2011-12-283-18/+51
| * | | | | | TreeMap/TreeSet no longer keep track of the size (the RedBlack treeErik Rozendaal2011-12-282-40/+31
| * | | | | | Made RedBlack private to the scala.collection.immutable package.Erik Rozendaal2011-12-281-4/+3
| * | | | | | Make sure the redblack test compiles and runs.Erik Rozendaal2011-12-281-2/+1
| * | | | | | Use single shared Empty instance across all RedBlack trees.Erik Rozendaal2011-12-283-23/+32
| * | | | | | Changed abstract class RedBlack to singleton object.Erik Rozendaal2011-12-283-10/+13