summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/convert/Wrappers.scala
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-221-11/+1
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-3/+10
* Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-33/+8
|\
| * Delegate null test to OptionJanek Bogucki2015-08-041-33/+8
* | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-4/+5
|/
* SI-7115 JMapWrapper.get can incorrectly return Some(null)Rex Kerr2014-06-271-0/+11
* SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-1/+1
* SI-6364 SetWrapper does not preserve performance / behaviorRex Kerr2013-12-311-0/+6
* SI-7883: Added a comment per CR feedback from @adriaanm, @IchoranIlya Maykov2013-10-031-0/+3
* SI-7883 - don't iterate over all keys in MapWrapper.containsKey()Ilya Maykov2013-10-011-0/+6
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Remove redundant 'val' from case class params.Jason Zaugg2013-02-251-3/+3
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-4/+4
* SI-6811 Remove scala.collection.mutable.ConcurrentMapSimon Ochsenreither2013-01-171-47/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+7
* SI-5974 make collection.convert.Wrappers serializableLukas Rytz2012-07-051-1/+2
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-7/+2
* Fix SI-5880.Aleksandar Prokopec2012-06-061-2/+8
* Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-021-2/+49
* Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-211-0/+422