summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* #153 still not fixed..michelou2007-12-142-3/+3
|
* Fixed #153 (thanks to Sean)michelou2007-12-122-3/+3
|
* added final modifier, commented out test for #153michelou2007-12-122-3/+3
|
* updated check file (missing in r13483)michelou2007-12-101-0/+3
|
* added test case for fix #272michelou2007-12-101-10/+69
|
* fixed #211Burak Emir2007-12-011-1/+9
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-292-0/+125
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* Merge from the annots-normtrees branch.Lex Spoon2007-11-282-0/+239
| | | | | | | | now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
* fixed #246. adapted check files.Martin Odersky2007-11-211-1/+1
|
* Fixed ticket #244.Iulian Dragos2007-11-202-0/+18
|
* Added tests for lazy values of type Unit.Iulian Dragos2007-11-192-0/+24
|
* fixed partest, removed mergeLines (useless)michelou2007-11-132-2/+100
|
* fixed ticket #136 (charSeq)michelou2007-11-092-0/+2
|
* fixed ticket #136 (cnt'd)michelou2007-11-092-0/+68
|
* moved runtime.TypeRep to branch (not yet mature)michelou2007-11-052-143/+0
|
* reverted changes (moved implicits to object Typ...michelou2007-11-021-0/+2
| | | | | reverted changes (moved implicits to object TypeRep)
* added basic support for runtime typesmichelou2007-11-022-0/+141
|
* fixed ticket 91Martin Odersky2007-11-012-0/+14
|
* added/modified check filesMartin Odersky2007-10-261-3/+3
|
* Moving my tests to pending since they won't pas...Sean McDirmid2007-10-192-58/+0
| | | | | | Moving my tests to pending since they won't pass unless arrays are fixed.
* * Fixed array cast bug in Errasure.Sean McDirmid2007-10-192-0/+58
| | | | | | * Tweaked GenerateIDEs to have more coverage * Deprecated * in favor of ** for sets