summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with `remove` in JavaConversions ...Martin Odersky2010-06-211-1/+1
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-188-0/+435
* Most of the iterate implementations were callin...Paul Phillips2010-06-071-6/+10
* Fixed problem discovered by Paul that views do ...Martin Odersky2010-06-061-0/+11
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-251-1/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1223-23/+0
* Made builder in MutableMapFactory use += instea...Martin Odersky2010-05-101-3/+10
* docs for breakout and no-arg apply in canbuildfromAdriaan Moors2010-05-071-1/+3
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-1/+1
* Added size hints to builders where possible wit...Paul Phillips2010-04-271-0/+8
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-234-4/+40
* more documentationMartin Odersky2010-04-135-18/+33
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-1/+1
* Docs. no reviewAleksandar Pokopec2010-04-133-6/+22
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-132-3/+5
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-131-1/+7
* More docs. No review.Aleksandar Pokopec2010-04-103-5/+29
* docs. no reviewAleksandar Pokopec2010-04-101-2/+11
* more docsMartin Odersky2010-04-091-2/+2
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-0/+1
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-051-152/+0
* TraversableOnce. Review by odersky.Paul Phillips2010-03-274-36/+6
* Consistency work on Addable and Growable.Paul Phillips2010-03-222-8/+0
* Spring cleaning of collection libraries.Martin Odersky2010-03-193-22/+43
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-151-1/+1
* Leveraged -Xmigration to burn off some warts wh...Paul Phillips2010-03-151-14/+13
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-263-4/+2
* more docs. noreview.Martin Odersky2009-12-151-4/+5
* lost of documentation and some small adjustment...Martin Odersky2009-12-148-110/+273
* Updated copyright notices to 2010Antonio Cunei2009-12-0725-25/+25
* undeprecated containsSlice.Martin Odersky2009-11-261-1/+1
* removed disabled filesAntonio Cunei2009-11-122-205/+0
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-101-0/+6
* Added missing classMartin Odersky2009-11-081-0/+16
* Fixed #2497Martin Odersky2009-11-071-1/+1
* fixed #2500 (second part)Adriaan Moors2009-11-031-4/+1
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-036-29/+13
* changed standard library so that it does not re...Martin Odersky2009-10-282-1/+3
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-221-6/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-1/+2
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-211-0/+6
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-217-9/+19
* Sequence->SeqMartin Odersky2009-10-024-16/+16
* fix typo in tag namestepancheg2009-09-261-1/+1
* more @since annotationsstepancheg2009-09-2626-0/+48
* Collections refactoring.Martin Odersky2009-09-2560-3496/+78
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-242-2/+2
* The results of examining many instances of !!! ...Paul Phillips2009-09-233-10/+0