summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SeqViewLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\
| * SI-9172 FlatMapped views throw exception on filterRex Kerr2015-02-221-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+2
|\|
| * SI-8950 SeqView and StreamView allow indexing out of a sliceRex Kerr2014-12-061-1/+1
| * SI-8951 SeqView and StreamView stack-overflow on negative index after flatMapRex Kerr2014-11-211-0/+1
* | SI-8691 SeqView throws exception when prepending a collectionRex Kerr2014-12-061-12/+10
|/
* SI-8474 Inconsistent behavior of patch methodRex Kerr2014-08-241-5/+18
* Merge pull request #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-061-18/+126
|\
| * Removes Gen*View and Par*ViewJason Zaugg2013-11-261-18/+126
* | SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-261-0/+15
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+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
* Fix SI-5971.Aleksandar Prokopec2012-06-271-1/+1
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-4/+0
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-13/+16
* 2nd round of clean ups (see r25285)michelou2011-07-151-5/+2
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-0/+5
* One of the blips in the performance charts seem...Paul Phillips2011-04-201-0/+4
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-134/+26
* Fixed up the regression I slipped in with slice.Paul Phillips2011-03-121-1/+5
* A patch for views. Most relevant change:Paul Phillips2011-03-111-55/+68
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-4/+13
* Spring cleaning of collection libraries.Martin Odersky2010-03-191-5/+44
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-131-6/+20
* Created team of private[collection] abstract cl...Paul Phillips2009-12-231-20/+6
* fixed #2548 - reverse, reverseIterator for view...Aleksandar Pokopec2009-12-221-1/+10
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+2
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-141-0/+2
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-121-5/+19
* Sequence->SeqMartin Odersky2009-10-021-0/+156