summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* It's all partest freeze debugging. No review.Paul Phillips2010-12-302-15/+14
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-2911-32/+21
* 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-282-18/+42
* 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
* The undoLog is being cleared before a typer run...Paul Phillips2010-12-222-4/+7
* More elimination of avoidable calls to List#len...Paul Phillips2010-12-2113-113/+111
* Added settings for presentation compiler debugg...Iulian Dragos2010-12-212-7/+11
* I really don't know the proper way to fix it in...Eugene Vigdorchik2010-12-211-1/+8
* Quik fixes for - double definitions, - tree not...Martin Odersky2010-12-211-4/+6
* This commit is about not calling .length or .si...Paul Phillips2010-12-2013-135/+156
* presentation compiler cleanup & rewriteMartin Odersky2010-12-204-166/+174
* I'm wandering around trunk looking for slowness.Paul Phillips2010-12-209-85/+63
* Explaining something for the (largeish N)th tim...Paul Phillips2010-12-191-3/+83
* Optimization based on profiler data.Paul Phillips2010-12-197-41/+36
* One more insomniac try: the fix for -explaintyp...Paul Phillips2010-12-191-5/+7
* Reverting the previous patch for output change ...Paul Phillips2010-12-191-7/+5
* The fix for -explaintypes having gone off the d...Paul Phillips2010-12-191-5/+7
* More fixes to avoid the dreaded "NoSymbol does ...Martin Odersky2010-12-183-4/+24
* Added some infrastructure for tracking and disp...Paul Phillips2010-12-185-24/+73
* Application now uses delayedInit.Martin Odersky2010-12-174-13/+35
* Temporary fix for #4092. No reviewHubert Plociniczak2010-12-171-2/+7
* Fixed compiler crash on malformed source file.Martin Odersky2010-12-171-1/+5
* Attempt to fix NoSymbol does not have owner pro...Martin Odersky2010-12-174-8/+13
* do not add entry in InnerClass attribute if out...michelou2010-12-161-101/+103
* Added more logging to the presentation compiler.Iulian Dragos2010-12-162-1/+23
* Removed the 'codeGenerator' field, which was a ...Iulian Dragos2010-12-162-50/+63
* Make the ownPhaseCache field a weak reference.Iulian Dragos2010-12-161-5/+11
* Added advanceGeneration for memory profiling, a...Iulian Dragos2010-12-163-0/+14
* Stops barking up the wrong tree with -Ywarn-dea...Paul Phillips2010-12-157-15/+47
* Fixed various issues with -Ywarn-dead-code.Paul Phillips2010-12-141-3/+6
* More repl hardening against its fickle master, ...Paul Phillips2010-12-141-1/+7
* Enabled delayedInit. Review by extempore.Martin Odersky2010-12-141-10/+13
* Preparing to enable delayedInit with new starr.Martin Odersky2010-12-141-18/+100
* Closes #4024. No review.Martin Odersky2010-12-141-1/+2
* An alteration in jline had hosed the ability to...Paul Phillips2010-12-142-1/+3
* More repl hardening, and a new jline jar which ...Paul Phillips2010-12-131-2/+10
* Hardening the repl against my own lack of ept.Paul Phillips2010-12-133-17/+15
* Told the boy trying to plug the dike holes that...Paul Phillips2010-12-122-11/+3