summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/Queue.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8367bf68c1' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\
| * Fix documentation of immutable.QueueJasper-M2017-01-031-1/+1
* | Merge pull request #5579 from edmundnoble/queue-concatAdriaan Moors2017-02-071-0/+9
|\ \
| * | Improve Queue.++ when building another QueueEdmund Noble2017-01-181-0/+9
| |/
* | SI-9817 forall and existsDmitriy Pogretskiy2016-06-201-0/+8
* | Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
|/
* Better names for length valuesDaniel Dietrich2015-06-051-5/+5
* Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-3/+3
* SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-111-1/+11
* add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+7
* 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
* 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
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-2/+2
* 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
* Fixing up a few instances of suboptimal reversi...Paul Phillips2011-08-271-1/+1
* Improved documentation for scala.collection.imm...Heather Miller2011-08-211-0/+9
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-3/+0
* Removed classes and methods deprecated before 2.8.Paul Phillips2011-07-161-19/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-13/+11
* Discovered another impressive source of unneces...Paul Phillips2011-07-041-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-2/+2
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-3/+3
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Modified generic companion apply to call empty ...Paul Phillips2011-01-041-1/+3
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* More fully integrate immutable.Queue into colle...Paul Phillips2010-04-201-9/+17
* Docs. no reviewAleksandar Pokopec2010-04-131-0/+2
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-3/+10
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-10/+19
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Replaced immutable.Queue.apply, which should fi...Philipp Haller2009-11-051-11/+7
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* add @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-1/+2
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-2/+3
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-14/+0
* switch to unnested packages.Martin Odersky2009-07-241-2/+1
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-6/+4
* The classics never go out of style: reintegrate...Paul Phillips2009-05-281-71/+36
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-4/+4
* massive new collections checkin.Martin Odersky2009-05-081-0/+2
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Removes varargs version of immutable.Queue.enqu...Lex Spoon2008-09-161-6/+0