summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/PriorityQueue.scala
Commit message (Expand)AuthorAgeFilesLines
* Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-091-1/+1
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-5/+3
* SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-18/+106
* Avoid function chaining with reverse methodArno den Hartog2016-04-271-3/+1
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+174
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-2/+13
* Fix a typo in PriorityQueue scaladocShadaj2015-04-051-1/+1
* Remove commented-out debugging code in PriorityQueueGuy Dickinson2014-12-011-7/+0
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-1/+1
* SI-8624 PriorityQueue documentation is not clear enoughRex Kerr2014-09-301-0/+5
* SI-7568 Adding Serializable to ResizableArrayAccess inner class of PriorityQueuerjfwhite2013-11-111-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-3/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-8/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-6/+6
* More relative path elimination.Paul Phillips2012-09-151-5/+5
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-1/+1
* Fixes SI-5085 and SI-4833.Aleksandar Prokopec2012-05-251-4/+22
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-3/+0
* Migration message and version cleanupSimon Ochsenreither2011-12-071-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-4/+5
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-17/+0
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-4/+4
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-2/+5
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-3/+3
* Further fixes #4405.Aleksandar Pokopec2011-04-131-0/+8
* Fixes and closes #4405.Aleksandar Pokopec2011-04-131-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixing jvm 1.5 support for parallel collections.Aleksandar Pokopec2010-12-091-2/+2
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+2
* Fixes priority queues and makes them iterables ...Aleksandar Pokopec2010-07-291-72/+33
* Fixes a priority queue issue. No review.Aleksandar Pokopec2010-07-281-3/+11
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-011-1/+0
* 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-14/+26
* Work on mutable collections docs.Aleksandar Pokopec2010-04-091-5/+7
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-8/+2
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-1/+1
* Consistency work on Addable and Growable.Paul Phillips2010-03-221-21/+28
* Updated attempt at removing @inline warnings:Iulian Dragos2010-01-121-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Added reverse capabilities to PriorityQueue.Aleksandar Pokopec2009-11-241-1/+19
* Priority queue reverse is undefined - overriden...Aleksandar Pokopec2009-11-221-0/+14
* More deprecation avoidance and some minor smoot...Paul Phillips2009-11-201-1/+1
* PriorityQueue fixed, should work ok now.Aleksandar Pokopec2009-11-201-36/+80