summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/DoubleLinkedList.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-2/+2
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+2
* 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
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+7
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* 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/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+2
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-1/+1
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Fix for linked lists closes #4080 and proves my...Paul Phillips2011-03-271-10/+8
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* Fixes #3970 and a bunch of other issues.Aleksandar Pokopec2010-11-171-0/+1
* Fix and test case for broken linked lists, cont...Paul Phillips2010-08-231-5/+11
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Docs. No review.Aleksandar Pokopec2010-04-101-2/+2
* More docs. No review.Aleksandar Pokopec2010-04-101-2/+28
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* updated/extended serialization tests michelou2009-11-201-8/+16
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-4/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-2/+4
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-5/+6
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-1/+1
* Reintegrated DoubleLinkedList, SynchronizedBuff...Philipp Haller2009-09-081-11/+22
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* cleaned up collection builder frameworkMartin Odersky2009-05-141-2/+4
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-2/+2
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-36/+20
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* deprecated &f, .f, requires.Martin Odersky2007-06-051-2/+1
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1
* Replaced == null()eq null(ne null)mihaylov2006-11-131-5/+5
* removed leading/trailing tabs/blanks in collect...michelou2006-10-041-26/+26
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
* Small refactoring in some collection classesmihaylov2006-03-031-1/+1
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-3/+4
* Rearranged header and updated copyright messagemihaylov2006-03-021-0/+2
* (no commit message)Martin Odersky2006-02-061-1/+1
* - replaced ":" by "requires"michelou2006-01-091-3/+4
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+49