summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* int -> Int, etc..michelou2008-05-202-21/+21
|
* int -> Int, etc..michelou2008-05-207-92/+87
|
* int -> Int, etc..michelou2008-05-201-32/+32
|
* int -> Int, etc..michelou2008-05-201-9/+7
|
* int -> Int, etc..michelou2008-05-203-12/+16
|
* More deprecation warnings fixed.Iulian Dragos2008-05-193-7/+7
|
* Deprecate all of the problematic + methods, and...Geoffrey Washburn2008-05-191-1/+1
| | | | | | Deprecate all of the problematic + methods, and removed those that never appeared in a release.
* Fixed classOf problems (issues #841, #876).Iulian Dragos2008-05-172-2/+47
| | | | | Updated manifests.check to reflect the new way 'void' is represented.
* Fix for #773. Geoffrey Washburn2008-05-011-3/+0
| | | | | | | | Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
* Added test case for t595.Philipp Haller2008-04-172-0/+7
|
* added test cases for #710 and #346Burak Emir2008-04-101-1/+71
|
* fixed 495 again (this fix no longer ignores gua...Burak Emir2008-04-091-0/+15
| | | | | fixed 495 again (this fix no longer ignores guards), with test
* updated check filev2.7-divergedMartin Odersky2008-04-091-5/+2
|
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-071-0/+9
| | | | | | (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-041-1/+1
| | | | | | | | (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)
* 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
|
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-212-0/+5
|
* hello worldSean McDirmid2008-03-161-1/+1
|
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-092-1/+13
|
* 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.
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
|
* Forgot to update the .check now that the test h...Geoffrey Washburn2008-02-281-5/+0
| | | | | Forgot to update the .check now that the test has changed.
* Do not run the test on IdentityHashMap because ...Geoffrey Washburn2008-02-281-1/+3
| | | | | Do not run the test on IdentityHashMap because of IBM Java 1.6 oddity.
* updated check fileMartin Odersky2008-02-261-0/+0
|
* fixed #520, #489Martin Odersky2008-02-264-0/+20
|
* Fixed #466.Iulian Dragos2008-02-262-0/+22
|
* fixed #468michelou2008-02-222-85/+65
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-211-2/+2
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-182-2/+28
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* fixed #429 (typo)michelou2008-02-182-10/+10
|
* fixed #429michelou2008-02-182-7/+20
|
* fixed testmichelou2008-02-182-56/+56
|
* fixed #485 (IdentityHashMap)michelou2008-02-152-5/+20
|
* fixed #486michelou2008-02-152-0/+32
|
* fixed #485michelou2008-02-152-0/+74
|
* removed MD5 testmichelou2008-02-142-52/+191
|
* fixed problems with rangesMartin Odersky2008-02-061-6/+10
|
* Partial fix to #397.Gilles Dubochet2008-02-062-0/+25
|
* reverted -unchecked additionmichelou2008-02-051-10/+10
|
* Fixed issues #328 and #403.Gilles Dubochet2008-02-042-0/+23
|
* Fixed #323.Geoffrey Washburn2008-02-041-3/+3
| | | | | Tweaked whitespace in the test.
* Added tests for #323.Geoffrey Washburn2008-02-042-1/+9
|
* Moved 'patmatnew' back to 'run'Philipp Haller2008-02-042-0/+828
|
* Removed unchecked warning from 'withIndex'Philipp Haller2008-02-012-3/+1
|
* Moved 'patmatnew' from 'run' to 'pos'Philipp Haller2008-02-012-830/+0
|
* Removed unchecked warning from 'patmatnew'Philipp Haller2008-02-011-1/+1
|
* Moved 'attributes' from run to pos, removed war...Philipp Haller2008-02-012-87/+0
| | | | | Moved 'attributes' from run to pos, removed warning