summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Collapse)AuthorAgeFilesLines
* corrected check fileMartin Odersky2008-12-091-1/+1
|
* added comments; better errror messages; trace u...Martin Odersky2008-12-083-12/+24
| | | | | added comments; better errror messages; trace utility
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-257-16/+16
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Fix for #1371.Geoffrey Washburn2008-11-222-0/+6
|
* Starting on improving the abstraction level of ...David MacIver2008-11-131-0/+1
| | | | | | | | Starting on improving the abstraction level of the pattern matcher (code from paul) Still needs a fair bit of work.
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
| | | | | | | | change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
* Correct handling of unreachable code testing wh...David MacIver2008-10-252-0/+12
| | | | | | Correct handling of unreachable code testing when matching on primitives.
* Tightened volatile checking.Martin Odersky2008-10-152-0/+31
|
* New test concerning volatile intersections.Geoffrey Washburn2008-09-092-0/+25
|
* updated testMartin Odersky2008-09-052-2/+2
|
* fixed problem with volatile types.Martin Odersky2008-09-052-0/+20
|
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-042-20/+0
| | | | | disabled volatile checks because eclipse plugin build breaks.
* now checking for volatile types.Martin Odersky2008-09-047-15/+44
|
* Fixed #1215.Geoffrey Washburn2008-08-192-0/+7
|
* corrected several problems with error reporting...Martin Odersky2008-08-182-0/+13
| | | | | | | corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.
* Fixing more deprecation warnings.Geoffrey Washburn2008-08-1210-21/+21
|
* fixed broken build (sorry)Martin Odersky2008-08-062-0/+11
|
* fixed #1163.Martin Odersky2008-08-052-0/+9
|
* Moving currently problematic tests to pending.Geoffrey Washburn2008-08-052-50/+0
|
* fixed Signature generationMartin Odersky2008-07-292-0/+17
|
* fixed #842, #945, #83, #996, #1016, + some perf...Martin Odersky2008-07-283-1/+6
| | | | | 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.
* added Iterator.flatten method; refactoring: clo...Martin Odersky2008-07-212-5/+5
| | | | | added Iterator.flatten method; refactoring: closure -> baseTypeSeq
* fixed #764 and #770Martin Odersky2008-07-102-0/+20
|
* fixed t0851 and t1101.Martin Odersky2008-07-103-4/+30
|
* Added test for #503.Geoffrey Washburn2008-06-252-0/+10
|
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-241-0/+20
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.
* fix^2 of t0590Martin Odersky2008-06-192-0/+8
|
* fix for #1009pradel2008-06-102-0/+7
|
* fixed #911.Martin Odersky2008-05-222-0/+23
|
* added tests; fixed #903; made Predef.Map covari...Martin Odersky2008-05-212-0/+12
| | | | | added tests; fixed #903; made Predef.Map covariant in second parameter.
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-202-0/+10
| | | | | | | 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
* More deprecation warnings fixed.Iulian Dragos2008-05-1911-55/+55
|
* Fix for #483.Geoffrey Washburn2008-05-011-1/+1
|
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-071-1/+1
| | | | | | (1) Removed generation of $tag method for interfaces (2) improved type inference for clsoures (3) redesign of CharSequence and regex.
* (1) more changes for dynamic cycle detection of...Martin Odersky2008-04-043-1/+35
| | | | | | | | (1) more changes for dynamic cycle detection of implicits 2) change (to wildcard scoping in types 3) suppress $tag generation for purely (abstract traits 4) increase stacksize for sabbus to 32m (otherwise (problems on Windows)
* removed contractiveness requirement for implici...Martin Odersky2008-04-021-6/+1
| | | | | removed contractiveness requirement for implicit methods
* fixed #520, #489Martin Odersky2008-02-262-0/+19
|
* fixed testsMartin Odersky2008-02-233-6/+6
|
* fixed test caseMartin Odersky2008-02-221-4/+2
|
* fixed problems with rangesMartin Odersky2008-02-064-0/+26
|
* added reverse to RichString.Martin Odersky2008-02-061-1/+1
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* updated check filemichelou2008-01-231-1/+3
|
* getting rid of deprecated warningsMartin Odersky2008-01-191-2/+2
|
* Character -> Charmichelou2008-01-182-13/+3
|
* test case works now without errors, because of ...Martin Odersky2008-01-182-6/+0
| | | | | test case works now without errors, because of change to case classes
* updated two check filesMartin Odersky2008-01-171-1/+1
|
* build target is now 1.5Martin Odersky2008-01-177-8/+20
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* fixed t335Burak Emir2008-01-041-1/+5
|
* fixed #283 #289Martin Odersky2007-12-212-0/+13
|