summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-123-0/+0
| | | | | Updated all SVN attributes in the Scala core module.
* added check filesMartin Odersky2006-05-311-0/+1
|
* fixed bugs 616, 617Martin Odersky2006-05-312-8/+13
|
* added missing check file for bug #429michelou2006-05-301-0/+1
|
* added missing check file for bug #441michelou2006-05-301-0/+1
|
* fixed bugs615 and 617Martin Odersky2006-05-302-0/+27
|
* Added check files for 2 new test casesmihaylov2006-05-193-1/+7
|
* Fixed two try-finally bugs.Iulian Dragos2006-05-192-5/+48
|
* Fixed bug 601,602,603Martin Odersky2006-05-192-0/+41
|
* Fixed bug 593Martin Odersky2006-05-162-0/+10
|
* (no commit message)Lex Spoon2006-05-092-0/+9
|
* Bug fixesMartin Odersky2006-05-082-0/+45
|
* added zipWithIndex to several collection classesLex Spoon2006-05-052-0/+29
|
* Fixed abstract override problem detected by MoezMartin Odersky2006-04-032-0/+52
|
* added conversion from methods to functions usin...Martin Odersky2006-03-311-6/+6
| | | | | added conversion from methods to functions using prefix operator `&'
* fixed bugs#440,#560Burak Emir2006-03-302-0/+23
|
* Fixed more SVN propertiesGilles Dubochet2006-03-301-0/+0
|
* Moved the retsync.scala test to test/files/runmihaylov2006-03-282-0/+12
|
* 1.Martin Odersky2006-03-202-12/+0
| | | | | | | | 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
|
* (no commit message)Martin Odersky2006-03-092-0/+14
|
* Fixed check filesmihaylov2006-03-091-0/+1
|
* fix arrays some more.Martin Odersky2006-03-092-2/+21
|
* print stack trace on exceptionmihaylov2006-03-071-0/+1
|
* (no commit message)Martin Odersky2006-02-171-2/+2
|
* (no commit message)Martin Odersky2006-02-102-6/+20
|
* (no commit message)Lex Spoon2006-02-101-2/+1
|
* (no commit message)Lex Spoon2006-02-102-0/+84
|
* (no commit message)Martin Odersky2006-02-092-9/+9
|
* 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-272-0/+11
|
* 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).
* (no commit message)Martin Odersky2006-01-201-39/+39
|
* 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
* 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
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/run/ctor-order.scala
* (no commit message)Lex Spoon2005-12-282-0/+11
|
* 1. Updated ignore patterns in various foldersGilles Dubochet2005-12-182-62/+0
| | | | | 2. Removed even more obsolete files in 'test/' and elsewhere.
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-1674-0/+17378
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-1676-17913/+0
| | | | | Removed old scala tests from new Scala core module.
* Cleaned-up file-type and executable flags in th...Gilles Dubochet2005-12-164-0/+0
| | | | | Cleaned-up file-type and executable flags in the entire repository.
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-141-3/+0
|
* *** empty log message ***michelou2005-12-132-0/+23
|
* - added tests for octal charsmichelou2005-11-282-0/+4
|
* - added header.michelou2005-10-052-0/+12
|
* - updated header.michelou2005-10-053-4/+15
|
* *** empty log message ***mihaylov2005-10-052-0/+117
|
* Made platform independantmihaylov2005-10-051-19/+18
|
* - Made platform independantmihaylov2005-10-051-64/+9
| | | | | - Removed the Interpreter which was not used