summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* Moved the retsync.scala test to test/files/runmihaylov2006-03-282-0/+12
|
* (no commit message)Lex Spoon2006-03-282-0/+33
|
* Moved codification to its own phase.Gilles Dubochet2006-03-273-3/+3
|
* Updated checks so that test suite suceeds.Gilles Dubochet2006-03-272-2/+2
|
* 1.Martin Odersky2006-03-278-2/+163
| | | | | | 2. Cleaned up search of implicit names to make it conformant to the spec. 3. Made Sean's SOURCE CHANGE messages dependent on option -debug.
* removed Windows eol in file test/files/neg/bug5...michelou2006-03-221-3/+3
| | | | | removed Windows eol in file test/files/neg/bug550.check
* 1.Martin Odersky2006-03-206-18/+25
| | | | | | | | 2. Changed method compareTo in class Ordered to compare. 3. Moved retsynch to pending 4. Fixed bug 550
* (no commit message)v2.1.0Lex Spoon2006-03-172-0/+12
|
* chanded eol encoding in files/neg/bug545.*michelou2006-03-171-2/+2
|
* Added bug545Martin Odersky2006-03-122-0/+16
|
* Removed errorType test; it is repeated in bug545 Martin Odersky2006-03-122-12/+0
|
* (no commit message)Lex Spoon2006-03-112-0/+12
|
* (no commit message)Martin Odersky2006-03-101-1/+1
|
* performed some renamings in the compiler & libraryMartin Odersky2006-03-091-1/+1
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* (no commit message)Martin Odersky2006-03-097-7/+60
|
* Fixed check filesmihaylov2006-03-091-0/+1
|
* Fixed check filesmihaylov2006-03-091-6/+6
|
* fix arrays some more.Martin Odersky2006-03-092-2/+21
|
* print stack trace on exceptionmihaylov2006-03-071-0/+1
|
* Update incorrect SVN file-properties.Gilles Dubochet2006-03-0313-0/+0
|
* Fixed bugs 536 and 537.Martin Odersky2006-02-251-1/+2
|
* (no commit message)Martin Odersky2006-02-241-2/+2
|
* (no commit message)Lex Spoon2006-02-231-0/+12
|
* (no commit message)Martin Odersky2006-02-221-0/+9
|
* corrected .check file of new testMartin Odersky2006-02-171-3/+3
|
* (no commit message)Lex Spoon2006-02-171-0/+4
|
* bug fixes: 532, 531, 530Martin Odersky2006-02-172-1/+11
|
* (no commit message)Martin Odersky2006-02-175-2/+76
|
* (no commit message)Martin Odersky2006-02-102-6/+20
|
* - removed trailing cr in file test/files/neg/bu...michelou2006-02-101-4/+4
| | | | | - removed trailing cr in file test/files/neg/bug521.check
* (no commit message)Lex Spoon2006-02-101-2/+1
|
* (no commit message)Lex Spoon2006-02-102-0/+84
|
* (no commit message)Martin Odersky2006-02-091-0/+16
|
* (no commit message)Martin Odersky2006-02-0912-9/+125
|
* (no commit message)Martin Odersky2006-01-301-1/+2
|
* Removed justthrow test file, as this case is co...Iulian Dragos2006-01-302-11/+0
| | | | | Removed justthrow test file, as this case is covered now in try-2.scala.
* Added more test files for try-catch blocks.Iulian Dragos2006-01-304-0/+261
|
* (no commit message)Lex Spoon2006-01-271-0/+5
|
* (no commit message)Lex Spoon2006-01-272-0/+11
|
* Added Martin's additional test cases.Gilles Dubochet2006-01-269-0/+85
|
* Made 'bugs' test case more resistant to differe...Gilles Dubochet2006-01-252-5/+14
| | | | | | Made 'bugs' test case more resistant to differences between Java 1.4 and 1.5 (difference in reporting of class cast exceptions).
* Adjusted for the changed outputmihaylov2006-01-251-2/+2
|
* use the mutable.Set interface of BitSetmihaylov2006-01-241-4/+6
|
* (no commit message)Martin Odersky2006-01-201-1/+1
|
* (no commit message)Martin Odersky2006-01-206-48/+86
|
* added explicit type for partial function in tes...michelou2006-01-171-1/+1
| | | | | added explicit type for partial function in test/files/run/bugs.scala
* added parenthis around boolean expression in te...michelou2006-01-171-6/+6
| | | | | added parenthis around boolean expression in test/files/pos/traits.scala
* adapted code to new Scala syntax in test/files/...michelou2006-01-171-380/+300
| | | | | adapted code to new Scala syntax in test/files/run/regularpatmat.scala
* added explicit type for partial functions in te...michelou2006-01-172-3/+6
| | | | | | added explicit type for partial functions in test/files/pos/eta.scala, ..
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-171-1/+1
| | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug372.scala