summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/convert
Commit message (Expand)AuthorAgeFilesLines
* Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-121-5/+7
* Delegate null test to OptionJanek Bogucki2015-08-041-33/+8
* SI-7115 JMapWrapper.get can incorrectly return Some(null)Rex Kerr2014-06-273-1/+24
* SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-1/+1
* Merge pull request #3302 from Ichoran/issue/6364Adriaan Moors2014-01-131-0/+6
|\
| * SI-6364 SetWrapper does not preserve performance / behaviorRex Kerr2013-12-311-0/+6
* | Fix typos in documentationOlivier Blanvillain2013-12-282-2/+2
|/
* 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
* Cull extraneous whitespace.Paul Phillips2013-09-181-8/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-037-7/+14
* 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-175-151/+2
* Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-112-2/+6
|\
| * SI-6535 Step back from the precipice of a cycleJason Zaugg2012-12-042-2/+6
* | Remove unused imports in library.Paul Phillips2012-11-191-1/+1
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-027-7/+7
* Don't overload implicit methods.Paul Phillips2012-09-262-3/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-145-7/+7
* Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+7
* JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-201-1/+21
* 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
* Address doc comment rot in the standard library.Jason Zaugg2012-05-133-22/+22
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-124-0/+5
* Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-025-7/+141
* Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-217-0/+1420