summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Some issues with Tuple2/3.Paul Phillips2010-10-272-42/+8
* close #3954, no reviewLukas Rytz2010-10-261-1/+1
* Some serious hash tries bugs fixed.Aleksandar Pokopec2010-10-207-24/+75
* Added back a previously publicly available method.Aleksandar Pokopec2010-10-201-0/+2
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-208-87/+125
* Further work on parallel mutable hash maps.Aleksandar Pokopec2010-10-2013-169/+595
* Work in progress. No review.Aleksandar Pokopec2010-10-201-0/+45
* Changed hash code strategy in hash table - now ...Aleksandar Pokopec2010-10-202-1/+32
* Added stubs to parallel hash map. No reviewAleksandar Pokopec2010-10-202-7/+19
* Refactoring certain tasks to accept empty split...Aleksandar Pokopec2010-10-2013-58/+251
* Fix involving xml equality, contributed by mark...Paul Phillips2010-10-201-3/+2
* A modified approach to map withDefault[Value].Paul Phillips2010-10-193-22/+30
* Reverts r23251 because it hangs on windows.Paul Phillips2010-10-191-15/+1
* Documentation being generated by genprod was pr...Paul Phillips2010-10-1690-323/+231
* Disambiguated all the implicits in JavaConversi...Paul Phillips2010-10-161-263/+280
* Working out some more of the flags situation.Paul Phillips2010-10-152-31/+55
* All this time with Nil only claiming to be equa...Paul Phillips2010-10-141-1/+1
* re-added isAbstract and isTrait to HasFlag beca...Lukas Rytz2010-10-142-3/+3
* Fixing issue with XMLEventReader.stop failing t...Paul Phillips2010-10-141-1/+15
* Added filterNot to Option so I can stop being d...Paul Phillips2010-10-131-0/+13
* The second piece of the flags patch.Paul Phillips2010-10-134-55/+118
* Two improvements (or so I claim) to MatchErrors.Paul Phillips2010-10-121-3/+9
* Encapsulating name strings in StdNames and elim...Paul Phillips2010-10-111-5/+0
* Introduced -Ymurmur with murmur hashcodes.Paul Phillips2010-10-112-2/+130
* An overhaul of the collection-oriented methods ...Paul Phillips2010-10-1192-189/+228
* Abstracting out the common flags code between S...Paul Phillips2010-10-112-35/+245
* Abstraction improvement in Flags. No review.Paul Phillips2010-10-081-94/+45
* Made some adjustments to toString formatting of...Derek Chen-Beker2010-10-081-4/+72
* Unreverting r23174. No review.Paul Phillips2010-10-061-8/+7
* Further fix for #3796. No reviewAleksandar Pokopec2010-10-061-1/+1
* Temporary fix for #3796. No reviewAleksandar Pokopec2010-10-062-78/+15
* Adding immutable parallel hashsets.Aleksandar Pokopec2010-10-0517-222/+890
* Reverts r23174, which I believe will bring the ...Paul Phillips2010-10-041-7/+8
* Work on the pattern matcher.Paul Phillips2010-10-031-8/+7
* Removes a bunch of private functions which are ...Paul Phillips2010-10-032-17/+0
* Another attempt for #1591.Hubert Plociniczak2010-10-013-1/+25
* Revert changes related to #1591. no review.Hubert Plociniczak2010-09-293-26/+1
* Update comment in ByteCodecs. No review.Lukas Rytz2010-09-281-3/+16
* Fixes comments in Map and mutable.Map. No reviewAleksandar Pokopec2010-09-272-2/+2
* close #3864.Lukas Rytz2010-09-271-1/+3
* Fixes #3829. Review by extempore.Aleksandar Pokopec2010-09-273-17/+34
* Removes abstract types in ParSeq and ParIterable.Aleksandar Pokopec2010-09-252-2/+2
* Fixed an abstract type issue. No reviewAleksandar Pokopec2010-09-242-5/+1
* A small typo. No reviewAleksandar Pokopec2010-09-241-1/+1
* Fixed ParSeqView, added Patched and Reversed.Aleksandar Pokopec2010-09-242-31/+62
* zippedWithIndex and zippedAll added to ParItera...Aleksandar Pokopec2010-09-237-17/+117
* Adds a zip for ParIterables + a new Zipped view...Aleksandar Pokopec2010-09-235-74/+195
* Revert "CPI -> SCPI to (hopefully) fix scaladoc...Adriaan Moors2010-09-231-1/+1
* CPI -> SCPI to (hopefully) fix scaladoc failure...Adriaan Moors2010-09-231-1/+1
* Added an override to immutable.IndexedSeq#toInd...Paul Phillips2010-09-221-0/+1