summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SetLike.scala
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+2
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-8/+22
|\
| * Merge pull request #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-181-1/+1
| |\
| | * SI-9116 Set.subsets has a param listSom Snytt2015-02-091-1/+1
| * | SI-7660: Document behaviour of Set#++ for duplicate elementsMichael Pigg2015-02-101-7/+21
| |/
* / SI-7981 toSeq on immutable Map and Set return ArrayBufferRex Kerr2014-11-301-3/+12
|/
* SI-5200 Incorrect advice for implementing mutable.Set in scaladocRex Kerr2014-06-271-4/+3
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-2/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-4/+4
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Removes @bridge methods.Simon Ochsenreither2012-04-281-9/+0
* Migration message and version cleanupSimon Ochsenreither2011-12-071-1/+1
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+2
* Deprecation and convention adherence patrol.Paul Phillips2011-09-191-1/+1
* Removing the code which has been deprecated sin...Paul Phillips2011-08-151-9/+0
* Repaired regression in Set causing Set ++ to be...Paul Phillips2011-05-261-1/+1
* Added a bunch of bridges to make ameliorate bin...Martin Odersky2011-04-241-2/+11
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-84/+8
* Removing toPar* methods, since we've agreed the...Aleksandar Pokopec2011-03-181-1/+5
* A new murmur3 hashcode implementation contribut...Paul Phillips2011-01-251-1/+2
* Incorporated feedback on a couple recent commits.Paul Phillips2011-01-221-1/+2
* Integrated contributed non-recursive implementa...Paul Phillips2011-01-201-9/+77
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-3/+21
* Some collections overrides for more efficient t...Paul Phillips2010-12-011-0/+8
* While investigating the cause of #3984, discove...Paul Phillips2010-11-091-2/+13
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-011-1/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* more documentationMartin Odersky2010-04-131-14/+23
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-131-7/+7
* Mostly some undocumented stuff in JavaConversions.Aleksandar Pokopec2010-04-081-1/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-81/+95
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Expanding the warning cleansing into -unchecked...Paul Phillips2009-11-201-1/+1
* Restoring an embarassingly large quantity of de...Paul Phillips2009-11-191-0/+8
* More deprecation work.Paul Phillips2009-11-181-8/+0
* Collections refactoring.Martin Odersky2009-09-251-0/+188