summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed (and extended) bytecode readermichelou2010-12-3035-446/+2122
* Removed Proxy from parents of WrappedString.Paul Phillips2010-12-302-1/+16
* 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-306-63/+133
* 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-225-6/+40
* 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
* Disabled forkjoin on ibm1.6.Aleksandar Pokopec2010-12-211-2/+5
* Disabled a test.Aleksandar Pokopec2010-12-211-26/+26
* Added settings for presentation compiler debugg...Iulian Dragos2010-12-212-7/+11
* Bencharking a larger program with parallel coll...Aleksandar Pokopec2010-12-2118-74/+116943
* Finer conversions for immutable parallel collec...Aleksandar Pokopec2010-12-2114-72/+235
* A minor update in a benchmark.Aleksandar Pokopec2010-12-211-1/+2
* 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
* An Ordering for Seq and all of its descendents.Paul Phillips2010-12-212-0/+22
* This commit is about not calling .length or .si...Paul Phillips2010-12-2017-143/+162
* presentation compiler cleanup & rewriteMartin Odersky2010-12-204-166/+174
* I'm wandering around trunk looking for slowness.Paul Phillips2010-12-2016-213/+120
* Explaining something for the (largeish N)th tim...Paul Phillips2010-12-195-3/+378
* 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-184-5/+25
* Added some infrastructure for tracking and disp...Paul Phillips2010-12-186-29/+75
* Application now uses delayedInit.Martin Odersky2010-12-176-75/+81
* Added tests for #4091.Hubert Plociniczak2010-12-172-0/+6
* Temporary fix for #4092. No reviewHubert Plociniczak2010-12-171-2/+7
* Remove duplicate test (t3774 is the same)Hubert Plociniczak2010-12-172-10/+0
* 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
* Discovered bug in mapConserve introduced in r23...Paul Phillips2010-12-171-3/+1