summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improved error output in case invoking javac fa...Philipp Haller2008-10-271-3/+10
* Fixing IntMap/LongMap.getOrElse.David MacIver2008-10-272-2/+2
* added some swing scaladocsIngo Maier2008-10-2735-61/+208
* Fixed optimization phases (#1379).Iulian Dragos2008-10-276-15/+36
* Added firstKey and lastKey to IntMap.David MacIver2008-10-271-0/+19
* More code cleanups from paul.David MacIver2008-10-271-74/+54
* More code shrinkage.David MacIver2008-10-273-38/+12
* while => map2. David MacIver2008-10-271-13/+7
* More dead code removal.David MacIver2008-10-271-21/+4
* More code cleanups.David MacIver2008-10-261-11/+5
* More code cleanups from paul.David MacIver2008-10-261-40/+28
* Switching getDefaultRows over to a defaultRows ...David MacIver2008-10-261-13/+4
* Patch from paulp to tidy up MixLiterals.getDefa...David MacIver2008-10-261-12/+3
* Minor edits - primarily comments and code removal.David MacIver2008-10-261-6/+1
* Removing the mixed use of Set64/ sorted List[In...David MacIver2008-10-263-80/+27
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-265-205/+62
* Fix to #1450. Moved test from pending.David MacIver2008-10-262-3/+2
* Removed a bunch of dead code from CodeFactory (...David MacIver2008-10-261-71/+1
* Fix for ticket 1260.David MacIver2008-10-261-10/+6
* Working on bug 1423.David MacIver2008-10-251-2/+1
* Fixed 1424.David MacIver2008-10-251-5/+14
* Making ParallelMatching a little less obnoxious...David MacIver2008-10-251-18/+10
* Correct handling of unreachable code testing wh...David MacIver2008-10-251-10/+6
* Ported recent partest fixes in 2.7.2 branch.Philipp Haller2008-10-243-5/+16
* Fixed the icode reader (#1402).Iulian Dragos2008-10-245-22/+41
* Finally fixed #906 (quick/bin/fsc does not work).Antonio Cunei2008-10-231-35/+22
* added javac.cmd argument to 1.4 partest callsLukas Rytz2008-10-231-2/+2
* reverting the unwanted parts of my last chekin..Lukas Rytz2008-10-227-40/+13
* the ant tasks 'four-test' and 'fourfour-test' (...Lukas Rytz2008-10-228-15/+44
* fsc watchdog removal.Antonio Cunei2008-10-222-102/+97
* fixed #1214Lukas Rytz2008-10-221-0/+1
* fixed #637 #1070Lukas Rytz2008-10-221-2/+6
* Changed the way in which the path to javac is p...Philipp Haller2008-10-215-10/+15
* fixed #1428, plus stopgap fix for #1438Martin Odersky2008-10-212-2/+8
* removed new collections library from here.Martin Odersky2008-10-209-2290/+0
* fixed package clauseMartin Odersky2008-10-201-1/+1
* Applied some of Andy Hicks' patchesIngo Maier2008-10-2010-13/+96
* initial collection library fragmentsMartin Odersky2008-10-209-0/+2290
* minor change (getProperty)michelou2008-10-201-14/+13
* A couple of hardening changes. Sean McDirmid2008-10-192-5/+10
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-183-7/+23
* Contributed fix for #1416Geoffrey Washburn2008-10-183-14/+31
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-181-2/+1
* Use JAVA_HOME for finding javac.Philipp Haller2008-10-171-2/+11
* fix List.dropRight scaladocstepancheg2008-10-161-1/+1
* added patch of #1335Lukas Rytz2008-10-161-9/+12
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-162-0/+61
* . scala.swing api is now included in the main apiLukas Rytz2008-10-161-5/+5
* Use different exit code by default.Philipp Haller2008-10-151-1/+1
* Improved error reporting when running external ...Philipp Haller2008-10-151-3/+13