summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-18121-39216/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* Added arithmetic operations to Long for Int, Sh...Iulian Dragos2005-12-151-14/+14
| | | | | Added arithmetic operations to Long for Int, Short, Char, Byte.
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-142-9/+0
|
* - corrected typomichelou2005-12-051-2/+4
|
* Added primitive operations to (Byte|Char|Short|...Iulian Dragos2005-12-051-56/+56
| | | | | | Added primitive operations to (Byte|Char|Short|Int).java so that less boxing is done.
* - added a second constructor 'GenTreeCloner'michelou2005-11-291-2/+7
|
* - added methods 'cloneTypes' and 'getTypeMap'michelou2005-11-291-2/+16
|
* - added empty commentsmichelou2005-11-281-29/+55
| | | | | - corrected indentation
* - removed leading tabsmichelou2005-11-281-60/+62
|
* - added showTree for Tree[]michelou2005-11-281-0/+10
|
* - updated copyright date.michelou2005-10-111-5/+10
|
* Fixed a bug in the handling of scala.dllmihaylov2005-10-061-2/+1
|
* Added scala._trait_ to the list of special attr...mihaylov2005-10-041-1/+3
| | | | | Added scala._trait_ to the list of special attributes
* Fixed a but in the handling of scala.dllmihaylov2005-10-041-2/+1
|
* Removed the special handling of the += and -= m...mihaylov2005-10-041-34/+1
| | | | | | Removed the special handling of the += and -= methods for delegates. They are now treated as syntactic sugar and expanded by the analyzer
* Added support for applying .NET attributesmihaylov2005-10-031-16/+91
|
* - Removed symbol for the unused 'java' packagemihaylov2005-10-031-12/+3
| | | | | - Removed references to java when targetting the .NET
* Improved handling of the scala.dll assemblymihaylov2005-10-031-9/+19
|
* - added 'showType' parameter to function 'showT...michelou2005-09-261-62/+29
| | | | | - added 'showType' parameter to function 'showTree'.
* - added method 'showTree'.michelou2005-09-231-1/+374
|
* - updated copyright date.michelou2005-09-231-2/+2
|
* - added type info in debug output.michelou2005-09-161-9/+14
|
* - removed unused imports.michelou2005-07-271-2/+2
|
* - added comment templates.michelou2005-07-211-5/+46
|
* - changed code of 'toString' method.michelou2005-07-191-7/+23
| | | | | - added file header.
* - added some comments.michelou2005-07-111-4/+29
|
* - replaced some tests with symbol flags.michelou2005-07-111-26/+79
|
* - replaced some tests on symbol flags.michelou2005-07-111-8/+29
|
* Added delegate supportmihaylov2005-07-076-38/+276
| | | | | Credits: Most of the work was done by Martin Rubli as a semester project
* - added methods isCaptured and isTypeParameter.michelou2005-07-071-4/+15
|
* Fixed the printing of lower bounds.mihaylov2005-07-011-15/+13
|
* Removed printing leading space in printType0mihaylov2005-06-291-1/+0
|
* Throw an exception if the jump width adjustment...mihaylov2005-06-281-1/+2
| | | | | Throw an exception if the jump width adjustment fails
* Removed obsolete methodsmihaylov2005-06-281-97/+0
|
* Changed to print the new syntax for def parametersmihaylov2005-06-281-3/+4
|
* Added support for the cloneable, serializable a...mihaylov2005-06-241-9/+31
| | | | | Added support for the cloneable, serializable and transient attributes
* Added a reference to the System.Object.Memberwi...mihaylov2005-06-241-0/+4
| | | | | Added a reference to the System.Object.MemberwiseClone method
* Implemented support for the scala.Cloneable att...mihaylov2005-06-242-7/+17
| | | | | Implemented support for the scala.Cloneable attribute
* Implemented support for the scala.cloneable att...mihaylov2005-06-243-11/+30
| | | | | Implemented support for the scala.cloneable attribute
* better error message in case of encoding problemnoir2005-06-211-1/+2
|
* - corrected if-test in 'addAttribute' function.michelou2005-06-141-5/+5
|
* Fixed an assertion error if an attribute applic...mihaylov2005-06-141-0/+2
| | | | | Fixed an assertion error if an attribute application doesn't typecheck
* fixed bugs #406 #440 #371buraq2005-06-101-2/+17
|
* Added support for the transient and volatile at...mihaylov2005-06-092-7/+19
| | | | | Added support for the transient and volatile attributes
* - Implemented support for the scala.SerialVersi...mihaylov2005-06-071-58/+20
| | | | | | | - Implemented support for the scala.SerialVersionUID attribute - Removed code related to the hack previously used to set the serialVersionUID field
* Improved serialization supportmihaylov2005-06-071-3/+27
|
* Tag anonymous function classes as serializablemihaylov2005-05-301-1/+1
|
* In mkDefaultValue first check for a value type ...mihaylov2005-05-301-1/+1
| | | | | | | In mkDefaultValue first check for a value type and only then for reference type; fixes the problem with the default value when value types implement interfaces and are therefore considered reference types
* Initial support for attributes - only works for...mihaylov2005-05-296-7/+93
| | | | | Initial support for attributes - only works for the scala.serializable attribute
* - rolled-back to revision 1.103.michelou2005-05-271-24/+2
|