summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed implicits problem in specs; Manifest[Clas...Martin Odersky2010-04-231-8/+7
* Undeprecated @retain as suggested by odersky on...Paul Phillips2010-04-201-2/+3
* More fully integrate immutable.Queue into colle...Paul Phillips2010-04-202-10/+19
* Fixed #3322wqdcaoyuan2010-04-192-15/+20
* Initialization ordering issue in BigDecimal.Paul Phillips2010-04-151-11/+10
* Revert "Fix for #3284.Iulian Dragos2010-04-132-60/+21
* Fix for #3284.Derek Chen-Beker2010-04-132-21/+60
* Some mopping up in equality.Paul Phillips2010-04-133-7/+22
* A safety improvement for random path generation...Paul Phillips2010-04-131-7/+16
* more documentationMartin Odersky2010-04-1332-180/+191
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-1310-82/+152
* Docs. no reviewAleksandar Pokopec2010-04-1312-50/+144
* Immutable up to Queue docs. no reviewAleksandar Pokopec2010-04-1318-111/+133
* A brace got hurt while documenting. no review.Aleksandar Pokopec2010-04-131-1/+1
* closes #3241 and improves serialization of hash...Tiark Rompf2010-04-132-117/+68
* docs for immutable.A-L*. no reviewAleksandar Pokopec2010-04-1314-73/+133
* Documentation for mutable collections. No review.Aleksandar Pokopec2010-04-1233-109/+233
* Regenerated tuples, products and (Abstract)Func...Iulian Dragos2010-04-1290-102/+571
* [scaladoc] More mitigation code for dangerous H...Gilles Dubochet2010-04-121-12/+10
* Reverting r21442 the Exception patch because I ...Paul Phillips2010-04-111-78/+64
* Some overdue cleanups on Exception.Paul Phillips2010-04-111-64/+78
* Introduces scala.tools.cmd providing command li...Paul Phillips2010-04-111-0/+1
* Docs. No review.Aleksandar Pokopec2010-04-1010-45/+153
* More docs. No review.Aleksandar Pokopec2010-04-1025-74/+207
* docs. no reviewAleksandar Pokopec2010-04-1012-70/+166
* Docs. No review.Aleksandar Pokopec2010-04-094-33/+85
* Docs for MultiMap done. Review by community.pAleksandar Pokopec2010-04-091-3/+18
* MultiMap and WeakHashMap docs. no reviewAleksandar Pokopec2010-04-092-2/+24
* more docsMartin Odersky2010-04-0911-29/+25
* Updated documentationMartin Odersky2010-04-0923-122/+107
* Work on mutable collections docs.Aleksandar Pokopec2010-04-0918-71/+96
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-099-18/+22
* Companion objects of primitive types are now va...Iulian Dragos2010-04-091-0/+86
* Changes to docs of collections in the `immutabl...Aleksandar Pokopec2010-04-0920-98/+157
* Fix and test for Iterator corner case.Paul Phillips2010-04-081-2/+5
* More cleanups in docs. Review by odersky.Aleksandar Pokopec2010-04-084-20/+20
* Another set of typos fixed.Aleksandar Pokopec2010-04-087-11/+14
* Mostly some undocumented stuff in JavaConversions.Aleksandar Pokopec2010-04-083-4/+25
* Some typos in collections. Review by odersky.Aleksandar Pokopec2010-04-084-5/+4
* Gave Stream a lazy withFilter implementation.Paul Phillips2010-04-071-30/+74
* Tore out some unnecessary ambiguity-creating al...Paul Phillips2010-04-074-9/+5
* Fixes #2535. Review by community.Aleksandar Pokopec2010-04-061-32/+62
* Optimized toArray for ArrayOps and WrappedArrays.Martin Odersky2010-04-065-6/+35
* As a brief diversion from real work, implemente...Paul Phillips2010-04-0640-64/+64
* Made Vector the standard impl of IndexedSeq.Martin Odersky2010-04-052-3/+3
* Rearranging IndexedSeq/LinearSeq and related workMartin Odersky2010-04-0534-899/+707
* [scaladoc] Considerably reduced size of documen...Gilles Dubochet2010-04-031-1/+1
* closes #3242. review by community.Tiark Rompf2010-04-021-3/+4
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-311-51/+88
* Noticed that the implementation of toArray Iter...Paul Phillips2010-03-301-3/+6