summaryrefslogtreecommitdiff
path: root/src/library/scala/Option.scala
Commit message (Expand)AuthorAgeFilesLines
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-2/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
* fix Right,Left and Either scaladoc linksxuwei-k2012-07-131-4/+4
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-0/+11
|\
| * Scaladoc feature that shows implicit conversionsVlad Ureche2012-04-131-0/+11
* | Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+3
|/
* Added Option#fold.Paul Phillips2012-04-041-0/+12
* Added forall to Option.Paul Phillips2012-01-031-0/+7
* Gave Option its own nonEmpty.Paul Phillips2011-12-061-0/+5
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-9/+7
* Realized most of the remaining methods in Optio...Paul Phillips2011-06-061-13/+12
* Working on the inliner, discovered that a few k...Paul Phillips2011-06-061-2/+2
* Added flatten to Option so Some(Some(x)).flatte...Paul Phillips2011-05-141-0/+3
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-1/+1
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+1
* Added filterNot to Option so I can stop being d...Paul Phillips2010-10-131-0/+13
* update doc of option. close #3737.Lukas Rytz2010-08-091-43/+118
* Option gets an empty factory like the collections.Paul Phillips2010-07-021-4/+6
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Renamed partialMap to collect.Paul Phillips2010-03-241-1/+1
* Made a whole WithFilter class for Option after ...Paul Phillips2010-02-041-0/+17
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-1/+1
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-1/+1
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-1/+1
* Modified partialMap to take PartialFunction[A, ...Paul Phillips2009-12-101-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-121-6/+0
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-081-5/+0
* - Renames filterMap to partialMapPaul Phillips2009-11-061-1/+1
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-3/+0
* Deleted Zero, or "Nothing ventured, Nothing gai...Paul Phillips2009-11-041-6/+0
* Some structural improvements to Either and Opti...Paul Phillips2009-11-011-13/+7
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+2
* The arrival of scala.Zero.Paul Phillips2009-10-261-0/+6
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-111-0/+7
* Large Path/File/Directory checkin.Paul Phillips2009-08-301-0/+3
* Some enhancements to Option to cover a variety ...Paul Phillips2009-06-241-2/+31
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-3/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Removed nullness check from trunk.Geoffrey Washburn2008-05-131-3/+0
* Option asserts that its argument is not null.Geoffrey Washburn2008-05-071-0/+3
* Applied the patch for Either after some revisions.Geoffrey Washburn2008-04-181-0/+14