summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some typoes/errors in doc comments.Martin Odersky2010-08-021-1/+1
* Revamped ScalaConversions.Martin Odersky2010-08-022-40/+581
* Modified toString on JSONObject and JSONArray t...Derek Chen-Beker2010-07-291-2/+2
* Fixes priority queues and makes them iterables ...Aleksandar Pokopec2010-07-296-72/+118
* Fix for last commit.Aleksandar Pokopec2010-07-283-15/+4
* Added merge function to HashTrie.merge. No review.Aleksandar Pokopec2010-07-281-34/+33
* Fixes a priority queue issue. No review.Aleksandar Pokopec2010-07-281-3/+11
* [docs] Documentation updates contributed throug...Gilles Dubochet2010-07-284-14/+24
* Minor tweaks. No review.Aleksandar Pokopec2010-07-272-2/+12
* Refactored benchmarks.Aleksandar Pokopec2010-07-263-2/+146
* More files affected by renamings. no reviewAleksandar Pokopec2010-07-231-1/+1
* Several renamings not included. no reviewAleksandar Pokopec2010-07-233-9/+9
* Parallel collection library renamings. No reviewAleksandar Pokopec2010-07-2331-606/+645
* [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