summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix and test case for #1623.Paul Phillips2009-02-161-1/+1
* Fix for bug #473 and test case.Paul Phillips2009-02-161-0/+9
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-161-22/+38
* Added -make flag and supporting functionality f...David MacIver2009-02-154-1/+314
* Fixed an ambiguity problem with implcits, and a...Martin Odersky2009-02-153-12/+32
* Allow newlines between modifiers and declaratio...Paul Phillips2009-02-121-0/+3
* Fix for #1185Antonio Cunei2009-02-121-1/+1
* terminated infinite loop in typedTypeApply; see...Paul Phillips2009-02-121-1/+2
* A few more very minor fixes based on input from...Paul Phillips2009-02-124-5/+4
* widened access check for readResolve to include...Paul Phillips2009-02-121-1/+1
* Alters four meaningless equality comparison dis...Paul Phillips2009-02-124-5/+5
* Generalized PhasesSetting to accept "all" as a ...Paul Phillips2009-02-112-30/+21
* fixed bug #1535, added test casePaul Phillips2009-02-111-8/+12
* Add recognition that null.isInstanceOf[T] is no...Paul Phillips2009-02-101-4/+8
* Fixes and test cases for #944 and #1523.Paul Phillips2009-02-102-1/+5
* Removes underscore from the list of characters ...Paul Phillips2009-02-101-1/+1
* added build scripts for scalapLukas Rytz2009-02-0927-3293/+0
* Fix for #934Antonio Cunei2009-02-092-3/+7
* repaired init order issue with the fix for #1602.Paul Phillips2009-02-092-8/+16
* existential error message changed to agree with...Paul Phillips2009-02-091-1/+1
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-5/+1
* Minor refactorings and a little bit of document...David MacIver2009-02-083-20/+35
* Removed some redundancy in parallel matching (m...David MacIver2009-02-081-32/+6
* Fix for #1268.Paul Phillips2009-02-071-1/+2
* Inelegant fix for bug #1602; will revisit.Paul Phillips2009-02-062-2/+7
* Script errors are now reported at the correct p...Paul Phillips2009-02-061-7/+20
* lazy values in repl are now handled uniformly (...Paul Phillips2009-02-061-37/+30
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-062-3/+16
* lazy values in the REPL are now evaluated lazily.Paul Phillips2009-02-061-23/+28
* The changes made to the scaladoc tool also need...nielsen2009-02-051-0/+5