summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Stream.scala
Commit message (Expand)AuthorAgeFilesLines
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
* Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-141-0/+6
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-141-8/+13
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-3/+3
* [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-121-13/+11
* SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-14/+111
* Merge pull request #3949 from lrytz/t8627Grzegorz Kossakowski2014-08-271-11/+13
|\
| * SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-11/+13
* | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-1/+1
|/
* SI-6409 Stream flatMap leaks memory if mapper returns many emptiesRex Kerr2014-05-301-0/+8
* SI-7266 Stream leaks memoryRex Kerr2014-01-311-2/+6
* Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-151-8/+10
|\
| * SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-241-8/+10
* | fix Stream#flatten examplexuwei-k2013-12-231-1/+1
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-7403 Stream extends SerializableSimon Ochsenreither2013-04-251-3/+5
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Merge branch '2.10.x'Adriaan Moors2013-01-081-1/+1
|\
| * Stream.zip naturalsEx example does not compile => remove extra zip callybr2012-12-201-1/+1
* | 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