summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Regression in Enumeration caused some nullary m...Paul Phillips2011-05-221-1/+5
* Making Range creation less slow, no review.Paul Phillips2011-05-212-12/+15
* Now that I've convinced myself getOrElseUpdate ...Paul Phillips2011-05-211-20/+9
* Commented out a bug workaround which seems to b...Paul Phillips2011-05-211-14/+17
* Cleanup in scriptrunner, no review.Paul Phillips2011-05-211-12/+3
* Created a PlainDirectory subclass of PlainFile ...Paul Phillips2011-05-212-2/+10
* Array[Byte] => Array[Char] => String => Array[C...Paul Phillips2011-05-211-2/+4
* Eliminating more calls requiring filesystem acc...Paul Phillips2011-05-211-2/+2
* Wow, ZipEntry#getTime is expensive! So that's h...Paul Phillips2011-05-211-12/+5
* Uglified an unpickler method based on profiler ...Paul Phillips2011-05-211-15/+28
* Fix #4599: XMLEventReader issue with input stream.Paul Phillips2011-05-203-26/+47
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-2015-15/+15
* Fix documentation of ## regarding null.##, than...Paul Phillips2011-05-191-1/+3
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-272/+0
* Apparent assumption that Literal(0) would be ad...Paul Phillips2011-05-191-8/+14
* Specialized keySets for immutable and sorted ma...Paul Phillips2011-05-192-3/+25
* Fixes and closes #4608.Aleksandar Pokopec2011-05-191-1/+1
* 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-171-0/+1
* Error reporting when the generated code size ex...Iulian Dragos2011-05-172-3/+30
* 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-161-6/+6
* 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
* 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-141-0/+3
* 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-141-3/+5
* 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