summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Collapse)AuthorAgeFilesLines
...
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-202-2/+12
| | | | | | | classOf[Integer] now properly resolves to classOf[java.lang.Integer] because Predef.Integer (and Character) are @deprecated, had to update check files to include these warnings
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-201-2/+2
| | | | | Qualifying Integer/Character references with java.lang
* (no commit message)Lex Spoon2007-07-166-6/+6
|
* changes in check fileMartin Odersky2007-07-141-1/+1
|
* (no commit message)Lex Spoon2007-07-1312-0/+40
|
* 1.Martin Odersky2007-07-124-3/+19
| | | | | | | 2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation
* updated check fileMartin Odersky2007-07-021-4/+4
|
* fixed bug1183Martin Odersky2007-07-022-0/+55
|
* fixed bug1170Martin Odersky2007-06-292-2/+64
|
* fxied .check files for tcpolyMartin Odersky2007-06-292-4/+4
|
* Merged lazy values branch to trunk.Iulian Dragos2007-06-272-0/+51
|
* fixed bug1188Adriaan Moors2007-06-203-5/+22
| | | | | | | | | | | fix kind-checking in adapt: it checked tree.symbol.typeParams, which makes m[t] look like a higher-kinded type, even though it's of kind * (the symbol doesn't know about the application to t)... now using tree.tpe.typeParams removed check for tree.hasSymbol (TypeTree's must also be checked, and they don't directly have a symbol) replaced tree.symbol by tree.tpe.symbol
* added wildcards. Changed for_some to forSome.Martin Odersky2007-06-192-111/+0
|
* changed test files: bug1001 compiles now.Martin Odersky2007-06-192-0/+13
|
* fixed test file; fixed Long/Long bugMartin Odersky2007-06-191-5/+15
|
* more existentialsMartin Odersky2007-06-154-2/+30
|
* Fixed structural subtyping to work when JVM 1.5...Gilles Dubochet2007-06-062-18/+0
| | | | | | Fixed structural subtyping to work when JVM 1.5 target is used. Bug 711 no longer is “neg” thanks to structural subtyping.
* deprecated &f, .f, requires.Martin Odersky2007-06-0515-44/+11
| | | | | Added existential types.
* Capitalized type params in Predef, fixed bug in...michelou2007-05-314-7/+7
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* (no commit message)Lex Spoon2007-05-302-0/+10
|
* added regression tests for bugs 1106 and 1136Adriaan Moors2007-05-302-0/+12
|
* updated check fileMartin Odersky2007-05-191-1/+1
|
* fixed bug1112Adriaan Moors2007-05-152-0/+18
|
* fixed check fileMartin Odersky2007-05-011-4/+4
|
* more additions to checknull.Martin Odersky2007-05-012-0/+28
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-1927-63/+63
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* added test for bug #1041michelou2007-04-162-0/+12
|
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-1612-22/+22
| | | | | | | | | | | | - prefixString in SingleType suppresses scala.Predef prefixes - (sym.isPredefModule) better handling of double defs of `_' in type - params (now in enterInScope in Namers) introduced HKmode to indicate - we're typing a higher-kinded type, instead of reusing POLYmode | - TAPPmode - Typers.typedTypeConstructor does not normalize the result anymore -- now in GenICode generatedType = toTypeKind(tpt.tpe.normalize)
* refactored typer.Martin Odersky2007-04-132-2/+2
|
* changes to parser for 409/877.Martin Odersky2007-04-132-2/+2
|
* updated check filesmichelou2007-04-132-2/+2
|
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-102-0/+12
| | | | | | check for variables in pattern alternatives; changes to enable presupercall initialization.
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-0620-0/+217
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0611-18/+18
|
* fixed bug1017Martin Odersky2007-03-302-0/+8
|
* fixed bug1024.Martin Odersky2007-03-302-0/+7
|
* removed Console, added 2 testsmichelou2007-03-302-28/+34
|
* changes check fileMartin Odersky2007-03-241-2/+2
|
* fixed bug1014Martin Odersky2007-03-232-0/+131
|
* fixed bug1011Martin Odersky2007-03-233-2/+16
|
* edited testsMartin Odersky2007-03-224-95/+7
|
* modified sinsibility checks and test casesMartin Odersky2007-03-224-2/+106
|
* (1) added readLong to Console.Martin Odersky2007-03-222-0/+54
| | | | | | (2) added print/read methods to Predef (3) added warnings for non-sensical comparisons
* new pattern matching algoBurak Emir2007-03-222-15/+25
| | | | | | | removed "removeoption" changed SUnit and some tests added useful debug msg in typer
* (no commit message)Lex Spoon2007-03-164-0/+22
|
* changed test filesMartin Odersky2007-03-143-1/+112
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-134-0/+47
| | | | | fixed bug 1000 and david pollaks problem wrt tupling
* changed one more test fileMartin Odersky2007-03-081-1/+1
|
* fixed test caseMartin Odersky2007-03-081-1/+1
|
* @unsealed->@uncheckedMartin Odersky2007-03-082-0/+10
|