summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/MutableList.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-061-3/+14
* Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-0/+2
* Cull extraneous whitespace.Paul Phillips2013-09-181-4/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Share the empty LinkedList between first0/last0.Jason Zaugg2012-12-101-1/+1
* SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-081-3/+7
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-0/+7
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-3/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-10/+8
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Fixes typo in ScalaDoc: IndexOutofBoundsExcepti...Kato Kazuyoshi2011-06-181-2/+2
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Update documentation of MutableList.Donna Malayeri2011-04-061-2/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Better integration for mutable list and queue.Aleksandar Pokopec2010-11-191-6/+14
* Fixes #3935.Aleksandar Pokopec2010-11-191-1/+10
* Added +=: prepend to MutableList.Martin Odersky2010-05-211-0/+7
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-5/+4
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* fixed the sentinel bug for mutable list.Aleksandar Pokopec2009-11-101-0/+1
* tentative re-implementation of LinkedList and s...Martin Odersky2009-11-101-17/+18
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+1
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-3/+4
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-2/+3
* added a few @serializable annotations, added @S...michelou2009-09-081-8/+11
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-2/+1
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-1/+1
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-19/+60
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-12/+14
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1
* Replaced == null()eq null(ne null)mihaylov2006-11-131-2/+2
* Refactored portability supportmihaylov2006-11-011-1/+1
* Mapped Java exceptions via scala.compat.Platformmihaylov2006-10-241-1/+4