summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* (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-213-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
|
* Added pending tests for #1070, #1079 and #1087.Gilles Dubochet2008-07-084-0/+10
|
* 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
* test for #1049pradel2008-06-201-0/+5
|
* fix^2 of t0590Martin Odersky2008-06-192-1/+6
|
* gixed gilles' gadt problems. Added some testsMartin Odersky2008-06-187-0/+87
|
* test and fix for #1027pradel2008-06-171-0/+18
|
* added tests for #1035 and #1038 to pendingpradel2008-06-173-0/+18
|
* Moved pending tests that succeed to their place...Iulian Dragos2008-06-1116-0/+0
| | | | | | 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
|
* test for #1024pradel2008-06-101-0/+4
|
* 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)
* added tests for open bugspradel2008-06-064-0/+17
|
* Fixed #981.Iulian Dragos2008-06-041-0/+19
|
* Fixed #948.Iulian Dragos2008-06-032-1/+17
|
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-301-0/+5
|
* Iterator.collect method (#916)stepancheg2008-05-272-0/+5
|
* Tried adding a test for t0947, but I can't seem...Geoffrey Washburn2008-05-252-0/+9
| | | | | | Tried adding a test for t0947, but I can't seem to make the program cooperate with scalatest.
* 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
|