summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Don't let stringOf lose elements to print by ha...Paul Phillips2010-11-011-1/+1
* Achieved similar simplicity gains in NumericRan...Paul Phillips2010-11-012-93/+88
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-0113-243/+218
* Took a step back and massively simplified Range.Paul Phillips2010-11-011-94/+102
* Performance bug in hash table splitter fixed, ...Aleksandar Pokopec2010-10-282-4/+12
* Added hash table benchmarks.Aleksandar Pokopec2010-10-281-2/+2
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-281-2/+2
* Debugging parallel hash tables.Aleksandar Pokopec2010-10-285-56/+176
* Changed improvement hash function to murmur hash.Aleksandar Pokopec2010-10-281-6/+28
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-287-8/+79
* 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