summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added debugprint code creationburaq2003-12-021-2/+22
|
* *** empty log message ***Martin Odersky2003-12-021-9/+20
|
* *** empty log message ***Matthias Zenger2003-12-023-814/+14
|
* *** empty log message ***Martin Odersky2003-12-027-55/+92
|
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
| | | | | - bug fix (#242): added support for wide GOTO instructions
* - added two variants of "fail" taking an except...schinz2003-12-021-6/+18
| | | | | | - added two variants of "fail" taking an exception (cause) as argument, - removed tabs & trailing spaces
* - imported java.lang.System.out.println to avoi...mihaylov2003-12-011-4/+5
| | | | | | - imported java.lang.System.out.println to avoid name clash with .NET libraries
* - explicitly qualified System with java.lang.mihaylov2003-12-011-1/+2
|
* - explicitly qualified System with java.lang.mihaylov2003-12-011-27/+27
|
* new symbols...buraq2003-12-012-3/+3
|
* commentburaq2003-12-011-1/+1
|
* TransMatchburaq2003-12-011-0/+3
|
* *** empty log message ***buraq2003-12-012-0/+182
|
* brought a first approximation of TransMatch overburaq2003-12-011-1/+3
|
* - made the parse method 'public static' so that...mihaylov2003-12-011-1/+1
| | | | | | - made the parse method 'public static' so that it's easier to use from other classes
* - replaced System.out.print with Console.printmihaylov2003-12-011-3/+3
|
* - qualified System to java.lang.Systemmihaylov2003-12-014-76/+73
|
* updated to not use 'this'stenman2003-12-011-1/+1
|
* *** empty log message ***Martin Odersky2003-12-013-591/+1709
|
* *** empty log message ***Martin Odersky2003-12-014-0/+20
|
* handling operators *|+@? in patternsburaq2003-12-011-1/+2
|
* - Added some code to avoid printing bounds like...paltherr2003-12-012-8/+22
| | | | | - Added some code to avoid printing bounds like <: Any and >: All
* reworked section 8, and added comments about fontsburaq2003-12-011-57/+106
|
* *** empty log message ***Martin Odersky2003-11-2815-175/+189
|
* - updated to current Scala compilermichelou2003-11-283-36/+70
| | | | | - added main() for testing
* - Fixed ClassDef to use typeOfThis of next phase;paltherr2003-11-281-3/+7
|
* - Added the possibility to tell what packages a...cremet2003-11-286-69/+171
| | | | | | | - Added the possibility to tell what packages are to be documented on the command line. Ex: scaladoc -d api *.scala -- scala java.lang
* renamed entry point, restricted method accessburaq2003-11-281-5/+5
|
* renamed call to PMburaq2003-11-281-1/+1
|
* - Fixed for new Identifier defpaltherr2003-11-283-10/+17
|
* moved some methods from PatternMatcherburaq2003-11-281-1/+74
|
* removed tabsburaq2003-11-281-673/+600
| | | | | moved some methods to PatternNode
* - Removed method symbolStringpaltherr2003-11-282-28/+28
| | | | | - Changed method print for Identifier
* - Added special case for initializers in simple...paltherr2003-11-281-2/+3
| | | | | - Added special case for initializers in simpleName()
* Removed the last type parameter in maps and sets.Matthias Zenger2003-11-287-29/+27
|
* - Removed owner link between classes and module...paltherr2003-11-283-46/+23
| | | | | - Removed owner link between classes and modules in setOwner.
* - Changed List(s1) to (s1 :: Nil).cremet2003-11-281-1/+1
|
* Removed Swedish character from namestenman2003-11-271-1/+1
|
* *** empty log message ***cremet2003-11-271-8/+19
|
* - Added a means of observing pi-calculus reduct...cremet2003-11-272-84/+75
| | | | | | | - Added a means of observing pi-calculus reductions in Pilib. - Made examples "pilib/twoPlaceBuffer" and "pilib/scheduler" use these examples.
* removed Labelledburaq2003-11-271-1/+0
|
* comments, cleanupburaq2003-11-271-7/+3
|
* don't need this any longerburaq2003-11-271-3/+0
|
* moved to scala.xml.nobindingburaq2003-11-271-53/+0
|
* - Fixed some typospaltherr2003-11-271-3/+4
|
* - Fixed bootclasspaths for library and scalac c...paltherr2003-11-271-1/+4
| | | | | | - Fixed bootclasspaths for library and scalac compilation Changed - compiler for library and scalac to scalac (from scalacboot)
* fixed bug224buraq2003-11-271-100/+101
|
* - Fixed for new overriding rulespaltherr2003-11-271-0/+1
|
* - Added erasure of typeOfThispaltherr2003-11-271-0/+1
|
* - Added special transformation of typeOfThispaltherr2003-11-271-4/+11
| | | | | - Removed erasure of typeOfThis