summaryrefslogtreecommitdiff
path: root/src/library/scala/util/Try.scala
Commit message (Expand)AuthorAgeFilesLines
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* General cleanups and less warnings during a Scala buildsoc2016-04-041-1/+0
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+2
* Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-3/+4
|\
| * Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-161-1/+1
| * Fixed deprecation warning in scaladoc example of TryChristoph Neijenhuis2015-05-151-2/+3
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-2/+2
|\|
| * Fix scaladoc of Try#failednafg2015-04-241-2/+2
* | SI-8336: add `fold` & `toEither` to `util.Try`cchantep2015-04-071-0/+30
* | SI-9174 Try extends Product with SerializableSimon Ochsenreither2015-03-261-1/+1
* | Add missing canonical combinators:Viktor Klang2014-10-201-62/+54
|/
* SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+29
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-1/+1
* 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