summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/IntMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* Update links to docs, codehaus and citeseerJanek Bogucki2015-09-041-1/+1
* fix IntMap#foreachValue and LongMap#foreachValue scaladocxuwei-k2013-11-151-1/+1
* Merge pull request #2183 from mt2309/tailrec-intmapPaul Phillips2013-03-051-0/+3
|\
| * Require firstKey and lastKey on IntMap to be tail recursive.Michael Thorpe2013-03-021-0/+3
* | Banish needless semicolons.Jason Zaugg2013-02-241-2/+4
|/
* 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-1/+2
* IntMap: Made life a bit less scary for those doing source archaeology.soc2012-06-241-142/+147
* 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-32/+33
* Addressing most of the warnings revealed by the...Paul Phillips2011-03-301-0/+5
* Deprecation patrol.Paul Phillips2011-03-161-3/+0
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-201-5/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-5/+5
* Pulled some bit level operations into their own...Paul Phillips2011-01-101-28/+5
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-5/+5
* closes #3603. no reviewAleksandar Pokopec2010-07-091-1/+15
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-10/+14
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-14/+30
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-0/+3
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* add @since annotationsstepancheg2009-09-261-0/+5
* Collections refactoring.Martin Odersky2009-09-251-2/+3
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-5/+16
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-2/+5
* 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-8/+8
* massive new collections checkin.Martin Odersky2009-05-081-16/+15
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-261-1/+6
* Fixing IntMap/LongMap.getOrElse.David MacIver2008-10-271-1/+1
* Added firstKey and lastKey to IntMap.David MacIver2008-10-271-0/+19
* 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/+11
* Added David's additional collections.Geoffrey Washburn2008-08-051-0/+360