summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Error reporting when the generated code size ex...Iulian Dragos2011-05-173-4/+31
* Eliminated an unnecessary second traversal of j...Paul Phillips2011-05-173-110/+134
* Deleting the empty files git is not too cool to...Paul Phillips2011-05-1720-0/+0
* Yet more work on ZipArchive.Paul Phillips2011-05-161-62/+71
* Renamed scala.reflect.common to scala.reflect.i...Paul Phillips2011-05-1662-73/+73
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-1682-12641/+14879
* Phase and Error handling code, no review.Paul Phillips2011-05-166-1/+138
* Flags and Pickler related code, no review.Paul Phillips2011-05-164-0/+1041
* Switched nsc.util to point to reflect.util, no ...Paul Phillips2011-05-167-354/+16
* Settings code into common.settings, no review.Paul Phillips2011-05-162-0/+64
* Some largely self-contained utility classes int...Paul Phillips2011-05-165-0/+357
* This patch and the several to follow represent ...Paul Phillips2011-05-169-8/+100
* Closes 4560. Review by dragos.Martin Odersky2011-05-163-6/+23
* Removing two more @bridge methods because they ...Martin Odersky2011-05-161-4/+4
* Removed ill-fated bridge method.Martin Odersky2011-05-161-2/+2
* After numerous red herrings, I think I find my ...Paul Phillips2011-05-152-66/+66
* Temporarily sending lisp.scala to be interprete...Paul Phillips2011-05-152-0/+0
* An ill-advised change to an equals method resul...Paul Phillips2011-05-152-34/+31
* Fix for Iterator flattening regression.Paul Phillips2011-05-141-1/+6
* Confusingly, I am restoring the method "getArch...Paul Phillips2011-05-142-1/+4
* Change Types#narrow to create an existential ra...Paul Phillips2011-05-142-16/+17
* Some minor cleanups in the inliner, no review.Paul Phillips2011-05-142-17/+15
* Removes long-deprecated "for (val x <- ...Paul Phillips2011-05-141-10/+2
* Added flatten to Option so Some(Some(x)).flatte...Paul Phillips2011-05-142-1/+4
* Fix for view+groupBy closes #4558, no review.Paul Phillips2011-05-142-3/+11
* Reverting the rest of it until I can look with ...Paul Phillips2011-05-1210-135/+134
* Reverting a little of that last patch, no review.Paul Phillips2011-05-121-1/+13
* More optimization.Paul Phillips2011-05-1210-147/+136
* Fairly ruthlessly optimized ZipArchive.Paul Phillips2011-05-126-314/+160
* Regenerated automated tests for inner objects.Iulian Dragos2011-05-113-5802/+1361
* Renaming the inner objects test file. no review.Iulian Dragos2011-05-112-0/+0
* Reverting r24927Antonio Cunei2011-05-111-5/+2
* Further narrowing down the applicability of Hub...Martin Odersky2011-05-111-2/+5
* New test. No review.Martin Odersky2011-05-112-0/+24
* Closes #4565.Hubert Plociniczak2011-05-116-7/+6935
* Closes #4560. Review by dragos.Martin Odersky2011-05-111-13/+30
* close #4441. no reviewLukas Rytz2011-05-102-1/+6
* Another round of optimization.Paul Phillips2011-05-096-38/+99
* Takes 30+% off the startup time for scala/scala...Paul Phillips2011-05-088-133/+198
* Made -Yno-predef work again, also in the repl.Paul Phillips2011-05-079-47/+77
* Good, I got the whitespace wrong, trying to emb...Paul Phillips2011-05-071-2/+1
* My estimation of what will fix fsc on cygwin/wi...Paul Phillips2011-05-071-3/+7
* Made GenTraversableOnce public.Paul Phillips2011-05-073-4/+4
* Attempting to make the :javap test pass on wind...Paul Phillips2011-05-072-12/+42
* Tightened a condition to avoid a self-referenti...Paul Phillips2011-05-063-0/+16
* [scaladoc] Fix minor CSS issue. No review.Donna Malayeri2011-05-061-1/+1
* Finally figured out what was going on with a ce...Paul Phillips2011-05-0611-28/+133
* Special case Array[Unit] printing in the repl t...Paul Phillips2011-05-063-2/+14
* Help :javap find nested repl-defined objects.Paul Phillips2011-05-063-9/+48
* Issue some repl imports comma-separated rather ...Paul Phillips2011-05-061-6/+7