summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Stream.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9507 Make Stream #:: and #::: allow type wideningRui Gonçalves2017-02-021-2/+2
* SI-9909: corrected stream example so it does not give forward referenceTim Spence2016-10-211-3/+3
* SI-6881 Detect reference equality when comparing streamsStefan Zeiger2016-07-071-0/+23
* Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-8/+4
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-3/+3
|\
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-4/+4
| * Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-1/+1
|\|
| * ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* | remove legacy bincompat stuff in Predef.scala, Stream.scalaSeth Tisue2015-07-211-15/+0
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-1/+7
|\|
| * 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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\|
| * Fix many typosMichał Pociecha2015-04-211-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-8/+13
|\|
| * SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-141-8/+13
* | SI-8990 Allow GC during lazy evaluation of Stream#withFilterMarc Siegel2015-02-201-52/+27
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-3/+3
|\|
| * 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