summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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-2533-61/+837
|\ \ | |/ |/|
| * Cleaner range counting.Paul Phillips2012-01-241-9/+27
| *---. Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-233-24/+53
| |\ \ \
| | | | * * Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).Kota Mizushima2012-01-231-2/+8
| | |_|/ | |/| |
| | * | Fix for SI-5374.aleksandar2012-01-232-22/+45
| |/ /
| | |
| | \
| *-. \ Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-201-1/+1
| |\ \ \ | | |_|/ | |/| |
| | | * Closes SI-5066Szabolcs Berecz2012-01-201-1/+1
| * | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-194-9/+17
| |\ \ \ | | |/ / | |/| |
| | * | Progress with macrosEugene Burmako2012-01-204-9/+17
| | |/
| * / Improved performance of TraversableLike.dropWhile, which now stops re-evaluat...Christopher Vogt2012-01-201-1/+1
| |/
| * Merge remote-tracking branch 'dcsobral/interpolationFix'Paul Phillips2012-01-181-2/+2
| |\
| | * Fix check for number of argumentsDaniel C. Sobral2012-01-171-2/+2
| * | Merge remote-tracking branches 'kmizu/pull-request-fix-SI-5377' and 'kepler/t...Paul Phillips2012-01-181-1/+40
| |\ \
| | * | Upgraded the implementation of showRawEugene Burmako2012-01-171-1/+40
| * | | Fixed a bug SI-5377 (https://issues.scala-lang.org/browse/SI-5377).Kota Mizushima2012-01-191-1/+1
| | |/ | |/|
| | |
| | \
| *-. \ Merge remote-tracking branches 'odersky/pullrequest/interpolation' and 'magar...Paul Phillips2012-01-161-0/+191
| |\ \ \
| | * | | A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-0/+191
| * | | | Make AnyValManifest not a sealed class.Grzegorz Kossakowski2012-01-151-1/+1
| | |/ / | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'szabolcsberecz/xml-attribute-order', 'szabolc...Paul Phillips2012-01-155-3/+77
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | Reword confusing explanationDaniel C. Sobral2012-01-141-7/+11
| | | | * | Explain Function1 vs PartialFunctionDaniel C. Sobral2012-01-132-1/+35
| | | |/ / | | |/| |
| | | * | Improve description of flatten, flatMapDaniel C. Sobral2012-01-133-2/+38
| | |/ /
| * / / Toward the elimination of setInternalFlags.Paul Phillips2012-01-141-2/+2
| |/ /
| * | Removed some unsociable exception behavior.Paul Phillips2012-01-131-7/+0
| * | Merge remote-tracking branch 'szabolcsberecz/xml-attribute-fixes' into developPaul Phillips2012-01-121-6/+9
| |\ \
| | * | Cleanup after "Fixed equality and string representation of xml attributes wit...Szabolcs Berecz2012-01-121-6/+9
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'axel22/issue/4147', 'schmmd/codec' and 'soc/S...Paul Phillips2012-01-126-1/+422
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-071-1/+1
| | | * | | Added toString to Codec class (uses Codec.name).Michael Schmitz2012-01-091-0/+3
| | * | | | Merge branch 'master' into issue/4147aleksandar2012-01-1226-82/+174
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add mutable tree sets to the standard library.aleksandar2012-01-124-0/+418
| * | | | | Traitified JavaConverters.Paul Phillips2012-01-101-1/+4
| * | | | | Merge remote-tracking branch 'odersky/master'Paul Phillips2012-01-107-7/+7
| |\ \ \ \ \
| | * | | | | Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-107-7/+7
| | | |/ / / | | |/| | |
| * / | | | Revert "Accept prefixed xml attributes with null value"Paul Phillips2012-01-101-9/+6
| |/ / / /
* | | | | Removed the nondeterministic implicit. Added rescue.aleksandar2012-01-246-54/+74
* | | | | Fixed the way callbacks are handled. Removed executor from base future trait.aleksandar2012-01-234-14/+13
* | | | | Add implicit for duration.aleksandar2012-01-201-0/+7
* | | | | Add NonDeterministic evidence needed to call nondeterministic methods.aleksandar2012-01-196-54/+91
* | | | | Add implicit conversion for futures that enables calling nondeterministic met...aleksandar2012-01-194-100/+113