summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* Made -Xcheckinit imply -Xfuture, and added -Xfu...Iulian Dragos2008-07-291-1/+1
| | | | | | Made -Xcheckinit imply -Xfuture, and added -Xfuture to enable future language features (right now, only the new initialization order).
* Fixed #1143. Added tests for #1143 and #1116.Philipp Haller2008-07-294-0/+95
|
* Added -nowarn so that scalatest and partest beh...Iulian Dragos2008-07-292-22/+1
| | | | | Added -nowarn so that scalatest and partest behave similarly
* fixed Signature generationMartin Odersky2008-07-292-0/+17
|
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-283-0/+151
| | | | | | | | Added -Ycheckinit, which causes all getters to check that fields are initialized before being used. It reuses the same machinery (and bitmaps) as lazy values. For now it requires the new initialization order (-Xexperimental) to work.
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-284-1/+14
| | | | | fixed #842, #945, #83, #996, #1016, + some performace tuning.
* (1) made base type sequences lazy in their argu...Martin Odersky2008-07-232-4/+4
| | | | | | | (1) made base type sequences lazy in their arguments. Made `validateType' in RefChecks more lenient. First shot at allowing higher-kinded intersection types.
* Increased stack size for run/bridges test.Philipp Haller2008-07-221-1/+1
|
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-212-5/+5
| | | | | added Iterator.flatten method; refactoring: closure -> baseTypeSeq
* fix for #1028Lukas Rytz2008-07-121-0/+12
| | | | | converted some tabs to spaces
* fixed #764 and #770Martin Odersky2008-07-104-0/+61
|
* fixed t0851 and t1101.Martin Odersky2008-07-104-4/+44
|
* Move the sync-var test into the correct directory.Geoffrey Washburn2008-07-102-0/+0
|
* Seq.apply, RandomAccessSeq.applystepancheg2008-06-252-0/+16
|
* Added test for #503.Geoffrey Washburn2008-06-252-0/+10
|
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-243-7/+24
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.
* new STARR which implements pre-initialized fiel...Martin Odersky2008-06-202-4/+4
| | | | | new STARR which implements pre-initialized fields correctly.
* speed up ArrayBuffer by replacing BoxedAnyArray...stepancheg2008-06-201-0/+8
| | | | | speed up ArrayBuffer by replacing BoxedAnyArray with raw JVM array
* fix^2 of t0590Martin Odersky2008-06-192-0/+8
|
* gixed gilles' gadt problems. Added some testsMartin Odersky2008-06-185-0/+65
|
* test and fix for #1027pradel2008-06-171-0/+18
|
* Moved pending tests that succeed to their place...Iulian Dragos2008-06-1116-0/+567
| | | | | | Moved pending tests that succeed to their place in the 'files' directory.
* SyncVar enhancements:stepancheg2008-06-102-0/+54
| | | | | | | * deprecation of "exception" field * addition of blocking-queue-like "take", "put" methods * change of "unset" signature
* int -> Int, etc..michelou2008-06-101-1/+1
|
* int -> Int, etc..michelou2008-06-102-10/+10
|
* int -> Int, etc..michelou2008-06-1014-109/+111
|
* int -> Int, etc..michelou2008-06-104-41/+41
|
* added EOLs, missing headersmichelou2008-06-104-31/+26
|
* int -> Int, etc..michelou2008-06-1018-263/+262
|
* fix for #1009pradel2008-06-102-0/+7
|
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-102-0/+55
| | | | | | | | Fixing #1015 and #1017 when run inside of a script. #1015 still won't work in the interpreter. #1017 still won't work in the interperter or methods.
* unify mutable and immutable stacks behavior (#957)stepancheg2008-06-063-2/+54
|
* makeRichChar to, until return RandomAccessSeq.P...stepancheg2008-06-062-0/+35
| | | | | makeRichChar to, until return RandomAccessSeq.Projection (#970)
* Fixed #981.Iulian Dragos2008-06-041-0/+19
|
* Fixed #948.Iulian Dragos2008-06-032-1/+17
|
* Iterator.collect method (#916)stepancheg2008-05-272-0/+5
|
* Implement #886: indexOf, findIndexOfstepancheg2008-05-242-0/+16
| | | | | | | | introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
* Fixed #807. Removed debug outout in JavaParsers.Martin Odersky2008-05-232-0/+6
|
* fixed #936Martin Odersky2008-05-231-0/+17
|
* fixed #911.Martin Odersky2008-05-225-1/+50
|
* fixed #911. Added comments to <~ and ~> methods.Martin Odersky2008-05-222-0/+15
|
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-215-0/+64
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* fixed test caseMartin Odersky2008-05-211-88/+0
|
* fixed #665Martin Odersky2008-05-211-0/+113
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-204-8/+18
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* int -> Int, etc..michelou2008-05-202-21/+21
|
* int -> Int, etc..michelou2008-05-209-108/+103
|
* int -> Int, etc..michelou2008-05-209-89/+90
|
* int -> Int, etc..michelou2008-05-205-18/+18
|
* int -> Int, etc..michelou2008-05-204-56/+57
|