summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* propagated accessor testmichelou2007-12-052-15/+25
|
* copied fix #211 to 2.6.1 branchmichelou2007-12-042-3/+11
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-292-0/+125
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* This new error message looks better than the ol...Lex Spoon2007-11-281-1/+1
| | | | | This new error message looks better than the old one
* improved DX tool invocation (Android)michelou2007-11-281-7/+7
|
* Merge from the annots-normtrees branch.Lex Spoon2007-11-282-0/+239
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* added Android build and test supportmichelou2007-11-273-21/+102
|
* 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-215-18/+37
|
* changed SuperAccessors for t010; reassigned to ...Martin Odersky2007-11-212-0/+18
| | | | | changed SuperAccessors for t010; reassigned to Iulian
* splitted CLDC library (un-/preverified)michelou2007-11-202-5/+10
|
* 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-193-0/+79
|
* added testsMartin Odersky2007-11-196-0/+53
|
* changed scalatest to use --utf8 encoding; added...Martin Odersky2007-11-192-1/+5
| | | | | 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
|
* changed some newlinesmichelou2007-11-161-4/+3
|
* improved code (actor exit problem still pending)michelou2007-11-151-57/+27
|
* runtime tests of type representationmichelou2007-11-132-0/+421
|
* fixed partest, removed mergeLines (useless)michelou2007-11-133-4/+102
|
* 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-023-1/+143
|
* 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-0/+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-0/+0
|
* more tests on arrays..michelou2007-10-192-0/+33
|
* added docgenerator testmichelou2007-10-182-0/+262
|