summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing [serializable]mihaylov2005-06-071-0/+3
|
* Improved serialization handlingmihaylov2005-06-0725-9/+32
|
* Use the scala.SerialVersionUID attribute to set...mihaylov2005-06-071-4/+0
| | | | | | Use the scala.SerialVersionUID attribute to set the serialVersionUID field
* Provide a meta tag for the class to hide the fa...mihaylov2005-06-077-1/+8
| | | | | | Provide a meta tag for the class to hide the fact that it implements java.io.Serializable
* - added equals methodmihaylov2005-06-071-3/+11
| | | | | - overrode stringPrefix with "LinkedList"
* - added 'implicit' and 'match' keywords.michelou2005-06-071-0/+2
|
* xml library - node traversingburaq2005-06-035-5/+28
|
* matchingburaq2005-06-039-129/+457
|
* obso, put utility fun in transmatcher, where ev...buraq2005-06-031-78/+0
| | | | | obso, put utility fun in transmatcher, where everybody sees it
* obso, put in transmatcher, where everybody sees itburaq2005-06-031-47/+0
|
* more 4 matchingburaq2005-06-0311-0/+3729
|
* fixed mistakeburaq2005-06-031-3/+3
|
* added "override" modifburaq2005-06-031-1/+1
|
* *** empty log message ***Martin Odersky2005-06-0237-523/+1287
|
* default valueburaq2005-06-011-2/+2
|
* better name for contentmodelparserburaq2005-06-011-1/+1
|
* commenting 'Match' nodeburaq2005-06-011-1/+8
|
* better name: ContentModelParserburaq2005-06-011-144/+0
|
* better nameburaq2005-06-011-0/+144
|
* dtd validation with ValidatingMarkupHandlerburaq2005-06-017-54/+268
|
* - Fixed nsc listpaltherr2005-06-011-2/+5
|
* - serialization done in memory (and not more to...michelou2005-05-311-101/+45
| | | | | - serialization done in memory (and not more to/from a file).
* code cleanup in nsc matchingburaq2005-05-312-199/+192
|
* more code cleanupburaq2005-05-311-49/+47
|
* code cleanupburaq2005-05-314-337/+362
|
* code cleanupburaq2005-05-311-92/+85
|
* added stub for typesasvalues phaseburaq2005-05-301-0/+2
|
* added >= method to Phase,buraq2005-05-306-28/+110
| | | | | added mkAsInstanceOf and mkIsInstanceOf to TreeGen
* Use attributes to declare serializability of ob...mihaylov2005-05-301-6/+10
| | | | | Use attributes to declare serializability of objects and classes
* 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
* Designate the serializable status of the class ...mihaylov2005-05-2918-22/+30
| | | | | | | Designate the serializable status of the class with (1) the [serializable] attribute (2) for case clases the compiler makes them serializable
* Initial support for attributes - only works for...mihaylov2005-05-299-23/+113
| | | | | Initial support for attributes - only works for the scala.serializable attribute
* hello, some of pmatching compiles nowburaq2005-05-271-3/+4
|
* helloburaq2005-05-277-387/+633
|
* - rolled-back to revision 1.103.michelou2005-05-271-24/+2
|
* *** empty log message ***Martin Odersky2005-05-273-12/+43
|
* *** empty log message ***Martin Odersky2005-05-271-0/+2
|
* *** empty log message ***Martin Odersky2005-05-271-2/+2
|
* helloburaq2005-05-275-0/+1407
|
* disabled transmatch for the momentburaq2005-05-272-9/+13
|
* need helpburaq2005-05-271-0/+7
|
* moved to directory matching to avoid prefix-clashburaq2005-05-272-33/+136
|
* *** empty log message ***Martin Odersky2005-05-276-30/+35
|
* - updated list of keywords.michelou2005-05-271-12/+13
| | | | | - changed 'e.match' to 'e match'.
* - changed 'e.match' to 'e match'.michelou2005-05-271-1/+1
|
* - added 2 .tex files.michelou2005-05-271-0/+2
|
* - updated list of Scala keywords.michelou2005-05-271-3/+4
|
* *** empty log message ***Martin Odersky2005-05-279-71/+162
|
* - reordered 2 keywords.michelou2005-05-271-2/+2
|