summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/ListSet.scala
Commit message (Expand)AuthorAgeFilesLines
* Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-0/+3
* Make ListMap and ListSet implementations similarRui Gonçalves2016-05-171-94/+65
* Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-171-45/+22
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* Clarified and expanded which Builders were reusableRex Kerr2016-01-301-2/+4
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+3
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-0/+2
* Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-181-7/+0
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-3/+3
* SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-241-0/+7
* SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-141-1/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-2/+2
* Banish needless semicolons.Jason Zaugg2013-02-241-3/+3
* 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-1/+1
* Renamed elem to head and next to tailRuediger Klaehn2012-08-091-9/+9
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* Removes @bridge methods.Simon Ochsenreither2012-04-281-2/+0
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Dropped about 1.5 Mb off scala-library.jar.Paul Phillips2011-11-071-2/+3
* 3rd round of clean ups (see r25285, r25292)michelou2011-07-151-8/+5
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-1/+3
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Modified generic companion apply to call empty ...Paul Phillips2011-01-041-1/+3
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-4/+3
* Fixed an issue with ListSet getting confused ab...Paul Phillips2010-09-181-4/+6
* Some tweaks to ListSet to make it less patholog...Paul Phillips2010-09-171-11/+55
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-231-1/+1
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-4/+12
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-091-0/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-1/+1
* add @since annotationsstepancheg2009-09-261-1/+5
* Collections refactoring.Martin Odersky2009-09-251-5/+6
* switch to unnested packages.Martin Odersky2009-07-241-1/+1
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-2/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+3
* cleaned up collection builder frameworkMartin Odersky2009-05-141-8/+6
* changes to maps and setsMartin Odersky2009-05-121-4/+4
* separated mutable and immutable mapsMartin Odersky2009-05-121-4/+4
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-091-1/+1
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-2/+2
* massive new collections checkin.Martin Odersky2009-05-081-36/+15
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed problems in subtyping.Martin Odersky2007-07-241-4/+5
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-301-1/+3