summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Two annoying REPL things made less annoying:Paul Phillips2010-11-174-5/+126
* Some profiling infrastructure.Paul Phillips2010-11-166-13/+165
* Correct wrong comment. No review.Eugene Vigdorchik2010-11-161-1/+1
* Added and corrected existing comments.Iulian Dragos2010-11-162-1/+4
* Switched from ignoring nonexistent directory to...Paul Phillips2010-11-161-1/+4
* ant, build.xml and classpath issues.Paul Phillips2010-11-163-41/+47
* Cosmetic changes to previous fix for #3918.Iulian Dragos2010-11-151-2/+2
* Clear the undoLog for types in resetTyper.Iulian Dragos2010-11-152-2/+3
* Changed javasigs test to use new javaccmd syste...Philipp Haller2010-11-151-1/+1
* partest sets javaccmd system property when runn...Philipp Haller2010-11-151-7/+7
* Revert unused code.Eugene Vigdorchik2010-11-151-1/+1
* adapt not to confuse types and stable terms.Eugene Vigdorchik2010-11-151-1/+1
* Cleaned up some hangover from equality struggle...Paul Phillips2010-11-153-8/+15
* Moved failing test to pending until I figure ou...Iulian Dragos2010-11-142-0/+0
* Fixed -Xexperimental and other settings so that...Paul Phillips2010-11-141-3/+3
* Merge branch 'master' of /scala/trunkPaul Phillips2010-11-141-2/+6
* Made the additions to Predef described in #3762.Paul Phillips2010-11-142-22/+33
* Use partest's java and javac command in the jav...Iulian Dragos2010-11-131-9/+2
* Fix InnerClasses attribute: anonymous classes d...Iulian Dragos2010-11-138-21/+466
* Fixed erasure.intersectionDominator.Iulian Dragos2010-11-131-1/+2
* Another exciting development in the world of -Y...Paul Phillips2010-11-1318-55/+571
* Generate EnclosingMethod classfile attributes. Iulian Dragos2010-11-127-5/+64
* A revival of r21442, which I had reverted based...Paul Phillips2010-11-122-63/+80
* Half of an implementation of sealedness for jav...Paul Phillips2010-11-125-5/+39
* 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
* A test case having some issues. No review.Paul Phillips2010-11-112-3/+4
* Some more work on options related to showing co...Paul Phillips2010-11-119-120/+154
* Some minor fixes found by findbugs. No review.Paul Phillips2010-11-113-2/+4
* Unsuppressed generic signatures for members wit...Paul Phillips2010-11-115-5/+60
* Introduces "Origins" for all your superhero bac...Paul Phillips2010-11-116-49/+169
* Benchmarking parallel sets.Aleksandar Pokopec2010-11-105-16/+45
* 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