summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/TraversableViewLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8691 SeqView throws exception when prepending a collectionRex Kerr2014-12-061-4/+18
* Merge pull request #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-061-17/+99
|\
| * Removes Gen*View and Par*ViewJason Zaugg2013-11-261-17/+99
* | SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-261-0/+13
|/
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-231-9/+0
|\
| * Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-151-11/+2
* | Remove unused imports in library.Paul Phillips2012-11-191-1/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Fix for view isEmpty.Paul Phillips2012-08-131-2/+11
* Fix SI-5971.Aleksandar Prokopec2012-06-271-1/+1
* Fixes SI-5201. Adds flatten to TraversableViewLike.Josh Suereth2012-05-081-0/+2
* Fixes si-5656.Aleksandar Prokopec2012-05-041-5/+13
* 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
* unzip(3) on view now returns view.Josh Suereth2011-12-181-0/+6
* Migration message and version cleanupSimon Ochsenreither2011-12-071-4/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-8/+11
* Views using methods implemented in terms of isE...Paul Phillips2011-06-131-0/+21
* Fix for wrong results from groupBy on views.Paul Phillips2011-06-121-1/+1
* Fix for view+groupBy closes #4558, no review.Paul Phillips2011-05-141-3/+5
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-109/+30
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-4/+4
* A patch for views. Most relevant change:Paul Phillips2011-03-111-75/+85
* Made mkString work correctly on views.Paul Phillips2011-02-251-0/+10
* Merge branch 'work'Aleksandar Pokopec2011-01-261-0/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-3/+3
* Refactorings to make iterators required by task...Aleksandar Pokopec2010-09-171-0/+1
* Overrode addString in TraversableViewLike.Paul Phillips2010-09-161-0/+3
* first part of r22260Antonio Cunei2010-06-161-1/+1
* temporarily reversing r22260; will be shortly r...Antonio Cunei2010-06-161-1/+1
* Changed groupBy to return immutable.Map.Paul Phillips2010-06-131-1/+1
* Fixed problem discovered by Paul that views do ...Martin Odersky2010-06-061-0/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated documentationMartin Odersky2010-04-091-11/+23
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-0/+1
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-4/+2
* Renamed partialMap to collect.Paul Phillips2010-03-241-1/+1
* Spring cleaning of collection libraries.Martin Odersky2010-03-191-8/+45
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-131-7/+16
* Created team of private[collection] abstract cl...Paul Phillips2009-12-231-16/+7
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More world-shaking deprecation work.Paul Phillips2009-11-201-2/+1
* Fixed #1342.Martin Odersky2009-10-281-4/+3
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-6/+6
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-121-1/+1
* Collections refactoring.Martin Odersky2009-09-251-0/+179