summaryrefslogtreecommitdiff
path: root/src/library/scala/Either.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-594/+0
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-4/+4
* Fix an potentially-disturbing error (typo?) in Either doc.Étienne Vallette d'Osia2012-04-171-1/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-7/+10
* Fix documentation errorfedgehog2011-12-071-4/+4
* Big improvements to scala.Either.Heather Miller2011-10-161-14/+287
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-18/+0
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-9/+8
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-3/+3
* Another docs patch submitted by Davetron, this ...Aleksandar Pokopec2011-02-141-62/+64
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Following up on my deprecated method overreach.Paul Phillips2009-11-261-32/+0
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+32
* More deprecation work.Paul Phillips2009-11-181-32/+0
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-3/+0
* Some structural improvements to Either and Opti...Paul Phillips2009-11-011-43/+70
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+3
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-23/+33
* add @since scaladoc tag to scala.* typesstepancheg2009-08-131-0/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-7/+3
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-2/+2
* updates to scalax collections and standard libr...Martin Odersky2008-12-091-0/+37
* Changed isLeft and isRight to use less memory. Geoffrey Washburn2008-04-241-11/+5
* Changed most uses of lazy val in Either to be d...Geoffrey Washburn2008-04-241-9/+9
* Applied the patch for Either after some revisions.Geoffrey Washburn2008-04-181-0/+303
* Eliminated either per #708.Geoffrey Washburn2008-04-081-546/+0
* fixed t607, t699Martin Odersky2008-04-081-0/+10
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-071-8/+0
* Set keywords property.Geoffrey Washburn2008-03-071-1/+1
* Oops.Geoffrey Washburn2008-03-071-479/+9
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-071-0/+1014