summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* 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
* buffering when reading from an inputstreamBurak Emir2008-01-311-1/+18
|
* forget to ci test file (regexp pattern)michelou2008-01-301-2/+9
|
* updated some test filesmichelou2008-01-303-4/+0
|
* fixed #421michelou2008-01-302-0/+31
|
* case classes can now inherit from case classes.Martin Odersky2008-01-251-3/+8
|
* corrected regexpmichelou2008-01-232-15/+36
|
* applied path for #325, update scalac man pagesmichelou2008-01-222-0/+60
|
* removed more warningsmichelou2008-01-183-76/+73
|
* updated two check filesMartin Odersky2008-01-171-13/+1
|
* fixed exhaustiveness warnings in testMartin Odersky2008-01-171-3/+3
|
* build target is now 1.5Martin Odersky2008-01-175-22/+26
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* fixed t341Burak Emir2008-01-151-0/+5
|
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-112-9/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-092-0/+2
| | | | | Fixed the parsing of 0 by the JSON library.
* fixed t335Burak Emir2008-01-042-1/+26
|
* Removed -Xplug-types. Now annotationsLex Spoon2007-12-311-1/+0
| | | | | are always allowed on types.
* fixed some tests for jvm-1.5Martin Odersky2007-12-192-5/+5
|
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-191-1/+1
| | | | | dual mode (generics or not) version of compiler and libraries
* updated STARR for Java genericsmichelou2007-12-182-3/+3
|