summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* pending tests for 727 and 732Lukas Rytz2008-04-084-0/+18
|
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-072-1/+10
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* test and fix for #631pradel2008-04-072-0/+19
|
* fixed #522Burak Emir2008-04-071-0/+21
|
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-044-2/+36
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* fixed Reifier crash #651Lukas Rytz2008-04-041-0/+4
|
* test for t0716Lukas Rytz2008-04-041-0/+24
|
* test case for t0710Lukas Rytz2008-04-041-0/+10
|
* removed contractiveness requirement for implici...Martin Odersky2008-04-021-6/+1
| | | | | removed contractiveness requirement for implicit methods
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-021-0/+22
| | | | | | moved swing classes to package scala.swing; fixed bugs for regexes and parsers; fixed t0674.
* Changed Stream implementation to use tail recur...Iulian Dragos2008-04-022-0/+20
| | | | | | | Changed Stream implementation to use tail recursive calls directly, instead of tail-recursive local functions. This has better GC behavior, see ticket #692.
* fixed #713michelou2008-04-022-24/+39
|
* Pending test for #673, #695NAME2008-04-015-0/+18
|
* Pending test for #699NAME2008-03-313-0/+19
|
* Pending test for #654NAME2008-03-311-0/+5
|
* Pending test for #663NAME2008-03-312-0/+7
|
* Pending test for #653NAME2008-03-312-0/+11
|
* reverted parseattrubtevalue hack, fixed attribu...Burak Emir2008-03-272-0/+34
| | | | | reverted parseattrubtevalue hack, fixed attribute value parsing
* updated tests for Byte/Shortmichelou2008-03-251-5/+5
|
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-212-0/+5
|
* Pending test for #605NAME2008-03-181-0/+3
|
* Pending tests for #621, #644NAME2008-03-182-0/+18
|
* fixed symlinks in nightly build scriptmichelou2008-03-181-4/+8
|
* added CharSequence abstractionMartin Odersky2008-03-172-0/+15
| | | | | | | | | changed Regex class added Regex parsers changed thrown Errors in library to RuntimeExceptions added lazy_::, lazy_::: constructors and extractors for streams changed maximally supported function type arity to 22
* hello worldSean McDirmid2008-03-161-1/+1
|
* Moved the test to pending.Geoffrey Washburn2008-03-131-0/+0
|
* Attempting to build the plugin before we run th...Geoffrey Washburn2008-03-131-5/+9
| | | | | | Attempting to build the plugin before we run the tests, so that we don't wind up without a nightly plugin build just because of a minor test.
* Synchronizing with what is actually run currently.Geoffrey Washburn2008-03-131-2/+2
|
* moved typerep test to jvm5michelou2008-03-122-0/+0
|
* Pending test for #576NAME2008-03-121-0/+9
|
* Pending test for #565NAME2008-03-121-0/+22
|
* Pending test for #625NAME2008-03-122-0/+11
|
* updated typerep testmichelou2008-03-112-8/+19
|
* 1.Martin Odersky2008-03-102-0/+26
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* Pending test for #607NAME2008-03-102-0/+9
|
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-092-1/+13
|
* Pending test for #612NAME2008-03-072-0/+10
|
* Pending test for #606NAME2008-03-072-0/+10
|
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-071-0/+476
| | | | | | Added Morris's implementation of the Either data type, along with his ScalaCheck tests.
* updated scala-reports addressmichelou2008-03-061-3/+3
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-069-18/+18
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* ScalaDoc, etc.Geoffrey Washburn2008-03-051-7/+9
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
|
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
|
* Changed paths in resident compiler tests + scal...Philipp Haller2008-03-049-18/+18
| | | | | | Changed paths in resident compiler tests + scalatest so that partest can emulate it.
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-033-3/+3
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Pending test for #591NAME2008-03-031-0/+7
|
* Pending test for #590NAME2008-03-031-0/+3
|
* Pending tests for #446NAME2008-03-032-0/+8
|
* Fixed commit test (which breaks partest res tes...Philipp Haller2008-02-299-18/+18
| | | | | Fixed commit test (which breaks partest res tests again)