summaryrefslogtreecommitdiff
path: root/src/library/scala/Option.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* Deprecated and rename Some#x to Some#valueDale Wijnand2016-07-151-2/+4
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Merge pull request #4047 from lrytz/delambda-method-testsLukas Rytz2014-11-071-0/+3
|\
| * Fix t8549 under -Ydelambdafy:methodLukas Rytz2014-10-101-0/+3
* | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
|/
* [backport] Refactored example to Option.collect method.jxcoder2014-08-111-3/+3
* [backport] [scaladoc] Changed align of example code to Option.contains and Op...Maks Atygaev2014-08-111-16/+16
* [backport] SI-8705 Added example to Option.contains method.jxcoder2014-08-111-0/+11
* [backport] Added example to Option.collect method.jxcoder2014-08-111-0/+11
* SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-041-2/+2
* Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-211-1/+1
|\
| * SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-041-1/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\ \ | |/ |/|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Merge branch '2.10.x'Paul Phillips2012-09-201-2/+2
|\|
| * Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-2/+2
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-1/+1
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-1/+1
|\|
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
* | Merge pull request #1007 from soc/SI-6064Josh Suereth2012-07-301-0/+9
|\ \ | |/ |/|
| * SI-6064 Add method contains to Option.Simon Ochsenreither2012-07-291-0/+9
* | 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