summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/TraversableOnce.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-251-4/+5
|\
| * SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-041-4/+5
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
|/
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-6/+7
* Performance improvement: collectFirst in TraversableOnceRex Kerr2015-03-301-2/+15
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-1/+1
* SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-141-4/+3
* Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-071-14/+14
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-2/+2
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* SI-7614 Minimize the times of evaluation f in TraversableOnce.maxBy/minBy.yllan2013-07-061-2/+26
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Renamed type param to be consistent with convention.Paul Phillips2013-03-031-5/+5
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-3/+3
* Merge pull request #1921 from soc/SI-6811-removalsPaul Phillips2013-01-241-5/+0
|\
| * SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-5/+0
* | Merge branch '2.10.x'Adriaan Moors2013-01-161-0/+14
|\ \ | |/ |/|
| * SI-6930 adds documentation to reduceLeft in TraversableOnceHeather Miller2013-01-081-0/+14
* | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-211-4/+2
|\ \
| * | SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-041-4/+2
* | | 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
* | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-041-1/+1
|/
* SI-6449 Adds version arg to @deprecated usages (non-compiler sources)Simon Ochsenreither2012-09-291-2/+2
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-8/+8
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-6/+6
* Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-4/+13
* removes array tagsEugene Burmako2012-06-081-2/+2
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+0
* Workaround for scaladoc failure.Paul Phillips2012-05-011-1/+1
* Refactor OnceCanBuildFrom to check the collection type.Aleksandar Prokopec2012-05-011-5/+14
* Widen types in signatures of Future companion methods, refactor OnceCanBuildF...Aleksandar Prokopec2012-05-011-11/+18
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-1/+1
* 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-4/+8
* A first bunch of Any-extending traits.Martin Odersky2012-02-061-1/+4
* Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-101-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-291-0/+39
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-9/+7
* Fix for Iterator flattening regression.Paul Phillips2011-05-141-1/+6
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-6/+276
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-571/+8
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-0/+6
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-281-1/+1
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-3/+3
* Adding the `seq` method to all collections.Aleksandar Pokopec2011-03-221-0/+16
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-60/+0