summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a benchmark for mutable hash sets.Aleksandar Pokopec2010-11-103-6/+146
* Fixes #3878. No review.Aleksandar Pokopec2010-11-103-1/+11
* To fix the failing nightly.Aleksandar Pokopec2010-11-101-0/+4
* protected[this] members should be accessible to...Paul Phillips2010-11-104-7/+50
* Closes #3980. Review by dragos.Hubert Plociniczak2010-11-093-6/+35
* While investigating the cause of #3984, discove...Paul Phillips2010-11-092-5/+13
* Iteration bug in TrieIterator.Paul Phillips2010-11-092-2/+23
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-084-34/+47
* Deprecation patrol.Paul Phillips2010-11-0817-47/+119
* Fixed crasher with @elidable on parameterized m...Paul Phillips2010-11-082-8/+19
* This is work on -Ycheck:icode.Paul Phillips2010-11-0820-406/+492
* Modified the lub calculation in TypeKinds to av...Paul Phillips2010-11-082-15/+42
* A bit of -Xshow-class / -Xshow-object which did...Paul Phillips2010-11-083-15/+128
* Proper fix for adaptToNewRun for toplevel class...Eugene Vigdorchik2010-11-081-3/+5
* [scaladoc] Fixes build. No review.Gilles Dubochet2010-11-082-58/+71
* Disabled a test failing on server.Aleksandar Pokopec2010-11-081-1/+1
* A test output changed. No review.Aleksandar Pokopec2010-11-081-2/+2
* Added size maps to flat hash tables.Aleksandar Pokopec2010-11-0826-168/+1364
* Pruned away structural invocations throughout t...Aleksandar Pokopec2010-11-083-10/+62
* An overhaul of Global.Paul Phillips2010-11-0710-348/+434
* [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-023-3/+26
* 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-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