summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/JavaConversions.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-1/+1
* Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-221-1/+1
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-6/+14
* Format collection conversions Scaladoc as code blocks instead of bulletsJanek Bogucki2016-03-091-5/+5
* SI-7469 Remove deprecated elements in Java{Conversions,Converters}Simon Ochsenreither2013-05-241-44/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-6811 Remove scala.collection.mutable.ConcurrentMapSimon Ochsenreither2013-01-171-1/+0
* Remove unused imports in library.Paul Phillips2012-11-191-1/+0
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | SI-6388 Remove deprecated items in scala/collectionSimon Ochsenreither2012-10-081-36/+0
|/
* JavaConversions: Restore source compatibility with 2.9Paolo Giarrusso2012-08-201-1/+2
* Merge branch 'master' into feature/collection-concurrentAleksandar Prokopec2012-04-021-901/+46
|\
| * Overhaul of JavaConver{sions,ters}.Paul Phillips2012-03-211-838/+45
* | Add JavaConversions and JavaConverters concurrent.Map support.Aleksandar Prokopec2012-03-281-11/+75
|/
* SI-5189 fixed: safe type infer for constr patternAdriaan Moors2012-03-091-6/+6
* Third collections commit from Todd Vierling.Paul Phillips2011-11-071-12/+3
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-12/+26
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-7/+7
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-12/+13
* corrected misspelled type params (capitalized n...michelou2011-08-221-123/+140
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-58/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-70/+80
* After having to update the code for someone els...Paul Phillips2011-04-301-1/+1
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-11/+11
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-34/+34
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-221-1/+1
* Changed Super to fix #4300Martin Odersky2011-03-141-9/+9
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Make the java iterator wrapper linear time.Paul Phillips2010-12-131-11/+13
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-111-1/+2
* Disambiguated all the implicits in JavaConversi...Paul Phillips2010-10-161-263/+280
* Removed duplicate classes. No review.Martin Odersky2010-08-101-10/+0
* Revamped ScalaConversions.Martin Odersky2010-08-021-40/+125
* Fixed problem with `remove` in JavaConversions ...Martin Odersky2010-06-211-2/+2
* Made javaConversions more general.Martin Odersky2010-05-151-88/+148
* Added one-way conversions from collection.{Set,...Martin Odersky2010-05-131-53/+163
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Mostly some undocumented stuff in JavaConversions.Aleksandar Pokopec2010-04-081-0/+21
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-151-6/+7
* ConcurrentMap trait added to collection.mutable.Aleksandar Pokopec2010-01-141-2/+69
* Added ConcurrentMap and Properties conversion c...Aleksandar Pokopec2010-01-131-2/+93
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Changed mutable +: to +=:Martin Odersky2009-10-131-1/+1
* more @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-2/+2
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-0/+1
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-5/+5
* Really fixed #2294.Miles Sabin2009-08-251-1/+1