summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* - fix symbols referenced by "super" in imported...schinz2003-08-291-0/+9
* - bug fix: correctly handle returnschinz2003-08-291-1/+2
* - handle returnschinz2003-08-292-2/+13
* - removed the code to handle variable definitio...schinz2003-08-291-20/+2
* - replaced empty trees in right-hand sides of v...schinz2003-08-292-2/+6
* - added printlnNbsp and printlnHlinemichelou2003-08-291-0/+10
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
* Minor modifications.Matthias Zenger2003-08-282-1/+38
* *** empty log message ***Martin Odersky2003-08-281-4/+0
* *** empty log message ***Martin Odersky2003-08-2817-129/+144
* Added support for case class tags.Matthias Zenger2003-08-281-0/+2
* Added support for case tags.Matthias Zenger2003-08-283-1/+24
* - Made the auction example work (it required to...cremet2003-08-284-67/+232
* - bug fix: correctly handle calls to the primar...schinz2003-08-281-10/+10
* *** empty log message ***michelou2003-08-281-4/+8
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
* - Added insertion methodspaltherr2003-08-271-0/+24
* - don't use accessors for constructor arguments...schinz2003-08-271-17/+13
* - added multiple constructors handlingmihaylov2003-08-271-23/+77
* *** empty log message ***Martin Odersky2003-08-273-22/+25
* oops, class name correctedburaq2003-08-271-1/+1
* using FactoryAdpater in scala instead of Factor...buraq2003-08-272-387/+367
* added attributes to generic xml representationburaq2003-08-274-52/+127
* - improved javadoc commentsmichelou2003-08-261-16/+73
* - improved javadoc commentsmichelou2003-08-261-29/+182
* - Added "PiLib" library and associated examples.cremet2003-08-2611-7/+1232
* - bug fix: try to correctly transform secondary...schinz2003-08-261-3/+10
* - multiple constructors are now supportedschinz2003-08-262-7/+30
* - removed tabs and whitespaceschinz2003-08-261-157/+158
* - Fixed method toStringpaltherr2003-08-261-1/+1
* - updated for the new handling of labels in FJBGschinz2003-08-261-29/+28
* - bug fix: try to handle multiple constructorsschinz2003-08-262-16/+32
* - Added special case for Switchpaltherr2003-08-261-1/+18
* - Moved Switch below If.paltherr2003-08-261-9/+9
* Removed some debugging output.Matthias Zenger2003-08-251-1/+1
* Included optimization for top-level switches on...Matthias Zenger2003-08-255-16/+222
* removed SeqTrace stuff, is not needed by TransM...buraq2003-08-254-121/+0
* removed SeqTrace stuff.buraq2003-08-252-51/+62
* - Split scala archive into two parts: scala.jar...paltherr2003-08-251-12/+27
* - Fixed transformation of STOP into SKIPpaltherr2003-08-251-1/+1
* *** empty log message ***Martin Odersky2003-08-258-57/+95
* - implemented new Switch node (warning, unteste...schinz2003-08-251-0/+19
* - Added node Switchpaltherr2003-08-251-0/+10
* - Moved FactoryAdapter from dtd2scala into scal...paltherr2003-08-253-2/+389
* - Changed as into asInstanceOfpaltherr2003-08-252-9/+9
* - Fixed typo in variable namepaltherr2003-08-251-1/+1
* - modified javadoc commentsmichelou2003-08-2512-319/+469
* *** empty log message ***mihaylov2003-08-252-46/+38
* - extract information solely from symbols - doe...mihaylov2003-08-221-107/+197