summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bytecode generated for structural calls is impr...Gilles Dubochet2009-03-122-35/+41
* Making very repetitive Settings code less repet...Paul Phillips2009-03-101-53/+31
* Adds debugger-like capabilities to repl.Paul Phillips2009-03-105-1/+46
* Code generation will keep the order of then/els...Iulian Dragos2009-03-102-6/+17
* added partest.properties to jarmichelou2009-03-105-18/+20
* Refactored a pile of duplicated Properties code...Paul Phillips2009-03-103-140/+67
* updated svn keywordsmichelou2009-03-101-1/+1
* removed deprecated warning, updated svn props, ...michelou2009-03-1041-487/+582
* modified JAVA_OPTS settingmichelou2009-03-101-1/+1
* instantiate top only onceIngo Maier2009-03-101-2/+3
* made unsafeTypeParams transform infos less eage...Martin Odersky2009-03-096-8/+22
* Removing the rest of what turned out to be anPaul Phillips2009-03-061-4/+0
* Changed linkedSym to use rawInfo rather than in...Paul Phillips2009-03-061-2/+1
* syncPaul Phillips2009-03-061-1/+1
* Fixed failing stability test by restoring remov...Paul Phillips2009-03-061-0/+4
* Changed the build file so that stability testAntonio Cunei2009-03-061-1/+1
* Reverted a small parser change which had the un...Paul Phillips2009-03-062-3/+3
* Fix for #1769.Paul Phillips2009-03-052-7/+11
* Another big Interpreter patch, this one mostly ...Paul Phillips2009-03-056-179/+365
* Removed most of the assertions from NewScanners...Paul Phillips2009-03-051-9/+13
* Major interpreter cleanup.Paul Phillips2009-03-043-486/+364
* updated svn keywordsmichelou2009-03-0310-25/+59
* updated detach phasemichelou2009-03-031-4/+9
* Removed call to normalize, which fixes crashes ...Iulian Dragos2009-03-021-2/+3
* Fix and test case for #1392.Paul Phillips2009-03-023-1/+9
* Fix and test case for #1107, many long days in ...Paul Phillips2009-03-024-3/+25
* Fix for ticket #1718David MacIver2009-02-286-10/+20
* Iterable no-arg mkString changed to call mkStri...Paul Phillips2009-02-281-5/+1
* Fix for #1365, '_' should be a standard identif...Paul Phillips2009-02-281-1/+4
* Test cases for #1745.Paul Phillips2009-02-272-0/+17
* Fix for #1745 - only emit generic signature if ...Paul Phillips2009-02-271-1/+4
* Fix for #1743.Paul Phillips2009-02-271-16/+10
* Created separate -Xprint-icode setting so using...Paul Phillips2009-02-272-3/+4
* Fix for #1749; removed some dead code related t...Paul Phillips2009-02-272-16/+2
* Moved *withinZero tests to pendingPhilipp Haller2009-02-274-0/+0
* more scaladocs for swingIngo Maier2009-02-277-12/+49
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-263-9/+1
* Fix and test case for #1392.Paul Phillips2009-02-263-1/+9
* Fix for #749.Paul Phillips2009-02-261-7/+3
* Altered 2-argument versions of Predef's assert,...Paul Phillips2009-02-251-3/+3
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-247-27/+5
* Temporarily suppressing generic signatures on s...Paul Phillips2009-02-241-1/+1
* Fix and test case for #1747.Paul Phillips2009-02-242-0/+7
* removed deprecated for-loops and unitsmichelou2009-02-248-65/+87
* removed deprecated for-loopsmichelou2009-02-2418-68/+72
* fixed several problems with cyclic references u...Martin Odersky2009-02-2318-44/+2508
* fix versionString scaladocstepancheg2009-02-231-3/+3
* added a hook for annotation checkers in Typers....Tiark Rompf2009-02-232-2/+33
* Continuation of r17177 to also check type annot...Paul Phillips2009-02-233-16/+31
* Fixed TokenMetric tool (for counting tokens).Gilles Dubochet2009-02-231-13/+7