summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-09-0213-65/+170
|
* - Added method isFinalpaltherr2003-09-021-0/+5
|
* - Removed obsolete methodspaltherr2003-09-021-23/+0
|
* - Fixed debug msgpaltherr2003-09-021-1/+1
|
* - Added more documentation to methods setInfo a...paltherr2003-09-021-5/+28
| | | | | - Added more documentation to methods setInfo and updateInfo
* - Replaced field Global.phases by fields Phase....paltherr2003-09-017-257/+345
| | | | | | | | - Replaced field Global.phases by fields Phase.prev and Phase.next - Reorganized/Cleaned/Documented methods on infos, types and - closures in Symbol Removed method CompilerPhases.remove Add mehods - PhaseDescriptor.addXXXFlag
* - Removed methods typeOf0paltherr2003-09-012-20/+3
|
* CodeFactory now creates trees with correct posi...buraq2003-09-012-25/+27
| | | | | CodeFactory now creates trees with correct positions
* made AlgebraicMatcher a subclass of PatternMatc...buraq2003-09-012-242/+69
| | | | | made AlgebraicMatcher a subclass of PatternMatcher, sharing much code
* Added more comments, removed StructuralEquality...Matthias Zenger2003-08-3115-620/+589
| | | | | Added more comments, removed StructuralEquality trait.
* Cleaned up the pattern matcher.Matthias Zenger2003-08-292-278/+190
|
* - removed hack to work around ExpandMixin bug, ...schinz2003-08-291-4/+1
| | | | | - removed hack to work around ExpandMixin bug, the latter being fixed
* - fix symbols referenced by "super" in imported...schinz2003-08-291-0/+9
| | | | | - fix symbols referenced by "super" in imported mixins, when needed
* *** empty log message ***schinz2003-08-292-0/+61
|
* - bug fix: correctly handle returnschinz2003-08-291-1/+2
|
* - handle returnschinz2003-08-292-2/+13
|
* - adapted to the common Scala document style,schinz2003-08-291-32/+163
| | | | | | - added paragraph about ==, - added section about mixins
* - removed the code to handle variable definitio...schinz2003-08-291-20/+2
| | | | | | - removed the code to handle variable definitions with empty right-hand sides, as these are now handled by previous phases
* - replaced empty trees in right-hand sides of v...schinz2003-08-292-2/+6
| | | | | | | | - replaced empty trees in right-hand sides of variable definitions by default values (i.e. produce exactly the same trees as are produced when the programmer writes "var x = _")
* - added printlnNbsp and printlnHlinemichelou2003-08-291-0/+10
|
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
| | | | | | Implemented optimized pattern matcher that uses a tagging technique for distinguishing different case classes.
* Minor modifications.Matthias Zenger2003-08-282-1/+38
|
* *** empty log message ***Martin Odersky2003-08-281-4/+0
|
* *** empty log message ***Martin Odersky2003-08-2820-149/+170
|
* 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-285-69/+234
| | | | | | - Made the auction example work (it required to fix the mailbox implementation).
* *** empty log message ***schinz2003-08-282-0/+34
|
* - bug fix: correctly handle calls to the primar...schinz2003-08-281-10/+10
| | | | | | - bug fix: correctly handle calls to the primary constructor from secondary constructors
* *** empty log message ***michelou2003-08-281-4/+8
|
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
|
* - Added insertion methodspaltherr2003-08-271-0/+24
| | | | | - Added JavaDoc
* - don't use accessors for constructor arguments...schinz2003-08-271-17/+13
| | | | | | | - don't use accessors for constructor arguments when they are used during class construction (this both makes the program faster, and avoids unnecessary accessors in some interesting cases)
* - Changed test-xml to use flag -d of dtd2scalapaltherr2003-08-271-2/+1
|
* - Added missing @paltherr2003-08-271-1/+1
|
* - added multiple constructors handlingmihaylov2003-08-271-23/+77
|
* - Changed install code to use installed scalado...paltherr2003-08-271-11/+13
| | | | | - Changed install code to use installed scaladoc to generate api doc
* *** empty log message ***Martin Odersky2003-08-274-54/+69
|
* oops, class name correctedburaq2003-08-271-1/+1
|
* FactoryAdapter rewritten in scalaburaq2003-08-271-1/+1
|
* using FactoryAdpater in scala instead of Factor...buraq2003-08-272-387/+367
| | | | | using FactoryAdpater in scala instead of FactoryAdapter in java
* removed spurious whitespacesburaq2003-08-272-4/+4
|
* - Fixed tutorial namepaltherr2003-08-271-1/+1
|
* - Added Idpaltherr2003-08-271-0/+2
|
* - only redefine \chaptermark if it is really de...schinz2003-08-271-22/+23
| | | | | - only redefine \chaptermark if it is really defined
* Fixed scaladoc so that it can be used in conjun...Matthias Zenger2003-08-272-38/+91
| | | | | | Fixed scaladoc so that it can be used in conjunction with non-book styles.
* added attributes to generic xml representationburaq2003-08-274-52/+127
|
* -- changed socos to scalacmichelou2003-08-271-7/+7
| | | | | -- changed document names in the conclusion
* - renamed tutorial.scala.tex to ScalaTutorial.s...schinz2003-08-273-3/+3
| | | | | - renamed tutorial.scala.tex to ScalaTutorial.scala.tex