summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug for poly methods.Iulian Dragos2005-10-171-1/+3
|
* Added type test to make List.apply(xs: A*) comp...Iulian Dragos2005-10-171-1/+6
| | | | | | Added type test to make List.apply(xs: A*) compatible with both scalac and nsc.
* *** empty log message ***Martin Odersky2005-10-1612-64/+142
|
* Special treatment of scala.All and scala.AllRef...Iulian Dragos2005-10-153-20/+71
| | | | | Special treatment of scala.All and scala.AllRef in GenICode.
* Reset lateDEFERRED flags too.Iulian Dragos2005-10-141-2/+2
|
* - corrected typos in Scala comment.michelou2005-10-121-3/+4
|
* Small change to remove pattern match inside pat...Iulian Dragos2005-10-121-1/+1
| | | | | Small change to remove pattern match inside pattern guard.
* New version of the backend, that can compile th...Iulian Dragos2005-10-1211-212/+571
| | | | | New version of the backend, that can compile the library.
* - corrected if-test in log "Compiling...".michelou2005-10-121-413/+409
| | | | | | - removed leading tabs. - (partially) changed indentation for 4 to 2 chars.
* *** empty log message ***Martin Odersky2005-10-1110-63/+122
|
* NodeBuffer + => &+Burak Emir2005-10-113-13/+13
|
* NodeBuffer + => &+Burak Emir2005-10-112-2/+5
| | | | | added methods to Null
* - updated copyright date.michelou2005-10-111-5/+10
|
* - removed nsc-specific code (use build.xml !).michelou2005-10-111-42/+6
|
* Added a warning when Scala cannot be found on t...Gilles Dubochet2005-10-111-10/+25
| | | | | Added a warning when Scala cannot be found on the bootclasspath.
* Remove the auto source detect feature which was...Gilles Dubochet2005-10-111-21/+4
| | | | | | Remove the auto source detect feature which was rather dodgy. The library source must be in the task classpath now.
* rewrote message displayBurak Emir2005-10-111-3/+8
|
* accessor for cmBurak Emir2005-10-111-0/+2
|
* fixesBurak Emir2005-10-111-4/+9
|
* added binder class to xml/factBurak Emir2005-10-111-0/+43
| | | | | VS: ----------------------------------------------------------------------
* Corrected a bug when entering an empty string f...Gilles Dubochet2005-10-101-9/+10
| | | | | | Corrected a bug when entering an empty string for the check, stop or skip attribute.
* *** empty log message ***Martin Odersky2005-10-101-0/+168
|
* Changes the name of 'the BytecodeGenerators' cl...Gilles Dubochet2005-10-102-3/+3
| | | | | | Changes the name of 'the BytecodeGenerators' class to 'GenJVM' so as to have the same name as the file it resides in.
* Updated the attributes setter with limited inpu...Gilles Dubochet2005-10-101-17/+23
| | | | | | | Updated the attributes setter with limited inputs as they did not work before (because Ant want input-limiters to be subclasses of some class and Scala when told to subclass something actually doesn't do that).
* *** empty log message ***Martin Odersky2005-10-109-157/+117
|
* *** empty log message ***Martin Odersky2005-10-104-0/+104
|
* Added a missing "implicit" for NSC compatibility.Gilles Dubochet2005-10-101-1/+1
|
* - added CVS header.michelou2005-10-102-12/+31
|
* new \ and \\ method behaviour added (attribute ...Burak Emir2005-10-103-16/+36
| | | | | new \ and \\ method behaviour added (attribute selection)
* The new Ant NSC task.Gilles Dubochet2005-10-071-0/+599
|
* Improved error messages.Gilles Dubochet2005-10-071-1/+5
|
* Removed a debugging print.Gilles Dubochet2005-10-071-1/+0
|
* Improved "force" parameter of task to support v...Gilles Dubochet2005-10-071-16/+36
| | | | | | Improved "force" parameter of task to support various force-compilation modes (always force, force when at least one file changes, never force).
* Changed "match" to new form.Gilles Dubochet2005-10-073-3/+3
|
* - added line for printing $SRCDIR before starti...michelou2005-10-071-0/+2
| | | | | - added line for printing $SRCDIR before starting the test suite.
* - added 'NTEST_*' variables for scalanstest.michelou2005-10-071-1/+4
|
* *** empty log message ***Martin Odersky2005-10-078-45/+129
|
* *** empty log message ***Martin Odersky2005-10-061-1/+3
|
* Fixed a bug in the handling of scala.dllmihaylov2005-10-061-2/+1
|
* *** empty log message ***Martin Odersky2005-10-061-22/+8
|
* Experimental module support.Iulian Dragos2005-10-069-95/+354
|
* *** empty log message ***Martin Odersky2005-10-0612-16/+101
|
* fixed assewrtSameBurak Emir2005-10-061-1/+1
|
* Added [_trait_] so that nsc can compile it.Iulian Dragos2005-10-051-1/+1
|
* *** empty log message ***Martin Odersky2005-10-054-7/+9
|
* *** empty log message ***moez2005-10-054-124/+125
|
* - fixed wrong else statement in 'fetchToken' (c...michelou2005-10-051-132/+116
| | | | | | | | - fixed wrong else statement in 'fetchToken' (case SU). removed some - leading tabs. changed 'isIdentStart', 'isIdentPart' (same as nsc - scanner). added 'isSpecial' and updated code accordingly (same as nsc - scanner).
* *** empty log message ***mihaylov2005-10-052-0/+44
|
* *** empty log message ***Martin Odersky2005-10-058-24/+51
|
* *** empty log message ***mihaylov2005-10-043-4/+44
|