summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Protected protected constructors.Paul Phillips2011-01-041-1/+1
* Added some more debugging tools for printing ty...Paul Phillips2011-01-044-30/+83
* Some profiler changes.Paul Phillips2011-01-044-45/+88
* Modified generic companion apply to call empty ...Paul Phillips2011-01-044-7/+15
* Misc icode cleanup. No review.Paul Phillips2011-01-043-25/+21
* Temp rollback.Eugene Vigdorchik2011-01-031-4/+2
* Some minor Tree optimizations. No review.Paul Phillips2011-01-032-12/+9
* There was a massive 30+ line cut and paste betw...Paul Phillips2011-01-031-79/+79
* Working my way through popular methods with a m...Paul Phillips2011-01-034-86/+75
* Since r22374 isCompatible and isCompatibleArg h...Paul Phillips2011-01-033-32/+21
* Clear caseClassOfModuleClass lazily, otherwise ...Eugene Vigdorchik2011-01-031-2/+4
* Misc uninteresting tidbits to take some weight ...Paul Phillips2011-01-026-4/+32
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-0117-117/+112
* Knocking a few instructions off isSubType2, and...Paul Phillips2011-01-011-34/+26
* More comprehensive escaping for compiler String...Paul Phillips2011-01-011-9/+19
* Generalized a pile of duplicated type caching c...Paul Phillips2011-01-014-38/+116
* A very conservative extraction of some of the F...Paul Phillips2011-01-013-159/+179
* Some performance tweaks to ResizableArray.Paul Phillips2010-12-311-8/+9
* Add option -toolcp to our runner script.Iulian Dragos2010-12-311-1/+7
* Changed the cache in the jvm backend to use a W...Iulian Dragos2010-12-312-2/+4
* Remove symbols from the cache once they have be...Iulian Dragos2010-12-314-9/+28
* Off by one error in nextPrintableChar.Paul Phillips2010-12-311-1/+2
* Modified the self-type protected accessor test ...Paul Phillips2010-12-311-6/+6
* Even after the mostly blissful marriage of Trav...Paul Phillips2010-12-311-11/+7
* Investigating what can be done about our 2000 o...Paul Phillips2010-12-315-130/+129
* There's still some temporary scaffolding proppi...Paul Phillips2010-12-317-24/+13
* Poking around at and hardening anything which m...Paul Phillips2010-12-312-9/+22
* fixed issue with EnclosingMethod attribute.michelou2010-12-308-164/+184
* fixed (and extended) bytecode readermichelou2010-12-3034-445/+2121
* Removed Proxy from parents of WrappedString.Paul Phillips2010-12-301-1/+2
* Thinking I have to dial down a timeout.Paul Phillips2010-12-301-1/+1
* Tired of paying the DEVIRTUALIZE compilation pr...Paul Phillips2010-12-307-85/+53
* More jline work from huynhjl.Paul Phillips2010-12-305-62/+132
* It's all partest freeze debugging. No review.Paul Phillips2010-12-305-31/+67
* Mr.Paul Phillips2010-12-292-84/+15
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-2922-112/+68
* After profiling revealed 100Ks of unnecessary s...Paul Phillips2010-12-281-3/+14
* Added withFilter to the list of monadic method ...Paul Phillips2010-12-283-2/+5
* The partest hangs are back in force.Paul Phillips2010-12-285-87/+134
* Some additions to SignalManager to make it easy...Paul Phillips2010-12-282-3/+108
* Plugging some leakiness I found in the pattern ...Paul Phillips2010-12-233-6/+7
* A pretty severe cleanup of typeRef.Paul Phillips2010-12-231-32/+21
* I cannot be beaten by mysterious side effecting.Paul Phillips2010-12-235-95/+91
* Looks like there is some side effecting I can't...Paul Phillips2010-12-231-6/+1
* Fix for stability failure, I think. No review.Paul Phillips2010-12-231-3/+4
* A couple caches knock a full 20% off the time s...Paul Phillips2010-12-221-2/+6
* Recognize calls to scala varargs methods where ...Paul Phillips2010-12-221-4/+6
* Reinstantiated the "integrateNew" functionality...Martin Odersky2010-12-221-2/+2
* Fix 'Symbol.companionModule' for the resident m...Iulian Dragos2010-12-221-6/+16
* This fixes a regression incurred in r23565 whic...Paul Phillips2010-12-222-6/+8