summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implemented a (slower) workaround for parallel ...Aleksandar Pokopec2011-01-0723-130/+573
* Changed foreach to pforeach.Aleksandar Pokopec2011-01-077-16/+23
* Apparently my flailing attempts to make things ...Paul Phillips2011-01-074-245/+283
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-065-25/+48
* One reversal wrt Pauls TypeRef -> typeRef changes.Martin Odersky2011-01-061-1/+4
* Replay now enabled for presentation compiler.Martin Odersky2011-01-0610-907/+666
* I took the following comments at their word:Paul Phillips2011-01-067-31/+29
* Renamed the files whose names have fallen out o...Paul Phillips2011-01-063-0/+0
* Avoids the creation of an amazing 106,700,793 e...Paul Phillips2011-01-052-14/+33
* De-finalized equals/hashCode on Trees so people...Paul Phillips2011-01-051-2/+2
* Fixed a bad interaction between overloading, de...Iulian Dragos2011-01-053-3/+30
* closes #4044.Adriaan Moors2011-01-053-1/+33
* Eliminated 16 avoidable closure objects in Stream.Paul Phillips2011-01-044-46/+40
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-048-15/+14
* Towards a replay framework for the presentation...Martin Odersky2011-01-049-58/+1110
* Closes #3869. no review.Iulian Dragos2011-01-042-1/+15
* One more try with the lazy clearing.Eugene Vigdorchik2011-01-041-3/+5
* Closes #3687, #3719, #3950, #3616.Hubert Plociniczak2011-01-047-78/+83
* Fixed infinite loop on call to super from a spe...Iulian Dragos2011-01-043-1/+71
* Protected protected constructors.Paul Phillips2011-01-043-1/+47
* Added some more debugging tools for printing ty...Paul Phillips2011-01-044-30/+83
* Some profiler changes.Paul Phillips2011-01-0410-47/+160
* 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-0210-33/+61
* 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-015-49/+117
* 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
* Project filesIulian Dragos2010-12-312-4/+8
* Off by one error in nextPrintableChar.Paul Phillips2010-12-311-1/+2
* Modified the self-type protected accessor test ...Paul Phillips2010-12-313-6/+27
* Even after the mostly blissful marriage of Trav...Paul Phillips2010-12-312-11/+18
* 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
* disabled test cf-attributes.scalamichelou2010-12-312-0/+0
* Poking around at and hardening anything which m...Paul Phillips2010-12-312-9/+22
* fixed issue with EnclosingMethod attribute.michelou2010-12-3012-166/+389
* fixed (and extended) bytecode readermichelou2010-12-3035-446/+2122