summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-09-2512-34/+126
|
* Support for pattern matching on Jaco case class...Matthias Zenger2003-09-246-632/+658
| | | | | Support for pattern matching on Jaco case classes in Scala.
* Fixed bug 149Matthias Zenger2003-09-241-14/+4
|
* Small fixes.Matthias Zenger2003-09-242-3/+10
|
* Bugfixes.Matthias Zenger2003-09-244-85/+119
|
* Fixed scalap handling.Matthias Zenger2003-09-231-3/+4
|
* *** empty log message ***Martin Odersky2003-09-237-20/+39
|
* Included scalap.Matthias Zenger2003-09-232-0/+37
|
* Library classes for adapting Java collection cl...Matthias Zenger2003-09-232-0/+98
| | | | | | Library classes for adapting Java collection classes to the Scala framework.
* Initial scalap file list.Matthias Zenger2003-09-232-0/+23
|
* 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-1927-241/+107
|
* *** empty log message ***Martin Odersky2003-09-1821-136/+252
|
* *** empty log message ***Martin Odersky2003-09-1720-0/+148
|
* Restricted lexical syntax of operators.Matthias Zenger2003-09-161-377/+376
| | | | | the character '_'.
* *** empty log message ***Martin Odersky2003-09-1512-129/+300
|
* *** empty log message ***Martin Odersky2003-09-1548-0/+332
|
* - Added test file for bug 142paltherr2003-09-123-0/+48
|
* - Added creation of bridge methods for abstract...paltherr2003-09-121-14/+63
| | | | | | - Added creation of bridge methods for abstract methods from superinterfaces.
* - Augmented symbol map with abstract types from...paltherr2003-09-121-0/+29
| | | | | - Augmented symbol map with abstract types from superinterfaces.
* - Improved main method lookup methodpaltherr2003-09-121-1/+1
|
* ? nothing changedburaq2003-09-122-3/+1
|
* better checking of patternsburaq2003-09-122-21/+42
|
* checking patternsburaq2003-09-124-0/+44
|
* added parentheses around x @ ('a','b')*buraq2003-09-121-1/+1
|
* - Added missing map(targs) in typeTransformerpaltherr2003-09-121-2/+4
|
* - Removed method TreeGen.localDummypaltherr2003-09-112-43/+20
| | | | | | | - Removed method TreeGen.ClassDef_ - Added method TreeGen.Template - Made TreeGen.make private
* - Modified to not use type of templatepaltherr2003-09-111-4/+3
|
* - Replaced TreeGen.localDummy by TermSymbol.new...paltherr2003-09-111-1/+1
| | | | | - Replaced TreeGen.localDummy by TermSymbol.newLocalDummy
* - Added factory TermSymbol.newLocalDummypaltherr2003-09-111-0/+7
|
* Preliminary Map teststenman2003-09-113-0/+52
|
* Fixed a bug.Matthias Zenger2003-09-112-5/+11
| | | | | | not having a symbol. But obviously, _ tree nodes seem to have null as their symbol. Is this a contract or a bug in the Analyzer?
* - corrected test condition for locales in 'ia-b...michelou2003-09-111-1/+1
| | | | | - corrected test condition for locales in 'ia-build' rule
* - There is a problem with version 1.5, replaced...paltherr2003-09-111-4/+1
| | | | | - There is a problem with version 1.5, replaced it by version 1.4.
* Added Tree & TreeMap to collection/immutablestenman2003-09-115-4/+420
|
* - Removed TreeGen.Select__paltherr2003-09-116-20/+8
|
* - Added field and method OBJECT_TAGpaltherr2003-09-111-0/+43
| | | | | | | - Added fields and methods REF_x - Added fields and methods FUNCTION_x - Added method loadTerm
* - french translation of text labelsmichelou2003-09-111-0/+201
|
* - french translation of Scala licensemichelou2003-09-111-0/+75
|
* *** empty log message ***michelou2003-09-113-0/+202
|
* - Scala license in HTML formatmichelou2003-09-111-0/+59
|
* - german translation of text labelsmichelou2003-09-111-0/+201
|
* - german translation of Scala licensemichelou2003-09-111-0/+60
|
* - added 'en', 'fr' and 'de' localesmichelou2003-09-111-8/+114
| | | | | - added splash image
* - added 'en', 'fr' and 'de' localesmichelou2003-09-111-4/+20
| | | | | - added simple splash image
* - Added function scala_Functionpaltherr2003-09-111-7/+12
| | | | | - Changed prefixes to strings
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-112-2/+14
| | | | | Implemented variable binding for the "old" pattern matcher.
* - move 'overload' macro to begin of documentmichelou2003-09-111-10/+12
| | | | | - remove line breaks from 'lstinline' macros
* - Reviewed and cleaned TreeGen.paltherr2003-09-1116-589/+582
| | | | | | | - Fixed some errors. - Removed "dangerous" methods in TreeGen. - Renamed some methods in TreeGen.