summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug609 -- super accessors and separate co...Martin Odersky2006-05-261-16/+0
| | | | | fixed bug609 -- super accessors and separate compilation
* added a test case for scalascript Lex Spoon2006-05-264-10/+49
|
* Cleanup bug 605Martin Odersky2006-05-231-0/+16
|
* Clean ups fro bugs 605, 508Martin Odersky2006-05-233-0/+31
|
* Fixed bug 613Martin Odersky2006-05-221-0/+17
|
* Fixed bug 604,605, 606, 607, 608, 611Martin Odersky2006-05-222-0/+25
|
* Fixed bug 604, 605, 607 Martin Odersky2006-05-211-1/+1
|
* 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-193-0/+52
|
* Fixed bug 595,596,597Martin Odersky2006-05-185-0/+59
|
* Fixed bug 591Martin Odersky2006-05-162-0/+4
|
* Fixed bug 592Martin Odersky2006-05-162-8/+41
|
* Fixed bug 592Martin Odersky2006-05-161-0/+71
|
* Fixed bug 593Martin Odersky2006-05-164-0/+16
|
* Fixed bug 594Martin Odersky2006-05-161-1/+1
|
* (no commit message)Lex Spoon2006-05-152-0/+10
|
* fixed error in file build.xmlmichelou2006-05-1215-12/+252
| | | | | fixed IBM J9 related error in file test/clitest
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-111-1/+1
|
* Bug fixesMartin Odersky2006-05-112-4/+8
|
* (no commit message)Lex Spoon2006-05-101-0/+78
|
* fixed error in file templates/generic-unix.tmplmichelou2006-05-0915-46/+65
| | | | | added corresponding test in script file test/clitest
* (no commit message)Lex Spoon2006-05-092-0/+9
|
* Bug fixesMartin Odersky2006-05-089-0/+126
|
* added zipWithIndex to several collection classesLex Spoon2006-05-052-0/+29
|
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-041-2/+2
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* added if-test in skipComment (bug #585)michelou2006-05-042-0/+8
|
* removed unused variable SCALA_SCALA_ARGS in fil...michelou2006-05-041-3/+0
| | | | | removed unused variable SCALA_SCALA_ARGS in file test/scalatest
* fixed destination path in batch file test/scala...michelou2006-05-011-2/+7
| | | | | fixed destination path in batch file test/scalatest.bat
* Added neg/bug520.checkmihaylov2006-04-301-0/+4
|
* fixed bug 581Martin Odersky2006-04-281-21/+0
|
* measured size of pickled dataMartin Odersky2006-04-282-4/+21
|
* 1. fixed bugs 578+579Martin Odersky2006-04-272-0/+36
| | | | | | | 2. optimization: don't emit any code guarded by an if which is constant-false 3. Changed treatment of startContext to get rid of -nopredefs (but no success there yet)
* replaced Cygwin diff.exe with GNUWin32 version ...michelou2006-04-273-0/+16
| | | | | replaced Cygwin diff.exe with GNUWin32 version (standalone)
* (no commit message)Lex Spoon2006-04-271-0/+7
|
* added batch file test/scalatest.batmichelou2006-04-262-0/+280
| | | | | added companion file test/diff.exe (GNU diffutils 2.8.7)
* (no commit message)Martin Odersky2006-04-252-0/+24
|
* improved script test/clitestmichelou2006-04-2511-61/+36
|
* (no commit message)Martin Odersky2006-04-258-0/+167
|
* updated 2 check files for script test/clitestmichelou2006-04-253-9/+1
|
* fixed check error for option '--jikes'michelou2006-04-241-4/+6
|
* corrected errors in script test/clitestmichelou2006-04-249-17/+135
| | | | | added cli tests to package 'scala-test'
* added CLI tests for Jikes and the J9 VM (IBM)michelou2006-04-2013-288/+354
|
* (no commit message)Lex Spoon2006-04-191-0/+10
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-121-7/+7
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* Fixed bug 566Martin Odersky2006-04-121-0/+4
|
* Moved some files from scala/tools/util/ to scal...mihaylov2006-04-121-1/+1
| | | | | Moved some files from scala/tools/util/ to scala/tools/nsc/io/
* Added some testsMartin Odersky2006-04-114-4/+20
|
* Removed scala/Ref.javamihaylov2006-04-102-67/+0
|
* Fixed several bugs in Inliners and the monitor ...Iulian Dragos2006-04-061-0/+0
| | | | | Fixed several bugs in Inliners and the monitor crash in jvm.