summaryrefslogtreecommitdiff
path: root/src/library/scala/util/Try.scala
Commit message (Expand)AuthorAgeFilesLines
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Minor code style alterations and performance fixes.Josh Suereth2012-09-071-10/+7
* Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-13/+33
* Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-071-12/+1
* Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-1/+1
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-18/+5
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-3/+1
* Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-271-1/+1
* fix Right,Left and Either scaladoc linksxuwei-k2012-07-131-1/+1
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-80/+122
* Small documentation fixes & small fix to Scaladoc @see formattingHeather Miller2012-05-151-2/+2
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-17/+36
* Whitespace commit.Paul Phillips2012-02-291-16/+16
* Replaced Either with Try throughout scala.concurrent.Heather Miller2012-01-311-11/+11
* 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