summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/convert
Commit message (Expand)AuthorAgeFilesLines
* SI-9780 use @see annotationsPhilippus Baalman2017-02-082-29/+29
* SI-9780 qualify the reference links so they can be found and use @see annotat...Philippus Baalman2017-02-081-23/+69
* SD-128 fix override checks for default methodsLukas Rytz2016-08-121-7/+7
* Reduce deprecations and warningsSimon Ochsenreither2016-08-023-10/+10
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-6/+6
* Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-2/+38
* Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-226-871/+260
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2210-17/+927
* Format collection conversions Scaladoc as code blocks instead of bulletsJanek Bogucki2016-03-091-22/+22
* Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-031-5/+7
|\
| * Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-121-5/+7
* | Fix some small warnings that pop up on every compileSimon Ochsenreither2015-11-191-4/+4
* | WrapAsScala: Fix documentationValerian2015-10-291-3/+3
* | 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-9113 Converting `null` collection Java<->Scala yields `null`Roman Hargrave2015-02-182-36/+55
|/
* 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