summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/List.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-071-2/+0
* Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-20/+33
|\
| * Optimised implementation of List.filter/filterNotRory Graves2017-01-281-0/+2
| * Avoid creating ListBuffer in List.mapConserveRory Graves2017-01-281-20/+31
* | Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* | SI-7838 Document the multi-threading semantics of List and VectorStefan Zeiger2016-08-121-0/+2
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-6/+4
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-13/+13
|\|
| * Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-1/+1
|\|
| * Restore missing element type to List class documentationJanek Bogucki2015-09-111-1/+1
* | Revert workaround for SI-8334Lukas Rytz2015-09-171-3/+0
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-0/+2
|\|
| * SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-1/+1
|\|
| * SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-201-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-2/+3
|\|
| * Merge pull request #4047 from lrytz/delambda-method-testsLukas Rytz2014-11-071-1/+3
| |\
| | * Fix t8549 under -Ydelambdafy:methodLukas Rytz2014-10-101-1/+3
| * | SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-241-1/+0
| |/
* / Prefer scala.Serializable to j.io.SerializableJason Zaugg2014-09-061-2/+2
|/
* SI-8335 List.++ avoidably burns memoryRex Kerr2014-06-271-4/+2
* SI-8240 Consider rolling back optimizations for ListRex Kerr2014-02-251-9/+92
* PR #3233 cleanupPavel Pavlov2014-02-051-32/+31
* SI-8042 Use Serialization Proxy Pattern in ListScott Carey2013-12-121-24/+34
* Cull extraneous whitespace.Paul Phillips2013-09-181-3/+0
* Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-081-0/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-7402 List extends SerializableSimon Ochsenreither2013-04-241-1/+2
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-24/+15
|\
| * SI-6961 no structural sharing in list serializationAleksandar Prokopec2013-02-071-24/+9
* | Merge commit 'cabf626bbc' into wip/fresh-merge2Paul Phillips2013-02-011-0/+3
|\|
| * SI-2818 Make List.foldRight always do a reverse/foldLeft flipJames Iry2013-01-311-0/+3
* | Remove unused imports in library.Paul Phillips2012-11-191-3/+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
* | Remove unused private members.Paul Phillips2012-11-011-6/+0
* | SI-6388 Remove deprecated items in scala/collectionSimon Ochsenreither2012-10-081-245/+0
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-1/+1
|\|
| * More relative path elimination.Paul Phillips2012-09-151-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-2/+2
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* | Merge branch '2.10.x'amin2012-08-211-1/+0
|\|
| * Reverted addition of 5 specialized method from LinearSeqOptimized to List.Martin Odersky2012-08-201-56/+0
| * Moved five methods from LinearSeqOptimized to ListMartin Odersky2012-08-201-0/+56
| * Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-201-1/+9
* | Optimization in List.Paul Phillips2012-07-251-4/+14
|/
* SI-5235 Correct usecase variable expansionVlad Ureche2012-07-161-1/+2
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-3/+3
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2