summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Stream.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-1/+0
|\
| * Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-151-1/+0
* | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-211-4/+9
|\ \
| * | SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-041-4/+9
* | | 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
* | Implementation of Stream#dropRight.Paul Phillips2012-11-011-6/+26
* | Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-011-3/+10
|/
* Improves SI-6409 - Add note to string flatMap about evaluation.Josh Suereth2012-09-251-0/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Remove commented out codePaolo Giarrusso2012-08-201-17/+0
* Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-201-0/+35
* Fix for view isEmpty.Paul Phillips2012-08-131-0/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+2
* Fixes SI-4478.Simon Ochsenreither2012-05-021-4/+4
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* * Fixed SI-4835 (https://issues.scala-lang.org/browse/SI-4835).Kota Mizushima2012-01-231-2/+8
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-2/+2
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+3
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-2/+2
* Docspree documentation for Stream from Derek WyattJosh Suereth2011-09-021-71/+485
* Replaced Application with App in ScalaDoc.Kato Kazuyoshi2011-08-201-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-51/+0
* Merge pull request #42 from jamie-allen/masterPaul Phillips2011-07-151-1/+3
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-49/+46
* Making empty streams serializable.Aleksandar Pokopec2011-07-111-1/+1
* Fixes #4761.Aleksandar Pokopec2011-07-111-2/+2
* Routed Stream.+: through cons to avoid some tru...Paul Phillips2011-06-211-0/+4
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-3/+3
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-7/+8
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-4/+4
* A patch for views. Most relevant change:Paul Phillips2011-03-111-43/+38
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-32/+26
* Closes #2239.Philipp Haller2011-03-081-0/+16
* Made Stream.collect collect instead of filter.Paul Phillips2011-03-021-1/+1
* Fixes and closes #4294.Aleksandar Pokopec2011-02-281-0/+20
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Eliminated 16 avoidable closure objects in Stream.Paul Phillips2011-01-041-39/+25
* Parameterizes TraversableFactory.range so it ca...Paul Phillips2010-12-031-2/+6
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+2
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-8/+6
* Fix for #3686. No review.Aleksandar Pokopec2010-11-191-2/+2
* Removed inline annotation on a private stream m...Aleksandar Pokopec2010-11-191-1/+1
* Fixes #3686 by special casing Stream transforme...Aleksandar Pokopec2010-11-191-16/+39
* Does what can probably be done about strange it...Paul Phillips2010-09-171-1/+5
* Stream gets a specialized, extra-lazy Iterator ...Paul Phillips2010-09-151-0/+24
* Closes #1220.Iulian Dragos2010-09-011-3/+7
* Fixes #3511 by adding a custom StreamView.Aleksandar Pokopec2010-06-031-0/+8