summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-18121-39216/+0
* Added arithmetic operations to Long for Int, Sh...Iulian Dragos2005-12-151-14/+14
* 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 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
* - 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
* 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
* Added support for applying .NET attributesmihaylov2005-10-031-16/+91
* - Removed symbol for the unused 'java' packagemihaylov2005-10-031-12/+3
* Improved handling of the scala.dll assemblymihaylov2005-10-031-9/+19
* - added 'showType' parameter to function 'showT...michelou2005-09-261-62/+29
* - 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 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
* - 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
* 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 a reference to the System.Object.Memberwi...mihaylov2005-06-241-0/+4
* Implemented support for the scala.Cloneable att...mihaylov2005-06-242-7/+17
* Implemented support for the scala.cloneable att...mihaylov2005-06-243-11/+30
* 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 bugs #406 #440 #371buraq2005-06-101-2/+17
* Added support for the transient and volatile at...mihaylov2005-06-092-7/+19
* - Implemented support for the scala.SerialVersi...mihaylov2005-06-071-58/+20
* 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
* Initial support for attributes - only works for...mihaylov2005-05-296-7/+93
* - rolled-back to revision 1.103.michelou2005-05-271-24/+2