summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* [docs] The first comment contributed using Petr...Gilles Dubochet2010-07-211-0/+5
* Moved the burden of forgivingness for string sl...Paul Phillips2010-07-142-6/+14
* Closes #3493. Review by extempore.Aleksandar Pokopec2010-07-091-1/+7
* closes #3603. no reviewAleksandar Pokopec2010-07-092-2/+39
* A brown bag on the head fix to that last patch.Paul Phillips2010-07-051-1/+1
* The take/drop methods in IndexedSeqOptimized we...Paul Phillips2010-07-051-4/+4
* Fixes #3584. No review.Aleksandar Pokopec2010-07-051-21/+23
* Fixes #3580. Review by extempore.Aleksandar Pokopec2010-07-051-1/+1
* When compilation fails because of an unimplemen...Paul Phillips2010-07-031-0/+1
* Option gets an empty factory like the collections.Paul Phillips2010-07-021-4/+6
* Abandoned any pretense of selectivity and put f...Paul Phillips2010-07-011-1/+0
* Took a cue from mharrah that we don't need to b...Paul Phillips2010-07-011-22/+7
* Renaming files and inserting dummies to please ...Paul Phillips2010-07-017-27/+11
* Fixed an infinite loop in the xml parser on inv...Paul Phillips2010-07-012-8/+8
* Created mutable.SeqLike so as to mix in Cloneab...Paul Phillips2010-07-015-15/+33
* Removing some dead code from SyncVar and cleani...Paul Phillips2010-07-011-25/+10
* Separate option Ordering into a trait so it can...Paul Phillips2010-07-011-8/+10
* Enumeration fixes.Paul Phillips2010-06-301-80/+56
* Parallel array `map` optimisation. No review.Aleksandar Pokopec2010-06-301-0/+37
* Implemented lazy combiners for parallel hash trie.Aleksandar Pokopec2010-06-292-12/+121
* removed warnings (deprecation,unchecked)michelou2010-06-295-11/+20
* Removed unfinished Jenkins hashcode for final.Paul Phillips2010-06-272-193/+2
* Disposed of a gordian knot by transforming stri...Paul Phillips2010-06-273-188/+72
* Fixed problem with `remove` in JavaConversions ...Martin Odersky2010-06-212-3/+3
* Added some null checks to == logic.Paul Phillips2010-06-211-2/+13
* Moved parallel collections to library dir, chan...Aleksandar Pokopec2010-06-1842-15/+4772
* fixed anonymous function in xhtml. no review.Lukas Rytz2010-06-161-2/+2
* first part of r22260Antonio Cunei2010-06-163-9/+10
* temporarily reversing r22260; will be shortly r...Antonio Cunei2010-06-163-10/+9
* Fixes #3563. Review by extempore.Aleksandar Pokopec2010-06-162-3/+14
* Fixed hash trie splitting. No review.Aleksandar Pokopec2010-06-161-17/+21
* Adding primary version of parallel hash tries.Aleksandar Pokopec2010-06-151-24/+16
* Closes #3420, typo in scaladoc for BigInt.Iulian Dragos2010-06-141-3/+3
* Changed groupBy to return immutable.Map.Paul Phillips2010-06-133-9/+10
* Further improved combine for hash tries, cuttin...Aleksandar Pokopec2010-06-111-34/+107
* Continued working on hash trie map combine - wo...Aleksandar Pokopec2010-06-101-29/+53
* HashMap merge bug fixed. No reviewAleksandar Pokopec2010-06-101-17/+6
* Added `combine` and `split` to immutable.HashMap.Aleksandar Pokopec2010-06-091-4/+122
* Fixes #3461. No review.pAleksandar Pokopec2010-06-081-1/+2
* Fixed #2424. Review by dragosMartin Odersky2010-06-0810-0/+179
* Most of the iterate implementations were callin...Paul Phillips2010-06-072-12/+21
* Fixed problem discovered by Paul that views do ...Martin Odersky2010-06-063-3/+17
* Fixed a typo in a use caseMartin Odersky2010-06-061-1/+1
* Overwrote copyToArray for efficiency.Martin Odersky2010-06-061-0/+8
* Fix for #3284.Derek Chen-Beker2010-06-042-21/+60
* Fix for init-order caused NPE in NumericRange.Paul Phillips2010-06-041-28/+17
* Burned by a last minute adjustment, I lost the ...Paul Phillips2010-06-041-1/+4
* Discovered and disproved this unlikely truth:Paul Phillips2010-06-041-6/+10
* Sorted out some buck passing among TraversableO...Paul Phillips2010-06-033-11/+8
* Codec changes in scala.tools.nsc.io correspondi...Paul Phillips2010-06-031-2/+1