summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/TraversableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Rewrite TraversableLike.stringPrefix not to blow up code size in Scala.js.Sébastien Doeraene2016-09-151-12/+59
* SI-9019 TraversableLike stringPrefix broken for inner classesRex Kerr2016-08-121-6/+15
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-251-11/+0
|\
| * SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-041-11/+0
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-35/+1
|\|
| * Improve collections documentation and prefer () to {}vsalvis2015-10-271-35/+1
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-1/+1
|\|
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-1/+1
* | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-211-1/+1
|\|
| * grammar it's -> itsGeoffrey Knauth2015-04-071-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-2/+2
|\|
| * cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-2/+2
| * [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-121-1/+1
|/
* SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-1/+1
* SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-141-4/+4
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+2
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-6566, unsoundness with alias variance.Paul Phillips2013-01-091-1/+1
* Eliminating more allocations in the collections.Paul Phillips2012-12-271-7/+10
* 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-3/+2
* | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-211-1/+1
|\ \ | |/ |/|
| * SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-041-1/+1
* | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
|/
* SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-091-6/+1
* fix scala.collection.TraversableLike scaladocxuwei-k2012-09-211-1/+1
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* Attempts to improve inlining behavior for map, flatMap.Grzegorz Kossakowski2012-08-201-4/+14
* Fix for view isEmpty.Paul Phillips2012-08-131-2/+3
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-0/+1
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-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-2/+2
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+7
* Add missing methods to GenTraversableLike.Aleksandar2012-05-061-0/+2
* Removes @bridge methods.Simon Ochsenreither2012-04-281-4/+0
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Adapted usecases to full signature displayVlad Ureche2012-03-201-34/+42
* A first bunch of Any-extending traits.Martin Odersky2012-02-061-1/+2
* Improved performance of TraversableLike.dropWhile, which now stops re-evaluat...Christopher Vogt2012-01-201-1/+1
* Improve description of flatten, flatMapDaniel C. Sobral2012-01-131-0/+3
* Migration message and version cleanupSimon Ochsenreither2011-12-071-4/+1
* Add a mnemonic to help remember what's the difference between +:Daniel C. Sobral2011-12-041-0/+4
* fixed svn props, did some cleanupmichelou2011-09-191-15/+17
* Replaced various now-unnecessary casts with str...Paul Phillips2011-08-271-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-291-2/+41