summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pruned away structural invocations throughout t...Aleksandar Pokopec2010-11-083-10/+62
* An overhaul of Global.Paul Phillips2010-11-079-323/+408
* [scaladoc] Annotations are modeled and printed.Gilles Dubochet2010-11-054-32/+103
* Temporarily UndoEugene Vigdorchik2010-11-051-1/+1
* Sync toplevels after namer but before typecheck...Eugene Vigdorchik2010-11-051-2/+4
* Need to rebind toplevel symbols to handle delet...Eugene Vigdorchik2010-11-051-1/+1
* Some more special cases for stringOf as we cont...Paul Phillips2010-11-041-3/+11
* Presentation compiler: not adapting to the new ...Eugene Vigdorchik2010-11-041-1/+1
* Check for npe in the last commitHubert Plociniczak2010-11-041-1/+1
* Some further changes related to r23434.Hubert Plociniczak2010-11-043-18/+17
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-0422-256/+265
* Some minor patmat/symbols cleanups, some of whi...Paul Phillips2010-11-043-13/+9
* The probable cause of the failing build.Paul Phillips2010-11-031-2/+3
* One more mr.Paul Phillips2010-11-0211-367/+336
* Closes #3973. Review by extempore.Iulian Dragos2010-11-021-3/+2
* One of those annoying patches for which I apolo...Paul Phillips2010-11-0253-341/+333
* Make compile runner thread volatile + remove a ...Eugene Vigdorchik2010-11-021-2/+3
* Enable test directories for 'run'.Hubert Plociniczak2010-11-022-2/+2
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-025-32/+87
* Don't crash the compiler for the 'companions in...Hubert Plociniczak2010-11-023-11/+33
* Closes #3932, #1537. Review by extemporeHubert Plociniczak2010-11-022-5/+3
* Closes #3927. No reviewHubert Plociniczak2010-11-021-1/+1
* Closes #3816. Review by moors.Hubert Plociniczak2010-11-021-2/+3
* some cleanup. no reviewHubert Plociniczak2010-11-022-3/+2
* Closes #2792. no reviewHubert Plociniczak2010-11-022-8/+17
* Created @strictfp annotation in scala.annotation.Paul Phillips2010-11-014-2/+24
* 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