summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* int -> Int, etc..michelou2008-05-205-27/+25
|
* int -> Int, etc..michelou2008-05-203-12/+16
|
* More deprecation warnings fixed.Iulian Dragos2008-05-1914-62/+62
|
* 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-173-5/+50
| | | | | Updated manifests.check to reflect the new way 'void' is represented.
* made manifests serializablemichelou2008-05-022-0/+86
|
* Fix for #483.Geoffrey Washburn2008-05-011-1/+1
|
* 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.
* Hopefully fixed the annoying jvm/inner test cas...Gilles Dubochet2008-04-291-3/+9
| | | | | Hopefully fixed the annoying jvm/inner test case this time.
* Rolled back r14773, until I figure out why the ...Iulian Dragos2008-04-292-17/+0
| | | | | Rolled back r14773, until I figure out why the plugin breaks.
* Fixed jvm/inner test to work on a Java distribu...Gilles Dubochet2008-04-291-2/+3
| | | | | | Fixed jvm/inner test to work on a Java distribution where jre and sdk bin folders are separate.
* Fixed protected accessor for inherited java mem...Iulian Dragos2008-04-222-0/+17
| | | | | | Fixed protected accessor for inherited java members in traits (see ticket #151).
* Added test case for t595.Philipp Haller2008-04-172-0/+7
|
* method NodeSeq#\ supports arguments like "@{uri...Burak Emir2008-04-131-3/+31
| | | | | method NodeSeq#\ supports arguments like "@{uri}attrname" for searching prefixed attributes.