summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* dtd2scala reimplemented in scalaburaq2003-09-301-1/+1
* - Modified Type.erasure to replace prefixes by ...paltherr2003-09-301-1/+1
* - Added a block around each Return to make back...paltherr2003-09-291-2/+4
* - tentative bug fix [#100]: scala.Array now inh...schinz2003-09-291-1/+3
* - bug fix [#98]: only treat top-level modules s...schinz2003-09-291-13/+9
* bugfix, using TreeGen now instead of make...buraq2003-09-262-7/+5
* fixed hashing of patternsburaq2003-09-264-11/+24
* - Better implementation of Pilib with fewer thr...cremet2003-09-251-0/+156
* removed XERCES stuff, now using crimson by defa...buraq2003-09-251-2/+4
* *** empty log message ***buraq2003-09-251-9/+0
* - added new constructor (for 'script' field)michelou2003-09-251-1/+16
* - added new field 'script'michelou2003-09-251-38/+88
* *** empty log message ***Martin Odersky2003-09-256-32/+84
* Support for pattern matching on Jaco case class...Matthias Zenger2003-09-246-632/+658
* Fixed bug 149Matthias Zenger2003-09-241-14/+4
* Small fixes.Matthias Zenger2003-09-242-3/+10
* Bugfixes.Matthias Zenger2003-09-244-85/+119
* *** empty log message ***Martin Odersky2003-09-235-18/+37
* Included scalap.Matthias Zenger2003-09-231-0/+20
* Library classes for adapting Java collection cl...Matthias Zenger2003-09-232-0/+98
* Removed tabs, added header.Matthias Zenger2003-09-2314-735/+839
* Initial implementation of scalap.Matthias Zenger2003-09-2314-0/+1725
* *** empty log message ***Martin Odersky2003-09-198-87/+86
* *** empty log message ***Martin Odersky2003-09-1811-118/+230
* Restricted lexical syntax of operators.Matthias Zenger2003-09-161-377/+376
* *** empty log message ***Martin Odersky2003-09-157-97/+283
* - Added creation of bridge methods for abstract...paltherr2003-09-121-14/+63
* - Augmented symbol map with abstract types from...paltherr2003-09-121-0/+29
* - Improved main method lookup methodpaltherr2003-09-121-1/+1
* ? nothing changedburaq2003-09-122-3/+1
* better checking of patternsburaq2003-09-122-21/+42
* - Added missing map(targs) in typeTransformerpaltherr2003-09-121-2/+4
* - Removed method TreeGen.localDummypaltherr2003-09-112-43/+20
* - Modified to not use type of templatepaltherr2003-09-111-4/+3
* - Replaced TreeGen.localDummy by TermSymbol.new...paltherr2003-09-111-1/+1
* - Added factory TermSymbol.newLocalDummypaltherr2003-09-111-0/+7
* Fixed a bug.Matthias Zenger2003-09-112-5/+11
* - There is a problem with version 1.5, replaced...paltherr2003-09-111-4/+1
* Added Tree & TreeMap to collection/immutablestenman2003-09-114-3/+418
* - Removed TreeGen.Select__paltherr2003-09-116-20/+8
* - Added field and method OBJECT_TAGpaltherr2003-09-111-0/+43
* - Added function scala_Functionpaltherr2003-09-111-7/+12
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-112-2/+14
* - Reviewed and cleaned TreeGen.paltherr2003-09-1116-589/+582
* - Added method nextTypeParams and nextValueParamspaltherr2003-09-111-0/+16
* Allow non-recursive bindings for the "old" patt...Matthias Zenger2003-09-111-28/+36
* *** empty log message ***Martin Odersky2003-09-111-2/+2
* I reverted to the old version because the new o...Matthias Zenger2003-09-111-2/+2
* changed type1() to type() in pattern parsing,buraq2003-09-111-5/+6
* Refactoring.Matthias Zenger2003-09-102-1/+252