summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/Queue.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Update links to docs, codehaus and citeseerJanek Bogucki2015-09-041-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-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
* 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-13/+15
* 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/+6
* Fix SI-6208. mutable.Queue now returns mutable.Queue for collection methods ...Josh Suereth2012-08-081-0/+12
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+0
* Fixes SI-4478.Simon Ochsenreither2012-05-021-1/+1
* 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
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+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-4/+13
* Fixes #3935.Aleksandar Pokopec2010-11-191-2/+10
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-2/+2
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-121-1/+8
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-5/+4
* Consistency work on Addable and Growable.Paul Phillips2010-03-221-1/+6
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Queue - several bugs fixed, particular one not ...Aleksandar Pokopec2009-11-111-11/+34
* In dequeueAll there was a bug checking if colle...Aleksandar Pokopec2009-11-101-1/+1
* tentative re-implementation of LinkedList and s...Martin Odersky2009-11-101-20/+10
* Sequence->SeqMartin Odersky2009-10-021-2/+2
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-2/+3
* added a few @serializable annotations, added @S...michelou2009-09-081-4/+4
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* The classics never go out of style: reintegrate...Paul Phillips2009-05-281-2/+0
* Removed plus/minus/fromOldMartin Odersky2009-05-141-1/+1
* massive new collections checkin.Martin Odersky2009-05-081-76/+7
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed problems in subtyping.Martin Odersky2007-07-241-5/+7
* Integrated J2ME version of the library as of re...mihaylov2007-06-131-1/+1
* [1] upgraded buffered iterator to have unbounde...Sean McDirmid2007-05-211-25/+25
* fixed bugs 948/971;Martin Odersky2007-03-051-1/+1
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-1/+1
* updated annotations in Scala librarymichelou2007-02-201-3/+3
* Reverted to the old attribute syntax for mutabl...mihaylov2007-02-181-1/+1
* Fixed bug contribution #338 in mutable.Queuemihaylov2007-02-181-16/+20
* changed tuple syntax to (...)Martin Odersky2007-02-131-1/+1
* changed pair(...) to {...}Martin Odersky2007-02-051-1/+1
* fixed problems with build.Martin Odersky2007-01-221-1/+1
* Replaced == null()eq null(ne null)mihaylov2006-11-131-12/+12