summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/LongMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* fix IntMap#foreachValue and LongMap#foreachValue scaladocxuwei-k2013-11-151-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* SI-5151 - Add firstKey and lastKey to LongMap.Michael Thorpe2013-01-311-0/+16
* Remove unused imports in library.Paul Phillips2012-11-191-2/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* More relative path elimination.Paul Phillips2012-09-151-2/+3
* LongMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-157/+161
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-091-4/+4
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+6
* 2nd round of clean ups (see r25285)michelou2011-07-151-6/+6
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-2/+6
* Deprecation patrol.Paul Phillips2011-03-161-3/+0
* Changed Super to fix #4300Martin Odersky2011-03-141-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-3/+3
* Pulled some bit level operations into their own...Paul Phillips2011-01-101-27/+4
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-3/+3
* closes #3603. no reviewAleksandar Pokopec2010-07-091-1/+24
* A brace got hurt while documenting. no review.Aleksandar Pokopec2010-04-131-1/+1
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-10/+16
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-13/+29
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-0/+2
* add @since annotationsstepancheg2009-09-261-0/+5
* Collections refactoring.Martin Odersky2009-09-251-2/+3
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-1/+1
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-2/+2
* Handled a dozen or so deprecation warnings.Paul Phillips2009-08-191-2/+2
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-2/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-3/+3
* changes to maps and setsMartin Odersky2009-05-121-2/+4
* separated mutable and immutable mapsMartin Odersky2009-05-121-6/+6
* massive new collections checkin.Martin Odersky2009-05-081-10/+11
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-261-1/+6
* Fixing IntMap/LongMap.getOrElse.David MacIver2008-10-271-1/+1
* Forgot to add author fields.Geoffrey Washburn2008-08-191-0/+3
* Checked in David's update to LongMap and IntMap.Geoffrey Washburn2008-08-061-1/+12
* Added David's additional collections.Geoffrey Washburn2008-08-051-0/+360