summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* Profiler suggested it would be worthwhile to sh...Paul Phillips2011-06-293-11/+7
* Generalizing some TreeGen machinery on an oppor...Paul Phillips2011-06-253-21/+20
* Cosmetic removal of redundant toList call on it...Paul Phillips2011-06-254-13/+10
* getting the revamped getClass to work on Java 5Adriaan Moors2011-06-231-4/+2
* Notice when erasure is trying to cast something...Paul Phillips2011-06-231-3/+9
* Noticed while working on getClass that most of thePaul Phillips2011-06-231-14/+20
* Thrusting spear into darkened alcove attempting...Paul Phillips2011-06-221-2/+4
* A total rewrite of "runtimeClass", discarding t...Paul Phillips2011-06-221-10/+56
* Performance-motivated work: going through Speci...Paul Phillips2011-06-211-563/+459
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-189-56/+56
* Update manually created tree which was calling ...Paul Phillips2011-06-141-1/+1
* Documented what I could figure out about late f...Paul Phillips2011-06-141-11/+5
* Marked some more by-name-argument-using methods...Paul Phillips2011-06-132-10/+9
* A third round of optimizations from Tiark, no r...Paul Phillips2011-06-111-1/+1
* A test case demonstrating some of the issues wi...Paul Phillips2011-06-101-0/+7
* Modified erasure not to generate instance tests...Paul Phillips2011-06-071-2/+11
* Created a PlainDirectory subclass of PlainFile ...Paul Phillips2011-05-211-1/+1
* Fixed #4593.Iulian Dragos2011-05-171-0/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-1/+1
* Closes 4560. Review by dragos.Martin Odersky2011-05-161-6/+6
* Reverting r24927Antonio Cunei2011-05-111-5/+2
* Further narrowing down the applicability of Hub...Martin Odersky2011-05-111-2/+5
* Closes #4565.Hubert Plociniczak2011-05-111-5/+9
* Closes #4560. Review by dragos.Martin Odersky2011-05-111-13/+30
* Special case Array[Unit] printing in the repl t...Paul Phillips2011-05-061-1/+1
* Changed an identifier to be more to iulian's li...Paul Phillips2011-05-051-4/+4
* rewrite of nested objects implementation.Hubert Plociniczak2011-05-034-5/+28
* Since I don't want to commit anything "interest...Paul Phillips2011-05-011-2/+2
* Don't issue a deprecation warning if the deprec...Paul Phillips2011-05-011-2/+2
* A few minor cleanups involving logging messages...Paul Phillips2011-04-301-1/+4
* Completely to my surprise, found that fixing al...Paul Phillips2011-04-302-4/+4
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-283-3/+3
* Trying to fix the pattern matcher took me into ...Paul Phillips2011-04-271-107/+56
* Refined handling fo @bridge methods.Martin Odersky2011-04-242-4/+6
* Working my way through pattern matcher sequence...Paul Phillips2011-04-231-1/+1
* Strip unused pattern variable bindings out befo...Paul Phillips2011-04-231-5/+17
* Some more tweaks to the bridge scheme.Martin Odersky2011-04-211-0/+2
* This time, fixed #4283. no review.Iulian Dragos2011-04-141-1/+1
* Fixes my part of #4283 by inserting another cas...Martin Odersky2011-04-131-4/+19
* closes #4426.Hubert Plociniczak2011-04-121-3/+2
* Closes #4432. review by dragosHubert Plociniczak2011-04-121-13/+37
* Deleted debug output that made it into previous...Martin Odersky2011-04-111-4/+4
* Closes #4380. No review.Martin Odersky2011-04-111-6/+10
* Closes #4396. No review.Martin Odersky2011-04-111-0/+1
* Found there was still all kinds of detritus rem...Paul Phillips2011-04-111-3/+0
* Eliminated option -Xwarninit, which is warning ...Paul Phillips2011-03-281-18/+2
* Cleaning up util.Tracer and its usage in Erasure.Paul Phillips2011-03-261-5/+6
* for Scala.NET bootstrapping.Miguel Garcia2011-03-251-8/+22
* Added a temporary fix for #4351, but disabled i...Aleksandar Pokopec2011-03-241-3/+34
* Restoring my higher-kinded-Array signature chec...Paul Phillips2011-03-241-1/+3