summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - made Scala traits implement java.io.Serializa...michelou2005-05-261-2/+24
* Do not set the *static* modifier for classes.mihaylov2005-05-261-0/+1
* Create class constructors only if necessarymihaylov2005-05-261-31/+39
* bugfix of #423buraq2005-05-251-3/+3
* - bug fix: include compound types in the comput...schinz2005-05-251-1/+13
* - bug fix: transform all isInstance/asInstance ...schinz2005-05-191-1/+2
* - bug fix: detection of classes needing lazines...schinz2005-05-181-13/+33
* - in instantiation methods, reuse array of type...schinz2005-05-121-9/+34
* - bug fix: detect types whose instantiation can...schinz2005-05-113-37/+168
* Moved tail call phase before transmatch.Iulian Dragos2005-04-262-35/+151
* - optimisation: treat strongly trivial Scala cl...schinz2005-04-201-64/+62
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-203-9/+9
* - renamed getType to getScalaTypeschinz2005-04-193-3/+3
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
* - improved the interaction between arrays and r...schinz2005-04-173-11/+68
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* Fix import of deeply nested classes.mihaylov2005-04-131-13/+3
* new XML API that deals with namespaces properlyburaq2005-04-111-0/+1