summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/LinkedHashMap.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8774 Null link fields in mutable hash maps on removal.Carsten Varming2016-07-211-0/+2
* SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-311-0/+1
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+3
* Cull extraneous whitespace.Paul Phillips2013-09-181-6/+6
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-3/+3
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* pull request feedbackPavel Pavlov2012-09-181-2/+2
* SI-5767 fix + small HashSet/HashMap fixesPavel Pavlov2012-08-271-24/+17
* Fix SI-4954.Aleksandar Prokopec2012-06-181-1/+20
* Fix for si-5590.Aleksandar Prokopec2012-05-041-0/+8
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-4/+5
* A bunch of scaladoc cleanups.Paul Phillips2011-03-291-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+3
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-021-0/+2
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Docs. No review.Aleksandar Pokopec2010-04-101-8/+24
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-011-6/+22
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-1/+1
* Fixed #2497Martin Odersky2009-11-071-2/+2
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+0
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-0/+4
* Collections refactoring.Martin Odersky2009-09-251-3/+4
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* refined range positions some more; eliminated A...Martin Odersky2009-07-021-1/+1
* removed debug code (revert r17767 and r17780)Lukas Rytz2009-06-101-50/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-3/+3
* added SynchronizedMap; changed Set.put to Set.a...Martin Odersky2009-05-251-21/+65
* more debugging code for teh NoSuchElementExceptionLukas Rytz2009-05-201-15/+31
* some temporary code to find the bug (NoSuchElem...Lukas Rytz2009-05-191-0/+34
* cleaned up collection builder frameworkMartin Odersky2009-05-141-10/+8
* changes to maps and setsMartin Odersky2009-05-121-2/+2
* separated mutable and immutable mapsMartin Odersky2009-05-121-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-0/+4
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed svn propertiesmihaylov2008-03-191-1/+1
* fixed #551 and #566michelou2008-02-261-8/+13
* Fixing bugs in new and old plugin.Sean McDirmid2008-02-171-0/+63