summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restored Source factories to a form source comp...Paul Phillips2010-06-037-99/+136
* Forgot to add stream view classes for #3511.Aleksandar Pokopec2010-06-032-0/+88
* Fixes #3511 by adding a custom StreamView.Aleksandar Pokopec2010-06-031-0/+8
* Fixes #3508. No review is necessary.Aleksandar Pokopec2010-06-021-2/+2
* Partially solves the problem for #3502.Aleksandar Pokopec2010-06-021-4/+14
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-013-7/+16
* Fixes #3496. No review.Aleksandar Pokopec2010-06-011-0/+2
* Adds comments for #3471, and a test case which ...Aleksandar Pokopec2010-05-261-10/+32
* Applied Paul's patch which closes #3306.Martin Odersky2010-05-254-4/+13
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-241-1/+2
* Brought the *Proxy classes more up to date.Paul Phillips2010-05-249-47/+31
* Removed a few instances of redundant or dead co...Paul Phillips2010-05-243-33/+1
* Reverted r19926 based on reports it breaks thin...Paul Phillips2010-05-221-7/+3
* It's clearly not a long term solution to go hun...Paul Phillips2010-05-222-2/+2
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-2122-24/+27
* Added +=: prepend to MutableList.Martin Odersky2010-05-211-0/+7