summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed duplicate symbols problem in new collecti...Martin Odersky2009-02-057-49/+125
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-058-129/+575
* Applied patch from #1684.Geoffrey Washburn2009-02-022-2/+2
* Deprecated new Array(...) syntax for dimensions...Martin Odersky2009-01-291-0/+6
* 1.Martin Odersky2009-01-294-14/+30
* Changed typing of if-then: Missing else is now ...Martin Odersky2009-01-291-3/+2
* Fixed issues #1084 and #1611.Gilles Dubochet2009-01-283-17/+23
* scala/trunk/src/compiler/scalax -> scala/trunk/...ilyas2009-01-2617-17/+17
* scalap modified for correct object printingilyas2009-01-221-5/+4
* scalap modified for correct case classes printingilyas2009-01-222-8/+54
* Removed obsolete field.Philipp Haller2009-01-161-2/+0
* Cleaned up addition of serializable annotations.Philipp Haller2009-01-162-37/+19
* Fix for #1589.Iulian Dragos2009-01-151-1/+4
* scalap classes addedilyas2009-01-1527-0/+3248
* Fixed #1143 (again).Philipp Haller2009-01-141-1/+3
* renamed util.control.Break to Breaks and added ...Martin Odersky2009-01-136-50/+101
* Applied patch for #1618Geoffrey Washburn2009-01-131-0/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-13120-120/+120
* fixed #1269.Lukas Rytz2009-01-123-1/+52
* parses syntax for package objectsMartin Odersky2009-01-125-32/+42
* Updated copyright notices to 2009Antonio Cunei2009-01-0978-79/+79
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-10/+20
* Fixed warnings.Iulian Dragos2008-12-175-5/+6
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-124-115/+298
* One more thing: The JVM backend updates for inv...Iulian Dragos2008-12-111-0/+5