summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* - bug 281 does not work with interpreterpaltherr2004-04-021-1/+1
|
* - Added bug 281paltherr2004-04-022-0/+19
|
* - Added bug 316paltherr2004-04-022-0/+17
|
* refined checking for attributesburaq2004-04-023-0/+20
|
* error if whitespace missing betwe attrburaq2004-04-023-0/+20
|
* *** empty log message ***Martin Odersky2004-04-011-3/+6
|
* added test case for character and entity refere...buraq2004-03-303-0/+26
| | | | | added test case for character and entity reference parsing
* *** empty log message ***Martin Odersky2004-03-261-0/+23
|
* bugfixburaq2004-03-262-2/+6
|
* test case for xml parsingburaq2004-03-253-0/+103
|
* - Added test/files/neg/bugs*paltherr2004-03-242-0/+24
|
* - Added test/files/dis/*paltherr2004-03-243-0/+62
|
* - Added target --dispaltherr2004-03-241-1/+33
|
* more test casesburaq2004-03-232-8/+14
|
* - Removed the xmlStuffpaltherr2004-03-181-31/+0
|
* - Added test files for xml parsing and xml lite...paltherr2004-03-189-0/+233
| | | | | - Added test files for xml parsing and xml literals
* works only relative to scala/testburaq2004-03-181-1/+2
|
* xml parsing should only be active for --xmlPars...buraq2004-03-181-3/+3
| | | | | xml parsing should only be active for --xmlParse, no by default
* added testing infrastructure for XML parserburaq2004-03-181-0/+30
|
* - Explicitly import java.lang.System.out to avo...mihaylov2004-03-171-10/+10
| | | | | | - Explicitly import java.lang.System.out to avoid name clash with the mscorlib's System namespace.
* symbols replaced with Elem constructorsburaq2004-03-161-51/+67
|
* - updated tests with MIN_INT and MIN_LONG liter...michelou2004-03-151-4/+4
| | | | | - updated tests with MIN_INT and MIN_LONG literals (was bug #300).
* cleanupburaq2004-03-152-4/+5
|
* ;changes to xml apiburaq2004-03-123-4/+8
|
* changes to xml apiburaq2004-03-122-56/+94
|
* - Added doubledefs.scalapaltherr2004-03-112-0/+189
|
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-111-1/+1
| | | | | | - Modified SymbolTablePrinter.getSymbolKind to include package and object info
* - Removed alias scala.Stringpaltherr2004-03-061-3/+3
| | | | | | | - Renamed in Definitions: OBJECT_CLASS into SCALAOBJECT_CLASS - Renamed in Definitions: JAVA_<X> into <X> Renamed in Definitions: - ANYREF_SYNCHRONIZED into OBJECT_SYNCHRONIZED
* - Replaced "java" by "scala"paltherr2004-03-031-7/+6
|
* - Added test 1paltherr2004-03-021-0/+13
|
* *** empty log message ***michelou2004-03-012-0/+114
|
* - added test cases for Scala literals such as J...michelou2004-03-012-0/+68
| | | | | | - added test cases for Scala literals such as Java-like floating-point literals (see bug #296).
* - Removed method SymbolTablePrinter.getSymbolFu...paltherr2004-02-294-4/+4
| | | | | | | | - Removed method SymbolTablePrinter.getSymbolFullName - Removed method SymbolTablePrinter.printSymbolFullName - Replaced method SymbolTablePrinter.printSymbol by method SymbolTablePrinter.printSymbolKindAndName
* removed because option -Xmarkup is neededburaq2004-02-162-108/+0
|
* added test case for xml patternsburaq2004-02-162-1/+29
|
* test cases for xml literal parsingburaq2004-02-132-0/+80
|
* - Downgraded to the old, bulky val syntax.Matthias Zenger2004-02-131-3/+10
|
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-1/+1
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* better comparison of actual and expected resultsburaq2004-02-112-54/+122
|
* these are jvm dependent -> ../jvmburaq2004-02-112-79/+0
|
* these are jvm dependentburaq2004-02-112-0/+79
|
* - Updated files to the new syntax.Matthias Zenger2004-02-105-19/+30
|
* projections on XML ! preserving document order !buraq2004-02-092-1/+15
|
* things to test the xml libraryburaq2004-02-092-0/+65
|
* - Added isInstanceOf and asInstanceOf testspaltherr2004-02-042-0/+11
|
* bugfixburaq2004-02-021-0/+19
|
* - Introduced local and global refspaltherr2004-02-011-2/+2
| | | | | | - Fixed related bugs in ExplicitOuter - Replaced TreeGen.mkPrimaryConstr by TreeGen.mkPrimaryConstructorRef methods
* - Generalized use of AConstant to represent con...paltherr2004-02-013-5/+5
| | | | | - Generalized use of AConstant to represent constant values
* - Added 'import java.lang.System' to satisfy th...mihaylov2004-01-261-0/+1
| | | | | - Added 'import java.lang.System' to satisfy the .NET backend.
* - Added test/files/run/tailcallspaltherr2004-01-262-0/+135
|