summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/LinkedListLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* 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/+1
* 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
* Remove unused imports in library.Paul Phillips2012-11-191-3/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-0/+10
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-1/+1
* - Update Scaladoc for LinkedList and for some o...Paul Phillips2011-07-291-12/+51
* Fix for linked lists closes #4080 and proves my...Paul Phillips2011-03-271-6/+9
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixes #3970 and a bunch of other issues.Aleksandar Pokopec2010-11-171-0/+24
* Fixes #3996.Aleksandar Pokopec2010-11-171-1/+3
* Fix and test case for broken linked lists, cont...Paul Phillips2010-08-231-2/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Docs. No review.Aleksandar Pokopec2010-04-101-3/+10
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* PriorityQueue fixed, should work ok now.Aleksandar Pokopec2009-11-201-1/+1
* tentative re-implementation of LinkedList and s...Martin Odersky2009-11-101-18/+34
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-0/+93