summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/LinearSeqOptimized.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9936 LinearSeqOptimized.indexWhereSom Snytt2016-12-301-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-091-4/+4
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-0/+0
|\|
| * unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
* | add @deprecatedNameqilab gamma2015-08-041-3/+3
* | rename argument f of LinearSeqOptimized.reduceLeft to op in accordance with s...qilab gamma2015-08-021-2/+2
* | rename argument f of LinearSeqOptimized.foldLeft/foldRight to op in accordanc...qilab gamma2015-08-021-4/+4
|/
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Merge pull request #4168 from Ichoran/issue/9000Lukas Rytz2014-12-041-6/+9
|\
| * SI-9000 equals for immutable collections should check identityRex Kerr2014-11-261-6/+9
* | SI-8754 linear seqs aren'tRex Kerr2014-11-261-3/+17
|/
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Merge pull request #2195 from vigdorchik/lint_libraryPaul Phillips2013-03-051-1/+0
|\
| * Remove unused symbols and imports from the library.Eugene Vigdorchik2013-03-051-1/+0
* | More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-6/+6
|/
* Merge branch '2.10.x'Adriaan Moors2013-01-081-9/+14
|\
| * LinearSeq lengthCompare without an iterator.Paul Phillips2012-12-281-12/+10
| * SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-281-7/+13
* | Remove unused imports in library.Paul Phillips2012-11-191-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
* | Merge branch '2.10.x'amin2012-08-211-7/+6
|\|
| * Moved five methods from LinearSeqOptimized to ListMartin Odersky2012-08-201-58/+0
| * Optimizations to cut down on #closures createdMartin Odersky2012-08-201-1/+58
|/
* Enclosed the out of bounds index with some IOOB...Paul Phillips2011-04-241-1/+1
* One of the blips in the performance charts seem...Paul Phillips2011-04-201-1/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* A patch for views. Most relevant change:Paul Phillips2011-03-111-3/+10
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-4/+12
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* A selection of collections additions from the l...Paul Phillips2010-12-041-11/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more docsMartin Odersky2010-04-091-6/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-0/+301