summaryrefslogtreecommitdiff
path: root/src/library/scala/util/Either.scala
Commit message (Expand)AuthorAgeFilesLines
* assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-19/+19
* don't deprecate Either.left and Either.right yetSeth Tisue2016-09-281-15/+13
* Merge pull request #5286 from soc/topic/biased-either-fixupStefan Zeiger2016-08-031-24/+48
|\
| * Improve Scaladoc for Either:Simon Ochsenreither2016-07-151-24/+48
* | Deprecate and rename Left#a/Right#b to Left#value/Right#valueDale Wijnand2016-07-141-2/+6
|/
* [squash] Fix bounds in containsSimon Ochsenreither2016-07-071-1/+1
* Right-bias EitherSimon Ochsenreither2016-05-271-76/+236
* General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+0
* merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-6/+6
|\
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-6/+6
* | SI-9173 Either extends Product with SerializableSimon Ochsenreither2015-02-231-1/+1
|/
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-4/+4
* Make parameters to implicit value classes privateJason Zaugg2013-11-121-1/+1
* MergeableEither extends AnyValxuwei-k2013-07-241-1/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Modernize legacy backquotes in comments.Jason Zaugg2013-02-251-2/+2
* SI-6811 Misc. removals in util, testing, io, ...Simon Ochsenreither2013-01-171-2/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-291-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* fix Right,Left and Either scaladoc linksxuwei-k2012-07-131-6/+6
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-0/+594