summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix future testsPhilipp Haller2011-12-091-5/+5
| * | | | | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-125-49/+55
| |/ / / /
| * | | | A minor doc issue with timeouts.Aleksandar Prokopec2011-12-081-3/+0
| * | | | Fixed the build.aleksandar2011-12-085-31/+41
| * | | | Added Future companion object, with all method.Heather Miller2011-12-081-8/+34
| * | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-075-202/+286
| |\ \ \ \
| | * \ \ \ Fix merge conflictPhilipp Haller2011-12-072-12/+20
| | |\ \ \ \
| | * | | | | Add promise implementation. Move fork/join implementation into default packag...Philipp Haller2011-12-075-204/+285
| * | | | | | Some docs fixes.Aleksandar Prokopec2011-12-072-7/+27
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Aleksandar Prokopec2011-12-075-16/+160
| |\| | | |
| | * | | | Add tests for future callbacksPhilipp Haller2011-12-072-0/+134
| | * | | | Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Philipp Haller2011-12-071-5/+9
| | |\ \ \ \
| | * | | | | Add future method to ExecutionContext trait. Log uncaught exceptions to stderr.Philipp Haller2011-12-073-16/+26
| * | | | | | 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-07176-55/+1375
| |\ \ \ \
| * | | | | 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
* | | | | | Merge branch 'develop'Paul Phillips2012-02-1719-548/+1083
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge remote-tracking branches 'VladUreche/issue/5005', 'adriaanm/topic/virtp...Paul Phillips2012-02-1718-547/+1078
| |\ \ \ \ \ \ \ \
| | | | * | | | | | 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-173-3/+35
| | * | | | | | [vpm] working type switch for try/catchAdriaan Moors2012-02-179-107/+295
| | * | | | | | remove unused `tree` argument from typedCasesAdriaan Moors2012-02-173-6/+6
| | |/ / / / /
| * / / / / / Prevent extaneous output in SI-5005Vlad Ureche2012-02-161-1/+5
| |/ / / / /
* / / / / / Fixed AnyRef specialization.Paul Phillips2012-02-1711-32/+148
|/ / / / /
* | | | | Merge remote-tracking branch 'erikrozendaal/SI-5331' into developPaul Phillips2012-02-158-89/+1181
|\ \ \ \ \
| * | | | | Removed TODOs.Erik Rozendaal2012-01-241-2/+2
| * | | | | Custom implementations of drop/take/slice.Erik Rozendaal2012-01-235-12/+75
| * | | | | Custom coded version of range/from/to/until.Erik Rozendaal2012-01-214-42/+59
| * | | | | Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-156-24/+77
| * | | | | 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-074-8/+32
| * | | | | Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-076-469/+690
| * | | | | Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-064-171/+452
| * | | | | Deprecate TreeMap.isSmaller and TreeSet.isSmaller.Erik Rozendaal2012-01-062-0/+2