summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Made the additions to Predef described in #3762.Paul Phillips2010-11-142-22/+33
* A revival of r21442, which I had reverted based...Paul Phillips2010-11-121-61/+78
* A slight performance improvement for parallel s...Aleksandar Pokopec2010-11-111-25/+25
* Solved a performance problem in parallel hash t...Aleksandar Pokopec2010-11-112-12/+26
* Some more work on options related to showing co...Paul Phillips2010-11-111-0/+1
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-112-1/+3
* Introduces "Origins" for all your superhero bac...Paul Phillips2010-11-111-40/+25
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-102-13/+33
* Fixes #3878. No review.Aleksandar Pokopec2010-11-101-0/+1
* While investigating the cause of #3984, discove...Paul Phillips2010-11-092-5/+13
* Iteration bug in TrieIterator.Paul Phillips2010-11-091-2/+2
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-081-4/+1
* Deprecation patrol.Paul Phillips2010-11-082-26/+60
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-0820-161/+1102
* Pruned away structural invocations throughout t...Aleksandar Pokopec2010-11-083-10/+62
* An overhaul of Global.Paul Phillips2010-11-071-0/+1
* Some more special cases for stringOf as we cont...Paul Phillips2010-11-041-3/+11
* One more mr.Paul Phillips2010-11-021-4/+9
* One of those annoying patches for which I apolo...Paul Phillips2010-11-022-4/+5
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-023-1/+5
* Created @strictfp annotation in scala.annotation.Paul Phillips2010-11-011-0/+18
* 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