summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Bytecode generated for structural calls is impr...Gilles Dubochet2009-03-121-28/+26
* 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
* Refactored a pile of duplicated Properties code...Paul Phillips2009-03-101-60/+16
* removed deprecated warning, updated svn props, ...michelou2009-03-1020-253/+304
* 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
* Reverted a small parser change which had the un...Paul Phillips2009-03-061-2/+2
* 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-021-1/+4
* Fix and test case for #1107, many long days in ...Paul Phillips2009-03-022-3/+5
* Fix for ticket #1718David MacIver2009-02-283-10/+8
* 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
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-261-4/+1
* Fix and test case for #1392.Paul Phillips2009-02-261-1/+4
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-242-7/+0
* Temporarily suppressing generic signatures on s...Paul Phillips2009-02-241-1/+1
* Fix and test case for #1747.Paul Phillips2009-02-241-0/+1
* removed deprecated for-loops and unitsmichelou2009-02-243-26/+44
* removed deprecated for-loopsmichelou2009-02-2418-68/+72
* fixed several problems with cyclic references u...Martin Odersky2009-02-2311-34/+2403
* 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-231-15/+21
* Fixed TokenMetric tool (for counting tokens).Gilles Dubochet2009-02-231-13/+7
* Fix and test case for #935; added test in RefCh...Paul Phillips2009-02-231-6/+23
* When inferring a type is scala.Whatever, have t...Paul Phillips2009-02-222-5/+8
* Proposed fix for #1735; may need refinement, bu...Paul Phillips2009-02-221-18/+8
* Fix and test for #1659Antonio Cunei2009-02-191-2/+2
* Look for main method in companion object and ad...Paul Phillips2009-02-192-45/+60
* Improved error messages for certain illegal ove...Paul Phillips2009-02-191-0/+5
* Fix for #1700.Paul Phillips2009-02-191-2/+2
* Fix for #1465 - java annotations aren't paramet...Paul Phillips2009-02-191-1/+1
* Issue warning when attempting to refine Unit, p...Paul Phillips2009-02-181-1/+11
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-181-4/+12
* Fix for #460 (and its duplicate #1413) plus tes...Paul Phillips2009-02-181-1/+8
* Eradicated bug #1711Antonio Cunei2009-02-161-1/+2
* Fix for #1638.Paul Phillips2009-02-161-0/+1