summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't call exit from MainGenericRunner in a way...Paul Phillips2010-11-011-17/+24
* Don't truncate stack traces in the repl.Paul Phillips2010-11-011-4/+5
* Don't let stringOf lose elements to print by ha...Paul Phillips2010-11-011-1/+1
* Sprinkling in some names to avoid reflective ca...Paul Phillips2010-11-013-6/+11
* Achieved similar simplicity gains in NumericRan...Paul Phillips2010-11-012-93/+88
* Removed a disappointly small amount of code ass...Paul Phillips2010-11-012-53/+0
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-0113-243/+218
* Relaxed non-sensible warning for comparisons wh...Paul Phillips2010-11-012-3/+6
* Took a step back and massively simplified Range.Paul Phillips2010-11-011-94/+102
* Made an @inline marked method final because oth...Paul Phillips2010-10-301-1/+1
* Ported --update-check from partest-alternative ...Paul Phillips2010-10-304-6/+16
* Widened the pattern type in the pattern matcher...Paul Phillips2010-10-301-1/+1
* partest: fixed property handling of --debug.Philipp Haller2010-10-293-9/+15
* presentation compiler hardenings.Martin Odersky2010-10-295-7/+17
* Some deletions in global based on adriaan's goo...Paul Phillips2010-10-291-37/+12
* Correctly find completion proposals for ImportT...Iulian Dragos2010-10-281-13/+18
* 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 cleanups and long-dead code abatement in t...Paul Phillips2010-10-272-68/+16
* Some issues with Tuple2/3.Paul Phillips2010-10-273-82/+14
* A double goodness whammy involving type inferen...Paul Phillips2010-10-272-75/+96
* Fix for IDE ticket #1000180: the presentation c...Iulian Dragos2010-10-271-25/+33
* [scaladoc] Even faster JavaScript index filteri...Gilles Dubochet2010-10-272-94/+127
* Some uninteresting code related to error messag...Paul Phillips2010-10-274-34/+44
* Merge branch 'oct26' of /scala/trunkPaul Phillips2010-10-272-4/+1
* The treecheckers revealed that auxiliary constr...Paul Phillips2010-10-262-51/+57
* Closes #3010. Review by prokopec.Philipp Haller2010-10-262-7/+3
* close #3954, no reviewLukas Rytz2010-10-261-1/+1
* Closes #3920. Review by prokopec.Philipp Haller2010-10-261-1/+3
* Case accessors are always public else the patte...Paul Phillips2010-10-261-1/+1
* Another attempt to fix a bug which has plagued ...Paul Phillips2010-10-261-5/+10
* A modifier's work is never done.Paul Phillips2010-10-262-36/+54
* The tree checkers revealed that Volatile*Refs w...Paul Phillips2010-10-253-22/+29
* Now short-circuits reload work items that are s...Martin Odersky2010-10-252-21/+32
* Two comments where presentation compiler sanity...Martin Odersky2010-10-252-0/+2
* A couple minor cleanups in Global. No review.Paul Phillips2010-10-212-16/+13
* 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-209-89/+127
* 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
* Closes #3059, #3895 (the only difference betwee...Hubert Plociniczak2010-10-202-42/+90
* Closes #3670, #3877.Hubert Plociniczak2010-10-201-5/+55