summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding testccase so runs against NSC.Sean McDirmid2005-11-191-0/+15
|
* try to make this test case work.Sean McDirmid2005-11-191-2/+2
|
* cleaned up mainBurak Emir2005-11-188-82/+183
|
* *** empty log message ***Martin Odersky2005-11-187-110/+155
|
* Fixing a checkin oops.Sean McDirmid2005-11-171-1/+1
|
* Test case for abstract override bug in NSC.Sean McDirmid2005-11-171-0/+15
|
* fixed match bug.Sean McDirmid2005-11-171-1/+1
|
* Greatly simplified exception handler generation...Iulian Dragos2005-11-178-178/+77
| | | | | Greatly simplified exception handler generation, and inlined finalizers.
* - moved dbc/**.scala files backmichelou2005-11-161-66/+66
|
* Fixed lifting of try-catches in expressions.Iulian Dragos2005-11-161-22/+66
|
* Test that try-catches get lifted when necessary.Iulian Dragos2005-11-162-0/+96
|
* Also need this file to fix bug #487Sean McDirmid2005-11-161-2/+2
|
* Fixed bug #487Sean McDirmid2005-11-161-1/+4
|
* Set version to 1.4.0.4michelou2005-11-161-1/+1
|
* - replaced 'scala' by '@PREFIX@'v1.4.0+3michelou2005-11-161-3/+3
|
* - commented out 'dbc/**/*.scala before generati...michelou2005-11-161-66/+66
| | | | | - commented out 'dbc/**/*.scala before generating Scala 1.4.0.3
* added tokenMetric setting to compilerBurak Emir2005-11-162-1/+29
|
* Fixed some erroneus error messages in Checkers ...Iulian Dragos2005-11-163-3/+4
| | | | | | Fixed some erroneus error messages in Checkers and removed unnecessary printfs.
* bugfix in method '\' for attributesBurak Emir2005-11-162-30/+54
|
* refined test caseBurak Emir2005-11-161-1/+7
|
* - removed leading tabsmichelou2005-11-166-131/+137
|
* - removed leading tabs.michelou2005-11-161-12/+13
|
* - removed leading tabs.michelou2005-11-161-81/+109
| | | | | - cleaned up comments.
* - cleaned upmichelou2005-11-162-25/+34
|
* - removed leading tabs.michelou2005-11-161-22/+27
|
* - removed leading tabs.michelou2005-11-161-17/+21
| | | | | - modified imports.
* Updates some things to make DBC compatible with...Gilles Dubochet2005-11-154-4/+4
| | | | | | | Updates some things to make DBC compatible with NSC: - extends Object with Blabla instead of with Blabla - override val x instead of x in some constructors.
* At last: the annoying two files that build.pico...Gilles Dubochet2005-11-151-10/+11
| | | | | | At last: the annoying two files that build.pico.nslib was rebuilding everytime now no longer are.
* Fixed deferred flag on module accessors.Iulian Dragos2005-11-152-3/+3
|
* *** empty log message ***Martin Odersky2005-11-153-40/+58
|
* Gilles "scala database connectivity" files addedBurak Emir2005-11-1566-0/+3195
|
* shortcut to getValueBurak Emir2005-11-151-0/+2
|
* A graph of NSC's AST node classes.Gilles Dubochet2005-11-151-0/+104
|
* Added guards to log messages to improve perform...Iulian Dragos2005-11-151-19/+36
| | | | | Added guards to log messages to improve performance.
* Updated NSC to use offsets instead of line/colu...Sean McDirmid2005-11-1444-50/+504
| | | | | Updated NSC to use offsets instead of line/column positions.
* New JARs now overwrite old ones instead of mere...Gilles Dubochet2005-11-131-4/+4
| | | | | New JARs now overwrite old ones instead of merely updating them.
* A graph of NSC's datatype classes.Gilles Dubochet2005-11-131-0/+73
|
* *** empty log message ***Martin Odersky2005-11-111-2/+11
|
* *** empty log message ***Martin Odersky2005-11-111-6/+6
|
* *** empty log message ***Martin Odersky2005-11-113-9/+40
|
* *** empty log message ***Martin Odersky2005-11-106-22/+20
|
* Updated test.Iulian Dragos2005-11-102-13/+21
|
* - added creation of md5 checksums.michelou2005-11-091-0/+9
|
* *** empty log message ***Martin Odersky2005-11-091-2/+2
|
* *** empty log message ***Martin Odersky2005-11-095-44/+101
|
* Check for repetitive methods/fieldsIulian Dragos2005-11-091-0/+19
|
* - removed illegal code.michelou2005-11-091-38/+37
|
* Removed DEFERRED and lateDEFERRED flags for bri...Iulian Dragos2005-11-091-2/+2
| | | | | Removed DEFERRED and lateDEFERRED flags for bridge methods.
* Fixed some code generation issues.Iulian Dragos2005-11-092-17/+16
|
* added test case for NodeSeq.applyBurak Emir2005-11-082-0/+9
|