summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/TraversableLike.scala
Commit message (Expand)AuthorAgeFilesLines
* first part of r22260Antonio Cunei2010-06-161-7/+8
* temporarily reversing r22260; will be shortly r...Antonio Cunei2010-06-161-8/+7
* Changed groupBy to return immutable.Map.Paul Phillips2010-06-131-7/+8
* Fixed problem discovered by Paul that views do ...Martin Odersky2010-06-061-3/+5
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-031-7/+2
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-011-0/+6
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Corrected sizeHints for scanLeft/RightMartin Odersky2010-05-111-2/+2
* Added sizeHints to operations where it made sense.Martin Odersky2010-05-101-0/+10
* Updated documentationMartin Odersky2010-04-091-13/+12
* More cleanups in docs. Review by odersky.Aleksandar Pokopec2010-04-081-1/+1
* Another set of typos fixed.Aleksandar Pokopec2010-04-081-2/+2
* Some typos in collections. Review by odersky.Aleksandar Pokopec2010-04-081-1/+1
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-469/+10
* Renamed partialMap to collect.Paul Phillips2010-03-241-2/+2
* Spring cleaning of collection libraries.Martin Odersky2010-03-191-14/+12
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-161-3/+7
* Fixes #3091. Review by community.Aleksandar Pokopec2010-03-151-0/+40
* Fixes #3132. No review necessary.Aleksandar Pokopec2010-03-151-1/+1
* Following a suggestion of jrudolph, made filter...Martin Odersky2010-03-011-1/+1
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-3/+3
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-2/+2
* Added toMap to TraversableLike.Paul Phillips2010-01-121-3/+17
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-2/+2
* more docs. noreview.Martin Odersky2009-12-151-7/+22
* lost of documentation and some small adjustment...Martin Odersky2009-12-141-12/+15
* Modified partialMap to take PartialFunction[A, ...Paul Phillips2009-12-101-2/+2
* refined doc comments generation; refactored cod...Martin Odersky2009-12-101-24/+2
* new doc comment generation, including some new ...Martin Odersky2009-12-071-47/+103
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed a deprecated method which snuck back in...Paul Phillips2009-11-301-9/+0
* Extensive documentation of TraversableLike in p...Martin Odersky2009-11-301-322/+663
* Following up on my deprecated method overreach.Paul Phillips2009-11-261-9/+0
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-0/+3
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-081-1/+0
* Fixed #2497Martin Odersky2009-11-071-1/+1
* - Renames filterMap to partialMapPaul Phillips2009-11-061-4/+2
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+2
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-2/+2
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-7/+7
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-0/+26
* Sequence->SeqMartin Odersky2009-10-021-1/+1
* more @since annotationsstepancheg2009-09-261-0/+1
* Collections refactoring.Martin Odersky2009-09-251-1/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
* The results of examining many instances of !!! ...Paul Phillips2009-09-231-2/+1
* drop svn:executable from *.scalastepancheg2009-09-231-0/+0
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-0/+829