summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Check for command-line option dependency AFTER ...mihaylov2008-02-142-3/+3
| | | | | | | Check for command-line option dependency AFTER all command-line arguments have been parsed. Avoids unnecessary dependency on the order of the arguments
* 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
| | | | | fixed build problem for sbaz; fixed one half of #470
* Changed translation for pattern definitions whi...Martin Odersky2008-02-102-8/+3
| | | | | | Changed translation for pattern definitions which bind zero variables so that they work in the interpreter.
* fixed missing deprecated warning on types; fixe...Martin Odersky2008-02-085-23/+469
| | | | | | fixed missing deprecated warning on types; fixed problem with traits in refinements.
* Fixed #368:Geoffrey Washburn2008-02-082-3/+9
| | | | | | | - added assertions to cause failure earlier - added test case - use BatchSourceFile length (characters) rather than file length (bytes)
* Fixed several issues in the MSIL backendshack2008-02-082-8/+19
| | | | | | | | | | | | | | | | | | | predef.dll does now 'peverify' under .NET 3.5 * Method visibility (protected cannot be mapped to family) When implementing methods from traits the visibility must be public (the methods of the interface generated from the trait are already public) * Nested exception handler flaws * Static calls replaced by virtual calls (it seemed to be possible in earlier versions of the .NET framework to call virtual methods using 'call' instead of 'callvirt') * Calls to the static comparator function (see Comparator.cs in the dotnet-library) were broken. Comparator::equals(object) was always called instead
* 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
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* 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
| | | | | Defined a more precise notion of equality on compiler settings.
* Fixed #323.Geoffrey Washburn2008-02-041-2/+4
| | | | | Tweaked whitespace in the test.
* Fixes #416.Geoffrey Washburn2008-02-041-1/+2
|
* Arrays (and probably other things) pretty-print...Geoffrey Washburn2008-02-041-1/+1
| | | | | Arrays (and probably other things) pretty-print properly now.
* Should fix #417 (Exit status was zero on except...Geoffrey Washburn2008-02-042-0/+6
| | | | | Should fix #417 (Exit status was zero on exceptional exits)
* 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
| | | | | | Inner classes follow their enclosing class to satisfy the Eclipse Java compiler
* Fix for old plugin. Sean McDirmid2008-01-311-2/+19
|
* backed lout of some changes for vcsMartin Odersky2008-01-291-9/+6
|
* removed MissingTypeMartin Odersky2008-01-281-9/+0
|
* hasFlag(DEFERERED) -> isDeferredMartin Odersky2008-01-287-17/+18
|
* minor clean ups of Sean's commit; prepareing fo...Martin Odersky2008-01-289-71/+70
| | | | | minor clean ups of Sean's commit; prepareing for virtual classes.
* added filter for synthetic outer membersmichelou2008-01-282-68/+73
|
* Sean's fix for scaladoc.Geoffrey Washburn2008-01-281-1/+5
|
* Another massive IDE checkin.Sean McDirmid2008-01-2723-174/+1463
|
* case classes can now inherit from case classes.Martin Odersky2008-01-254-25/+21
|
* re-fix #404Martin Odersky2008-01-242-5/+12
|
* made println platform-independent in interpretermichelou2008-01-245-39/+41
|
* reverted changes wrt raw types.Martin Odersky2008-01-241-2/+2
|
* Fixed #404Martin Odersky2008-01-241-2/+12
|
* added missing headermichelou2008-01-241-0/+6
|
* fixed typo in last commitMartin Odersky2008-01-241-1/+1
|
* fixed problem with recursive lifting in MSILMartin Odersky2008-01-241-10/+20
|
* made printMessage platform-independent, removed...michelou2008-01-232-11/+12
| | | | | | made printMessage platform-independent, removed NewTestRunner (broken build)
* lifts synchronized when target is MSIL; ignore ...Martin Odersky2008-01-231-13/+20
| | | | | lifts synchronized when target is MSIL; ignore CR's in scalatest diffs.
* trys with returns are lifted when target is MSILMartin Odersky2008-01-231-1/+16
|
* += (a -> b)michelou2008-01-231-4/+4
|
* fixed #400Martin Odersky2008-01-232-14/+23
|
* removed last warningsmichelou2008-01-235-39/+41
|