summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/GenTraversableOnce.scala
Commit message (Expand)AuthorAgeFilesLines
* assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* SI-9823 Collections perf: favor virtual call over instanceofJason Zaugg2016-08-301-0/+6
* SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-041-0/+20
* Improve collections documentation and prefer () to {}vsalvis2015-10-271-25/+61
* Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-4/+19
* fix typo in scaladocAlessandro Lacava2015-03-241-2/+2
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* Remove "will not terminate" from toStream docBrian McKenna2014-03-121-1/+0
* Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-071-4/+4
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* Merge pull request #2709 from yllan/fix-docsAdriaan Moors2013-07-101-2/+2
|\
| * Fix docs inconsistent (cmp -> ord).yllan2013-07-061-2/+2
* | SI-7614 Minimize the times of evaluation f in TraversableOnce.maxBy/minBy.yllan2013-07-061-0/+26
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-6811 Remove primitive widenings and /:\Simon Ochsenreither2013-01-171-13/+0
* 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-2/+3
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-0/+1
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-2/+2
* Fixing embarassing typo.Josh Suereth2012-06-181-1/+1
* Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-2/+2
* Rename copyTo to build based on consensus of 3Josh Suereth2012-06-181-2/+2
* Fixes from review.Josh Suereth2012-06-181-4/+4
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+19
* removes array tagsEugene Burmako2012-06-081-4/+4
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+2
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-12/+12
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-3/+3
* Close issue #SI-4488Manohar Jonnalagedda2012-03-241-5/+5
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-1/+1
* Adapted usecases to full signature displayVlad Ureche2012-03-201-20/+33
* Deprecating /:\. Fold should be used instead.Martin Odersky2012-02-121-0/+1
* A first bunch of Any-extending traits.Martin Odersky2012-02-061-1/+1
* intermediate work towards a new starr for value classes.Martin Odersky2012-02-031-1/+1
* Fixing redundant type parameter in toIndexedSeq which causes suboptimal type ...Martin Odersky2012-01-101-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-291-1/+40
* collection docs: fix copy-paste errors in GenTr...Paul Phillips2011-07-161-28/+14
* 2nd round of clean ups (see r25285)michelou2011-07-151-23/+27
* Made GenTraversableOnce public.Paul Phillips2011-05-071-1/+1
* One of the blips in the performance charts seem...Paul Phillips2011-04-201-1/+1
* Removed GenTravOnceLike and TravOnceLike, put t...Aleksandar Pokopec2011-04-191-2/+492
* Doing a little polishing on the parallel collec...Paul Phillips2011-04-141-5/+2
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-0/+23