summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/LongMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Clarified and expanded which Builders were reusableRex Kerr2016-01-301-1/+5
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-63/+63
|\
| * Conform foreach tparam to majority naming conventionvsalvis2015-10-211-61/+61
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-2/+2
|\|
| * SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-241-2/+2
* | SI-8814 mutable.LongMap loses its LongMapness when adding with +Rex Kerr2014-11-241-0/+18
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-09-171-27/+11
|\|
| * SI-8815 mutable.LongMap makes different choices for splitAt vs etc.Rex Kerr2014-09-111-27/+11
* | mutable.LongMap.fromZip takes collection.IterableDenis Rosset2014-08-101-1/+1
|/
* SI-8213 AnyRefMap.getOrElseUpdate is faultyRex Kerr2014-01-301-2/+13
* New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-181-0/+558