summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - Removed unneeded fields from TypeContextpaltherr2004-08-301-25/+6
|
* - Made creation of outer fields lazypaltherr2004-08-301-59/+28
|
* - Removed field "context" from class "TypeTrans...paltherr2004-08-301-14/+13
| | | | | - Removed field "context" from class "TypeTransformer"
* - Rewrote getNewArgsOfpaltherr2004-08-301-56/+98
|
* - Added code to forbid non-value terms as last ...paltherr2004-08-301-1/+1
| | | | | - Added code to forbid non-value terms as last block expression
* - Replaced array of outers by link to outerpaltherr2004-08-261-46/+41
|
* - Removed isStablepaltherr2004-08-261-49/+26
|
* - Changed type of outers from "type()" to "type...paltherr2004-08-261-1/+1
| | | | | - Changed type of outers from "type()" to "typeOfThis()"
* *** empty log message ***Martin Odersky2004-08-252-15/+3
|
* *** empty log message ***Martin Odersky2004-08-254-15/+61
|
* - Added assert to avoid modifications of Scope....paltherr2004-08-251-0/+1
| | | | | - Added assert to avoid modifications of Scope.EMPTY
* - Made deAlias staticpaltherr2004-08-251-1/+1
|
* - Added code in Symbol to clone thisSymspaltherr2004-08-253-17/+67
| | | | | | - Removed special case for thisSyms in AddInterfaces Changed - ExplicitOuter to handle compoundSyms differently from normal classes
* - Changed RefCheck.transformModule to enter sym...paltherr2004-08-241-2/+4
| | | | | - Changed RefCheck.transformModule to enter symbols only into classes
* - Changed Parser and RefCheck so that case clas...paltherr2004-08-241-1/+1
| | | | | | - Changed Parser and RefCheck so that case classes AND case objects inherit from CaseClass
* *** empty log message ***Martin Odersky2004-08-236-6/+119
|
* added "hasNext" check (oops)buraq2004-08-201-1/+1
|
* accepts Iterable[Node] instead of Seq[Node] in +buraq2004-08-201-1/+1
|
* change in docburaq2004-08-201-1/+2
|
* compiles nowburaq2004-08-201-19/+9
|
* added docu, some info to add proc instr and com...buraq2004-08-201-1/+4
| | | | | added docu, some info to add proc instr and comments etc to XML parsing
* made iter protectedburaq2004-08-191-1/+1
|
* fixed typo that led to incorrect line numbersburaq2004-08-191-2/+10
|
* print an error, instead of dying with fatal errorburaq2004-08-191-3/+8
|
* files for io, used by xml parsingburaq2004-08-192-0/+205
|
* removed in favour of ConstructingParser.fromSourceburaq2004-08-191-27/+0
|
* removed useless 'init' methodburaq2004-08-191-3/+0
|
* added constructors from scala.io.Sourceburaq2004-08-191-6/+15
|
* fixed handling of namespaces in attributesburaq2004-08-191-1/+1
|
* handling of xml: attributes, and more robust ha...buraq2004-08-191-3/+7
| | | | | | handling of xml: attributes, and more robust handling of "" namespace in attributes
* handling of xml: attributes, namespacesburaq2004-08-191-1/+1
|
* added documentation, method to fix namespace of...buraq2004-08-191-0/+27
| | | | | added documentation, method to fix namespace of attribute sequence.
* handling of attributes.sbucher2004-08-191-13/+18
|
* make now initializes parser before returning itsbucher2004-08-191-2/+4
|
* fixed bug in attribute parsingsbucher2004-08-191-1/+1
|
* *** empty log message ***sbucher2004-08-191-0/+25
|
* arghburaq2004-08-171-1/+1
|
* handler for xsdburaq2004-08-171-0/+21
|
* fixes to regexp -> automata implementation(s)buraq2004-08-136-18/+10
|
* - Changed Parser and RefCheck so that case clas...paltherr2004-08-122-5/+3
| | | | | | - Changed Parser and RefCheck so that case classes AND case objects inherit from CaseClass
* - Fixed Pickle and UnPickle to handle correctly...paltherr2004-08-124-5/+24
| | | | | - Fixed Pickle and UnPickle to handle correctly compound types
* - RefCheck.java has been rewritten in Scalaschinz2004-08-121-1150/+0
|
* - Added CASE to MODULE2CLASSFLAGS in Modifierspaltherr2004-08-113-17/+14
| | | | | | - Renamed isCaseObject to isCaseModuleClass and fixed its implementation - Adapted addCaseMethods in RefCheck
* - Changed method updateFlagsAndPos to also upda...paltherr2004-08-111-7/+15
| | | | | - Changed method updateFlagsAndPos to also update the linked symbols
* - Enhanced initialization of thrown RuntimeExce...paltherr2004-08-111-1/+1
| | | | | - Enhanced initialization of thrown RuntimeException
* toString() for case objectsburaq2004-08-1112-129/+213
| | | | | scanning of /**/
* matchingburaq2004-08-049-80/+206
|
* resizablebitset -> bitsetburaq2004-08-044-31/+36
|
* traversing of xml nodesburaq2004-08-034-62/+179
|
* ashdkjasdhburaq2004-08-021-3/+3
|