summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make compile runner thread volatile + remove a ...Eugene Vigdorchik2010-11-021-2/+3
* Enable test directories for 'run'.Hubert Plociniczak2010-11-023-8/+4
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-0217-32/+405
* Don't crash the compiler for the 'companions in...Hubert Plociniczak2010-11-024-13/+40
* Closes #3932, #1537. Review by extemporeHubert Plociniczak2010-11-026-5/+64
* Closes #3927. No reviewHubert Plociniczak2010-11-022-1/+7
* Closes #3816. Review by moors.Hubert Plociniczak2010-11-023-2/+52
* some cleanup. no reviewHubert Plociniczak2010-11-022-3/+2
* Closes #2792. no reviewHubert Plociniczak2010-11-028-8/+44
* Created @strictfp annotation in scala.annotation.Paul Phillips2010-11-015-2/+35
* 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-013-101/+97
* Removed a disappointly small amount of code ass...Paul Phillips2010-11-012-53/+0
* Eliminated duplication among the Rich* wrappers...Paul Phillips2010-11-0114-243/+228
* Relaxed non-sensible warning for comparisons wh...Paul Phillips2010-11-012-3/+6
* Took a step back and massively simplified Range.Paul Phillips2010-11-013-95/+139
* Removed race from test for #3356. No reviewPhilipp Haller2010-11-012-1/+4
* 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
* Remote test help improved.Aleksandar Pokopec2010-10-281-1/+9
* Performance bug in hash table splitter fixed, ...Aleksandar Pokopec2010-10-288-13/+100
* Added hash table benchmarks.Aleksandar Pokopec2010-10-285-8/+163
* Two hashcode-related failing tests fixed.Aleksandar Pokopec2010-10-285-12/+12
* Debugging parallel hash tables.Aleksandar Pokopec2010-10-2810-379/+537
* Changed improvement hash function to murmur hash.Aleksandar Pokopec2010-10-281-6/+28
* Some serious bugfixes in parallel hash tables.Aleksandar Pokopec2010-10-289-16/+87
* Mostly refactored existing test functionality f...Aleksandar Pokopec2010-10-2811-276/+516
* Modified remote test.Aleksandar Pokopec2010-10-281-1/+1
* Modified remote test.Aleksandar Pokopec2010-10-282-2/+2
* 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-275-75/+120
* 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-276-37/+47
* Merge branch 'oct26' of /scala/trunkPaul Phillips2010-10-275-21/+51
* Test for long fixed bug. Closes #2119, no review.Paul Phillips2010-10-261-0/+4
* 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-263-1/+22
* Closes #3920. Review by prokopec.Philipp Haller2010-10-261-1/+3
* Case accessors are always public else the patte...Paul Phillips2010-10-264-1/+88