summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the default reportFailure implementation.Aleksandar Prokopec2012-02-031-2/+3
* Fix typo in Future trait. Simplify recoverWith.Philipp Haller2012-02-031-5/+2
* Rename to recoverWith and fallbackTo in Future.aleksandar2012-02-011-2/+2
* Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-319-115/+122
* Add some missing methods, remove obsolete methods in futures.aleksandar2012-01-306-36/+41
* Refactor the Try monad a bit.aleksandar2012-01-301-45/+37
* Changed the comments a bit, removed on* methods on Try.aleksandar2012-01-301-55/+32
* Added first cut of Try type, refactored from twitter util.Heather Miller2012-01-301-0/+196
* Merge branch 'execution-context' of https://github.com/phaller/scala into exe...Vojin Jovanovic2012-01-271-20/+66
|\
| * Implement the ensure and andThen methods on futures.aleksandar2012-01-271-1/+56
| * Change the implementation of the future failed projection.aleksandar2012-01-271-20/+11
* | Merge branch 'master' into execution-contextVojin Jovanovic2012-01-25232-1921/+8738
|\ \ | |/ |/|
| * Renamed a method and made it more available.Paul Phillips2012-01-242-13/+15
| * Eliminated redundant function.Paul Phillips2012-01-241-9/+1
| * Cleaner range counting.Paul Phillips2012-01-243-9/+4260
| * Got out in front of catastrophic failure.Paul Phillips2012-01-241-2/+7
| * Created NoAbstractFile.Paul Phillips2012-01-242-1/+33
| * Moved some code.Paul Phillips2012-01-242-14/+24
| * Merge remote-tracking branches 'scalamacros/topic/partest' and 'gkossakowski/...Paul Phillips2012-01-249-19/+69
| |\
| | * Made partest fully support locker-based distribsEugene Burmako2012-01-249-19/+69
| * | Merge remote-tracking branch 'gkossakowski/virtpatmat-emitswitch' into developPaul Phillips2012-01-231-41/+27
| |\ \
| | * | Simplified emitSwitch in PatMatVirtualiser.Grzegorz Kossakowski2012-01-241-41/+27
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-2311-36/+193
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | Add test case for SI-4835 (https://issues.scala-lang.org/browse/SI-4835)Kota Mizushima2012-01-232-0/+45
| | | | * | * Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).Kota Mizushima2012-01-231-2/+8
| | | | |/
| | | * | Temporarily disabling debug traces in macro testsEugene Burmako2012-01-232-12/+22
| | * | | Test files for SI-5262, which was fixed by SI-5374.aleksandar2012-01-232-0/+28
| | * | | Fix for SI-5374.aleksandar2012-01-234-22/+90
| | | |/ | | |/|
| * | | Figured out the "$class$1" problem.Paul Phillips2012-01-238-56/+127
| * | | Linked up $class visibility to symbol redefinition.Paul Phillips2012-01-234-10/+17
| |/ /
| | |
| | \
| *-. \ Merge remote-tracking branches 'scalamacros/topic/partest' and 'magarciaEPFL/...Paul Phillips2012-01-222-53/+84
| |\ \ \
| | | * | increased realiabilityMiguel Garcia2012-01-221-3/+6
| | | * | fix to avoid loading what shouldn't be loadedMiguel Garcia2012-01-201-5/+4
| | | * | further reduction in inlining time. This time, 40%Miguel Garcia2012-01-201-48/+70
| | * | | Fixes a bug that messed up --classpath in partestEugene Burmako2012-01-201-4/+11
| | | |/ | | |/|
| * | | Made typeConstructor applicable for some.Paul Phillips2012-01-211-1/+5
| * | | Merge remote-tracking branches 'retronym/ticket/5072' and 'odersky/topic/t512...Paul Phillips2012-01-213-2/+43
| |\ \ \
| | * | | Fix for problem in SBT that was caused by the too severe fix of type soundnes...Martin Odersky2012-01-213-2/+43
| | | |/ | | |/|
| * | | A better REPL context classloader.Jason Zaugg2012-01-214-5/+27
| * | | Test case for already closed SI-4271.Paul Phillips2012-01-202-0/+22
| * | | Test case for already closed SI-4176.Paul Phillips2012-01-201-0/+6
| | | |
| | \ \
| *-. \ \ Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-204-2/+17
| |\ \ \ \
| | | * | | Closes SI-5066Szabolcs Berecz2012-01-203-1/+14
| | * | | | Fixed windows bat file exit code and command chaining (finally)Christopher Vogt2012-01-201-1/+3
| * | | | | Merge remote-tracking branch 'jsuereth/nicer-push-script' into developPaul Phillips2012-01-202-3/+14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Made the binary push script a bit friendlier for humansJosh Suereth2012-01-202-3/+14
| * | | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-201-4/+2
| |\ \ \ \ \
| | * | | | | Quick fix for one of the macro testsEugene Burmako2012-01-201-4/+2
| * | | | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-1924-50/+516
| |\| | | | | | | |_|_|_|/ | |/| | | |
| | * | | | Progress with macrosEugene Burmako2012-01-2024-50/+516
| | |/ / /