summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/TraversableOnce.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'work'Aleksandar Pokopec2011-01-261-0/+22
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Even after the mostly blissful marriage of Trav...Paul Phillips2010-12-311-11/+7
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-211-0/+4
* A selection of collections additions from the l...Paul Phillips2010-12-041-3/+35
* The initial implementation of TraversableOnce c...Paul Phillips2010-11-291-0/+42
* Added toParIterable, toParSeq, toParSet and toP...Aleksandar Pokopec2010-11-251-0/+34
* Rewording for #3958, and a few doc changes.Aleksandar Pokopec2010-11-191-7/+11
* Closes #3958. No review.Aleksandar Pokopec2010-11-171-0/+3
* fixed some scaladoc commentsmichelou2010-09-091-27/+41
* Changes in docs and layout. No review.Martin Odersky2010-08-121-1/+4
* Fixes #3563. Review by extempore.Aleksandar Pokopec2010-06-161-3/+7
* Fixed a typo in a use caseMartin Odersky2010-06-061-1/+1
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-031-3/+6
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-011-7/+7
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-251-1/+7
* Updated documentationMartin Odersky2010-04-091-2/+2
* More cleanups in docs. Review by odersky.Aleksandar Pokopec2010-04-081-13/+13
* Some typos in collections. Review by odersky.Aleksandar Pokopec2010-04-081-2/+2
* Noticed that the implementation of toArray Iter...Paul Phillips2010-03-301-3/+6
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-0/+519