summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* added Android build and test supportmichelou2007-11-272-0/+27
|
* fixes ticket 230, props to Jon Pretty who found...Burak Emir2007-11-251-0/+19
| | | | | fixes ticket 230, props to Jon Pretty who found and reported the issue.
* fixed namespace printing bug - props to DPP who...Burak Emir2007-11-251-4/+11
| | | | | fixed namespace printing bug - props to DPP who found and reported it.
* fixed #246. adapted check files.Martin Odersky2007-11-212-2/+2
|
* Fixed ticket #10Iulian Dragos2007-11-213-0/+37
|
* splitted CLDC library (un-/preverified)michelou2007-11-201-2/+2
|
* fixed #34Martin Odersky2007-11-201-2/+2
|
* Fixed ticket #244.Iulian Dragos2007-11-202-0/+18
|
* changed check file (removed ^M)Martin Odersky2007-11-191-1/+1
|
* added scalatest option "--cldc"michelou2007-11-192-0/+30
|
* added testsMartin Odersky2007-11-196-0/+53
|
* changed scalatest to use --utf8 encoding; added...Martin Odersky2007-11-191-0/+4
| | | | | changed scalatest to use --utf8 encoding; added tests
* fixed #231.Martin Odersky2007-11-192-0/+26
|
* fixed #226 and #227Martin Odersky2007-11-191-0/+31
|
* Added tests for lazy values of type Unit.Iulian Dragos2007-11-192-0/+24
|
* updated checked filesMartin Odersky2007-11-173-3/+3
|
* fixed bug t0154, changed copyright, changed for...Burak Emir2007-11-161-0/+10
| | | | | fixed bug t0154, changed copyright, changed formatting
* fixed #209Martin Odersky2007-11-1610-27/+18
|
* runtime tests of type representationmichelou2007-11-132-0/+421
|
* fixed partest, removed mergeLines (useless)michelou2007-11-132-2/+100
|
* modified check filesMartin Odersky2007-11-132-3/+3
|
* fixed #234; added testsMartin Odersky2007-11-135-0/+34
|
* updated .check fileMartin Odersky2007-11-111-1/+1
|
* fixed ticket #136 (charSeq)michelou2007-11-092-0/+2
|
* fixed ticket #136 (cnt'd)michelou2007-11-092-0/+68
|
* Fixed ticket #193 by issuing a compile-time error.Iulian Dragos2007-11-082-0/+11
|
* updated check file for t0117Martin Odersky2007-11-051-1/+1
|
* fix^2 t0117Martin Odersky2007-11-052-0/+10
|
* moved runtime.TypeRep to branch (not yet mature)michelou2007-11-052-143/+0
|
* reverted changes (moved implicits to object Typ...michelou2007-11-021-0/+2
| | | | | reverted changes (moved implicits to object TypeRep)
* added basic support for runtime typesmichelou2007-11-022-0/+141
|
* added missing override modifier (msil)michelou2007-11-021-1/+1
|
* fixed ticket 91Martin Odersky2007-11-014-0/+83
|
* fixed several problems with implicits. Martin Odersky2007-10-3111-19/+19
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* added/modified check filesMartin Odersky2007-10-264-10/+16
|
* fixed tickets 152, 123.Martin Odersky2007-10-262-0/+21
| | | | | | | spreadsheet demo crash. Made Lists more tail recursive. toString in Sets and Maps now says just Set(...) or Map(...) without revealing the implementation.
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-192-58/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-192-0/+58
| | | | | | * Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets
* moved run/arrays-2.* to pendingmichelou2007-10-192-33/+0
|
* more tests on arrays..michelou2007-10-192-0/+33
|
* added docgenerator testmichelou2007-10-182-0/+262
|
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-112-0/+13
| | | | | | | | | - Improved tail call elimination to handle calls on a different instance. - Improved tail calls by skipping trivial arguments (when the argument to the call is the parameter itself) - added preliminary support for incremental DFA.
* added method partition to Iterable (#171)michelou2007-10-112-3/+18
|
* Added "-target 1.5" to javac options.Iulian Dragos2007-10-101-1/+1
|
* Updated annotations jar to contain 1.5-compatib...Iulian Dragos2007-10-101-1/+1
| | | | | Updated annotations jar to contain 1.5-compatible classfiles.
* (no commit message)Lex Spoon2007-10-107-2/+37
|
* added length test to run/stream.scalamichelou2007-10-082-1/+5
|
* fixed ticket #153michelou2007-10-052-0/+6
|
* enums can't be serializedmichelou2007-10-031-4/+4
|
* Updated the attributes test because there is a ...Lex Spoon2007-10-022-0/+7
| | | | | | Updated the attributes test because there is a warning when subclassing ClassfileAnnotation