summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-1926-1565/+1141
* Suppress unwanted noise generated by javac when...Paul Phillips2011-05-193-6/+4
* Apparent assumption that Literal(0) would be ad...Paul Phillips2011-05-193-8/+30
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-192-3/+25
* Fixes and closes #4608.Aleksandar Pokopec2011-05-192-1/+12
* slightly better handling of .tar, .tgz, .txzAntonio Cunei2011-05-181-9/+9
* Small change to keep WinZip happy.Antonio Cunei2011-05-181-7/+10
* Added a forwarder for object Chars.Iulian Dragos2011-05-181-0/+3
* Segregate deprecated members into a titled sect...Pedro Furlanetto2011-05-181-1/+11
* Fixed #4593.Iulian Dragos2011-05-172-0/+21
* 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