.. |
aliasness-mismatch.rs
|
rustc: Alias fix part 2 -- Check that the aliasness of function parameters matches. Add a test case.
|
2011-05-09 14:00:50 -07:00 |
alt-tag-nullary.rs
|
|
|
alt-tag-unary.rs
|
|
|
arg-count-mismatch.rs
|
|
|
arg-type-mismatch.rs
|
|
|
bad-alt.rs
|
Change two compile-fail patterns to match rustc output.
|
2011-05-04 11:20:47 -07:00 |
bad-env-capture2.rs
|
Move capture checking into resolve.rs
|
2011-05-13 12:44:05 +02:00 |
bad-env-capture3.rs
|
Move capture checking into resolve.rs
|
2011-05-13 12:44:05 +02:00 |
bad-env-capture.rs
|
Move capture checking into resolve.rs
|
2011-05-13 12:44:05 +02:00 |
bad-expr-path2.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
bad-expr-path.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
bad-main.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
bad-name.rs
|
Change two compile-fail patterns to match rustc output.
|
2011-05-04 11:20:47 -07:00 |
bad-recv.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
bad-send.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
bad-type-env-capture.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
bind-alias.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
bogus-tag.rs
|
|
|
break-uninit2.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
break-uninit.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
capture1.rs
|
Implement the "attempted dynamic environment-capture" error in rustc.
|
2011-04-11 15:35:01 -04:00 |
capture2.rs
|
Implement the "attempted dynamic environment-capture" error in rustc.
|
2011-04-11 15:35:01 -04:00 |
constructor-as-cast.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
dead-code-be.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
dead-code-ret.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
direct-obj-fn-call.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
does-nothing.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
export2.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
export-boot.rs
|
Downcase std modules again, move to :: for module dereferencing
|
2011-05-12 21:30:44 +02:00 |
export-fully-qualified.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
export-import.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
export-no-tag-variants.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
export-tag-variant.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
export.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
fail-simple.rs
|
Parser fix: 'fail' was eating the next token that came after it.
|
2011-05-17 05:40:17 +00:00 |
forgot-ret.rs
|
Started adding support for return checking and non-returning function annotations
|
2011-05-16 16:59:25 -07:00 |
fru-extra-field.rs
|
|
|
fru-typestate.rs
|
Enable typestate_check
|
2011-04-28 13:26:19 -07:00 |
import2.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
import3.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
import4.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
import-loop-2.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
import-loop.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
import.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
impure-pred.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
infinite-tag-type-recursion.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
infinite-vec-type-recursion.rs
|
Rewrite everything to use [] instead of vec() in value position.
|
2011-05-16 18:21:22 -07:00 |
item-name-overload.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
missing-return.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
multiline-comment-line-tracking.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
no-self-dispatch.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
not-a-pred-2.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
not-a-pred-3.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
not-a-pred-check.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
not-a-pred.rs
|
Un-XFAILed not-a-pred in stage0 (it fails correctly)
|
2011-05-05 11:26:07 -07:00 |
not-pred-args.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
output-type-mismatch.rs
|
|
|
pattern-tyvar-2.rs
|
Two tests that the typechecker correctly unifies type arguments in patterns with their expected tag types
|
2011-05-16 16:59:30 -07:00 |
pattern-tyvar.rs
|
Two tests that the typechecker correctly unifies type arguments in patterns with their expected tag types
|
2011-05-16 16:59:30 -07:00 |
pred-not-bool.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
pred-on-wrong-slots.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
put-in-fn.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
rec-missing-fields.rs
|
|
|
return-uninit.rs
|
Enable typestate_check
|
2011-04-28 13:26:19 -07:00 |
self-missing-method.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
slot-as-pred.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
spawn-non-nil-fn.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
tail-non-call.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
tail-typeck.rs
|
|
|
type-shadow.rs
|
|
|
unbalanced-comment.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
use-uninit-2.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
use-uninit-3.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
use-uninit-dtor.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
use-uninit.rs
|
Fix mistaken replacements in error-pattern comments in tests
|
2011-05-12 21:45:29 +02:00 |
while-bypass.rs
|
Enable typestate_check
|
2011-04-28 13:26:19 -07:00 |
while-expr.rs
|
Enable typestate_check
|
2011-04-28 13:26:19 -07:00 |
while-type-error.rs
|
|
|
writing-through-read-alias.rs
|
Remove xfail-boot lines from tests
|
2011-05-14 21:05:22 -04:00 |
writing-through-uninit-vec.rs
|
Enable typestate_check
|
2011-04-28 13:26:19 -07:00 |
writing-to-immutable-obj.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
writing-to-immutable-rec.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
writing-to-immutable-tup.rs
|
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
|
2011-05-03 18:14:02 -07:00 |
writing-to-immutable-vec.rs
|
Rewrite everything to use [] instead of vec() in value position.
|
2011-05-16 18:21:22 -07:00 |
wrong-ret-type.rs
|
|
|