summaryrefslogtreecommitdiff
path: root/src/library/scala/Either.scala
Commit message (Expand)AuthorAgeFilesLines
* 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