summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* eliminated need to cmpile with -YnopredefsMartin Odersky2008-02-222-1/+15
* another change wrt overriding vals to fix #530Martin Odersky2008-02-221-5/+7
* disallow accesses of the form super.val; allow ...Martin Odersky2008-02-222-61/+81
* allow value overrides in traits; check variance...Martin Odersky2008-02-222-6/+8
* fixed #528Martin Odersky2008-02-221-0/+2
* minor correction in outputmichelou2008-02-211-1/+1
* for queries not understood in the interpreter, ...Lex Spoon2008-02-211-1/+3
* fixed broken build (scaladoc)michelou2008-02-212-11/+6
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-213-255/+284
* peel off any scaladoc comments whenLex Spoon2008-02-211-1/+2
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
* changed viewvc -> trac URLmichelou2008-02-191-1/+1
* Moved NewLinePrintWriter to its own file, hopef...Lex Spoon2008-02-192-6/+15
* moved NewLinePrintWriter back to object Interpr...Lex Spoon2008-02-181-4/+3
* Changed scala.Symbol to be always internedIulian Dragos2008-02-182-4/+3
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-182-272/+241
* More small fixes to the new IDE.Sean McDirmid2008-02-172-2/+15
* More fixes for the new IDESean McDirmid2008-02-172-2/+3
* Fixing bugs in new and old plugin.Sean McDirmid2008-02-175-10/+20
* Fixed IDE for new-style case classes.Sean McDirmid2008-02-151-1/+1
* fixed #486michelou2008-02-151-52/+44
* Check for command-line option dependency AFTER ...mihaylov2008-02-142-3/+3
* fixed build problem.Martin Odersky2008-02-131-2/+1
* removed deprecated class util.Fluidmichelou2008-02-131-0/+1
* change to caseclass extractors with varargsMartin Odersky2008-02-132-6/+13
* refinement of sbaz fix; fixed #419Martin Odersky2008-02-124-12/+28
* fixed build problem for sbaz; fixed one half of...Martin Odersky2008-02-114-6/+7
* Changed translation for pattern definitions whi...Martin Odersky2008-02-102-8/+3
* fixed missing deprecated warning on types; fixe...Martin Odersky2008-02-085-23/+469
* Fixed #368:Geoffrey Washburn2008-02-082-3/+9
* Fixed several issues in the MSIL backendshack2008-02-082-8/+19
* Updated STARR to 2.7.0-RC1michelou2008-02-071-1/+1
* fixes #320Adriaan Moors2008-02-071-6/+12
* fixed nightly buildmichelou2008-02-071-5/+3
* Partial fix to #397.Gilles Dubochet2008-02-062-3/+8
* fixed #438Martin Odersky2008-02-061-2/+2
* fixed #412, prepared for structural array problem.Martin Odersky2008-02-063-1/+13
* added reverse to RichString.Martin Odersky2008-02-065-17/+35
* switched to Scala implementation of StringBuildermichelou2008-02-061-3/+2
* updated default encoding to UTF8michelou2008-02-052-8/+4
* Fixed issues #328 and #403.Gilles Dubochet2008-02-043-11/+24
* Defined a more precise notion of equality on co...Gilles Dubochet2008-02-042-10/+50
* Fixed #323.Geoffrey Washburn2008-02-041-2/+4
* Fixes #416.Geoffrey Washburn2008-02-041-1/+2
* Arrays (and probably other things) pretty-print...Geoffrey Washburn2008-02-041-1/+1
* Should fix #417 (Exit status was zero on except...Geoffrey Washburn2008-02-042-0/+6
* Fixed #377.Iulian Dragos2008-02-011-14/+27
* fixed #224michelou2008-02-011-1/+24
* Inner classes follow their enclosing class to s...NAME2008-01-311-1/+3
* Fix for old plugin. Sean McDirmid2008-01-311-2/+19