summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SeqLike.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9936 LinearSeqOptimized.indexWhereSom Snytt2016-12-301-2/+1
* SI-9936 SeqLike.indexWhere starts at zeroSom Snytt2016-09-261-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+2
* Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* Performance optimization - SeqLikeRex Kerr2015-02-201-25/+50
* SI-8695 SeqLike has unintuitive implementation of combinationsRex Kerr2014-11-231-1/+9
* SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-131-1/+4
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-1/+1
* Collections: remove redundant calls to .seqJason Zaugg2013-10-311-3/+3
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-5/+5
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-19/+19
* Merge branch '2.10.x'Adriaan Moors2013-01-081-6/+10
|\
| * SI-6415, overly eager evaluation in Stream.Jean-Remi Desjardins2012-12-281-6/+10
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
|\|
| * Fix typo in documentation for SeqJean-Remi Desjardins2012-11-271-1/+1
* | 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-1/+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
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-5/+5
* | Merge branch '2.10.x'Paul Phillips2012-09-201-2/+2
|\|
| * Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-2/+2
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-2/+3
|\|
| * More relative path elimination.Paul Phillips2012-09-151-2/+3
* | Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-0/+2
|\|
| * SI-6167 Override SeqLike#isEmpty for better performanceSimon Ochsenreither2012-08-141-0/+2
* | Merge branch '2.10.x'Adriaan Moors2012-08-141-0/+1
|\|
| * Fix for view isEmpty.Paul Phillips2012-08-131-0/+1
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-091-1/+1
|/
* minor fixes scaladocxuwei-k2012-08-011-1/+1
* Corrects links in API documentationHeather Miller2012-05-161-3/+3
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-4/+0
* Fixes SI-4478.Simon Ochsenreither2012-05-021-7/+7
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-36/+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-21/+28
* A first bunch of Any-extending traits.Martin Odersky2012-02-061-2/+2
* Update for fix for SI-5377.aleksandar2012-01-241-2/+3
* Fixed a bug SI-5377 (https://issues.scala-lang.org/browse/SI-5377).Kota Mizushima2012-01-191-1/+1
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-5/+5
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-2/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-33/+0
* Optimizations for Seq's implementations of sequ...Paul Phillips2011-08-091-69/+214
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-4/+3
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-2/+2
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-4/+3
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-0/+37