.. |
alias-mismatch.rs
|
Correct error message for argument mode mismatch
|
2011-06-23 11:54:10 -07:00 |
aliasness-mismatch.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
alt-tag-nullary.rs
|
|
|
alt-tag-unary.rs
|
|
|
and-init.rs
|
Handle lazy binops properly in typestate
|
2011-06-28 13:07:52 -07:00 |
anon-obj-overloading-wrong-type.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
arg-count-mismatch.rs
|
rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs
|
2011-06-08 18:42:34 -07:00 |
arg-type-mismatch.rs
|
|
|
assign-alias.rs
|
Extend alias analysis to check assignments
|
2011-06-15 14:10:07 +02:00 |
attr-bad-crate-attr.rc
|
Support attaching attributes to modules via the crate file. Issue #487
|
2011-06-28 18:39:34 -07:00 |
attr-bad-meta.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
attr-before-stmt.rs
|
Improve and test failure behavior for malformed attributes
|
2011-06-15 19:30:10 -07:00 |
attr-before-view-item2.rs
|
rustc: Fix regressed handling of bad attributes
|
2011-06-16 17:23:20 -07:00 |
attr-before-view-item.rs
|
Improve and test failure behavior for malformed attributes
|
2011-06-15 19:30:10 -07:00 |
attr-dangling-in-fn.rs
|
Improve and test failure behavior for malformed attributes
|
2011-06-15 19:30:10 -07:00 |
attr-dangling-in-mod.rs
|
Improve and test failure behavior for malformed attributes
|
2011-06-15 19:30:10 -07:00 |
auto-deref-bind.rs
|
Implement autoderef for function calls.
|
2011-07-01 12:39:58 +02:00 |
bad-alt.rs
|
|
|
bad-bang-ann-2.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-bang-ann-3.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-bang-ann.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-env-capture2.rs
|
|
|
bad-env-capture3.rs
|
|
|
bad-env-capture.rs
|
|
|
bad-expr-path2.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-expr-path.rs
|
|
|
bad-main.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
bad-module.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-name.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
bad-record-pat-2.rs
|
Implement record patterns
|
2011-07-11 15:32:41 +02:00 |
bad-record-pat.rs
|
Implement record patterns
|
2011-07-11 15:32:41 +02:00 |
bad-recv.rs
|
|
|
bad-send.rs
|
|
|
bad-type-env-capture.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
bind-alias.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
bind-parameterized-args.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
binop-add-tup-assign.rs
|
Remove uses of tuples from the test suite
|
2011-07-26 14:49:40 +02:00 |
binop-add-tup.rs
|
Remove uses of tuples from the test suite
|
2011-07-26 14:49:40 +02:00 |
binop-bitxor-str.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
binop-logic-float.rs
|
Fail typechecking for bad binop/type combinations
|
2011-06-25 19:42:59 -07:00 |
binop-logic-int.rs
|
Fail typechecking for bad binop/type combinations
|
2011-06-25 19:42:59 -07:00 |
binop-mul-bool.rs
|
Fail typechecking for bad binop/type combinations
|
2011-06-25 19:42:59 -07:00 |
binop-shift-port.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
binop-sub-obj.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
binop-typeck.rs
|
rustc: Fail to unify if two ty_vars don't unify
|
2011-06-17 11:35:00 -07:00 |
bogus-tag.rs
|
|
|
break-outside-loop.rs
|
Remove variable name 'res' from test suite
|
2011-06-25 21:15:04 +02:00 |
break-uninit2.rs
|
|
|
break-uninit.rs
|
test: Fix mismatched types in prep for typechecker fixes
|
2011-06-17 11:35:00 -07:00 |
capture1.rs
|
|
|
capture2.rs
|
|
|
chan-parameterized-args.rs
|
In typeck, check for dynamically sized by-value arguments to thunks
|
2011-07-11 17:32:00 -07:00 |
constrained-type-missing-check.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
constructor-as-cast.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
copy-a-resource.rs
|
Use 'resource' rather than 'res' as a keyword
|
2011-06-28 18:00:39 +02:00 |
cross-crate-glob-collision.rs
|
Improve the error message for import glob collisions. Closes #482
|
2011-07-08 18:55:01 -07:00 |
dead-code-be.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
dead-code-ret.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
direct-obj-fn-call.rs
|
rustc: Convert field access on invalid types from an ICE to a fatal error
|
2011-06-22 21:31:32 -07:00 |
do-while-constraints.rs
|
Re-enable tidy (it was broken) and fix various non-tidy things.
|
2011-06-29 15:14:55 -07:00 |
do-while-pred-constraints.rs
|
Re-enable tidy (it was broken) and fix various non-tidy things.
|
2011-06-29 15:14:55 -07:00 |
does-nothing.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
dup-link-name.rs
|
Error if the link attribute has duplicate items. Issue #614
|
2011-07-05 11:46:02 -07:00 |
duplicate-name.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
export2.rs
|
|
|
export-fully-qualified.rs
|
|
|
export-import.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
export-no-tag-variants.rs
|
|
|
export-tag-variant.rs
|
|
|
export.rs
|
|
|
ext-after-attrib.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
ext-noname.rs
|
Fix assertion failure when syntax extension name is missing.
|
2011-07-02 00:06:58 -07:00 |
ext-nonexistent.rs
|
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_local.
|
2011-06-07 19:33:18 -07:00 |
extend-non-object.rs
|
Add a compile-fail test for attempts to extend non-objects.
|
2011-07-06 10:47:36 -07:00 |
extenv-no-args.rs
|
rustc: Use spans for #env errors
|
2011-06-04 17:14:32 -04:00 |
extenv-not-string-literal.rs
|
Add simple syntax extension (#simplext)
|
2011-06-28 15:02:12 +00:00 |
extenv-too-many-args.rs
|
rustc: Use spans for #env errors
|
2011-06-04 17:14:32 -04:00 |
extfmt-missing-type.rs
|
stdlib: Use spans for #fmt errors originating in std
|
2011-06-04 19:48:19 -04:00 |
extfmt-no-args.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
extfmt-non-literal2.rs
|
rustc: Use spans on extfmt error messages
|
2011-06-04 17:10:04 -04:00 |
extfmt-non-literal.rs
|
|
|
extfmt-not-enough-args.rs
|
rustc: Use spans on extfmt error messages
|
2011-06-04 17:10:04 -04:00 |
extfmt-too-many-args.rs
|
|
|
extfmt-unknown-type.rs
|
stdlib: Use spans for #fmt errors originating in std
|
2011-06-04 19:48:19 -04:00 |
extfmt-unsigned-plus.rs
|
rustc: Use spans on extfmt error messages
|
2011-06-04 17:10:04 -04:00 |
extfmt-unsigned-space.rs
|
rustc: Use spans on extfmt error messages
|
2011-06-04 17:10:04 -04:00 |
extfmt-unterminated-conv.rs
|
stdlib: Use spans for #fmt errors originating in std
|
2011-06-04 19:48:19 -04:00 |
fail-expr.rs
|
Make non-str fail expression a type checking failure instead of a translation one.
|
2011-07-03 21:46:17 -07:00 |
fail-simple.rs
|
Fix the error-pattern on compile-fail/fail-simple
|
2011-07-02 00:06:58 -07:00 |
fail-type-err.rs
|
Add test case from issue #675. The previous fix actually fixes this too.
|
2011-07-13 15:04:29 -07:00 |
fn-bad-block-type.rs
|
Typecheck block tail expressions that are fn return values
|
2011-06-18 20:23:05 -07:00 |
fn-compare-mismatch.rs
|
Add a test for mismatched types when comparing functions
|
2011-06-25 19:28:19 -07:00 |
fn-constraint.rs
|
Serialize constraints in types (literal arguments still not supported)
|
2011-06-21 14:37:33 -07:00 |
fn-expr-type-state.rs
|
Add a test that tests typestate checking inside of fn exprs.
|
2011-06-24 15:46:20 -07:00 |
fn-expr-typestate-2.rs
|
Another test for typestate and expr_fn
|
2011-06-28 13:14:52 -07:00 |
for-loop-decl.rs
|
Remove uses of tuples from the test suite
|
2011-07-26 14:49:40 +02:00 |
forgot-ret.rs
|
Un-xfail some tests that work
|
2011-06-14 12:27:23 -07:00 |
fru-extra-field.rs
|
|
|
fru-typestate.rs
|
|
|
if-branch-types.rs
|
|
|
if-check-precond-fail.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
if-typeck.rs
|
rustc: Demand that if conditions have bool type
|
2011-06-17 11:35:00 -07:00 |
import2.rs
|
|
|
import3.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
import4.rs
|
|
|
import5.rs
|
|
|
import-glob-0.rs
|
|
|
import-glob-circular.rs
|
|
|
import-glob-export.rs
|
Fix bug: globbed imports were importing everything visible from the other
|
2011-06-22 15:41:39 -07:00 |
import-glob-multiple.rs
|
|
|
import-loop-2.rs
|
|
|
import-loop.rs
|
|
|
import.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
impure-pred.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
infinite-tag-type-recursion.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
infinite-vec-type-recursion.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
item-name-overload.rs
|
Remove uses of tuples from the test suite
|
2011-07-26 14:49:40 +02:00 |
macro-2.rs
|
Implement Macro By Example.
|
2011-07-22 16:53:43 -07:00 |
macro.rs
|
XFAIL some tests in stage 0
|
2011-07-14 10:27:02 -07:00 |
main-wrong-type-2.rs
|
Make resolve and the typechecker check for a main fn of the
|
2011-07-13 18:30:53 -07:00 |
main-wrong-type.rs
|
Make resolve and the typechecker check for a main fn of the
|
2011-07-13 18:30:53 -07:00 |
missing-main.rs
|
Make resolve and the typechecker check for a main fn of the
|
2011-07-13 18:30:53 -07:00 |
missing-return2.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
missing-return.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
multiline-comment-line-tracking.rs
|
|
|
native-type-mismatch.rs
|
Fix native-type-mismatch test on win32
|
2011-07-18 13:56:19 -07:00 |
nested-ty-params.rs
|
Make resolve check for type-variable name-shadowing
|
2011-07-12 13:42:05 -07:00 |
no-constraint-prop.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
no-self-dispatch.rs
|
|
|
not-a-pred-2.rs
|
|
|
not-a-pred-3.rs
|
|
|
not-a-pred-check.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
not-a-pred.rs
|
Refactor data structures representing constraints (again...)
|
2011-06-15 15:38:12 -07:00 |
not-pred-args.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
or-init.rs
|
Handle lazy binops properly in typestate
|
2011-06-28 13:07:52 -07:00 |
or-patter-mismatch.rs
|
Implement or-patterns in case clauses
|
2011-07-11 11:01:54 +02:00 |
output-type-mismatch.rs
|
|
|
pattern-tyvar-2.rs
|
|
|
pattern-tyvar.rs
|
Un-xfail some tests that work
|
2011-06-14 12:27:23 -07:00 |
pred-assign.rs
|
Invalidate constraints correctly after an assignment expression
|
2011-06-24 22:36:53 -07:00 |
pred-not-bool.rs
|
|
|
pred-on-wrong-slots.rs
|
Un-XFAIL pred-on-wrong-slots
|
2011-06-10 19:17:15 -07:00 |
pred-swap.rs
|
Invalidate constraints correctly after an assignment expression
|
2011-06-24 22:36:53 -07:00 |
put-in-fn.rs
|
Add xfail-stage3 directives to tests
|
2011-07-22 10:18:28 -07:00 |
rec-extend.rs
|
Swap the expected/actual for typechecking fields of updated records
|
2011-07-06 14:04:52 -07:00 |
rec-missing-fields.rs
|
|
|
ret-non-nil.rs
|
|
|
return-uninit.rs
|
|
|
self-call-non-obj.rs
|
Sane error message for self-call in non-obj context. Closes #707.
|
2011-07-18 15:58:36 -07:00 |
self-missing-method.rs
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
shadow.rs
|
|
|
slot-as-pred.rs
|
Un-xfail some tests that work
|
2011-06-14 12:27:23 -07:00 |
spawn-non-nil-fn.rs
|
|
|
swap-no-lval.rs
|
Require that both sides of a swap be lvals.
|
2011-06-28 17:28:06 -07:00 |
swap-uninit.rs
|
Write some tests for swap.
|
2011-06-16 11:47:54 -07:00 |
tag-type-args.rs
|
Improve error message for wrong number of type arguments
|
2011-06-09 14:50:49 -07:00 |
tail-non-call.rs
|
|
|
tail-typeck.rs
|
|
|
type-arg-out-of-scope.rs
|
Make resolve check for type-variable name-shadowing
|
2011-07-12 13:42:05 -07:00 |
type-mismatch-multiple.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
type-mismatch.rs
|
rustc: Don't commit unification changes until unify succeeds
|
2011-06-22 20:43:50 -07:00 |
type-recursive.rs
|
Add xfail-stage0 to some tests (not sure if it matters...)
|
2011-06-14 12:27:23 -07:00 |
type-shadow.rs
|
|
|
unbalanced-comment.rs
|
|
|
uninit-after-item.rs
|
Change typestate to use visit instead of walk
|
2011-07-12 11:22:31 -07:00 |
unreachable-arm.rs
|
Add a pass that checks for unreachable alt arms
|
2011-07-25 13:52:59 +02:00 |
unsafe-alias-2.rs
|
A revised, improved alias-checker
|
2011-06-09 13:11:29 +02:00 |
unsafe-alias.rs
|
A revised, improved alias-checker
|
2011-06-09 13:11:29 +02:00 |
unsafe-alt.rs
|
A revised, improved alias-checker
|
2011-06-09 13:11:29 +02:00 |
unsafe-for.rs
|
Add new visitor framework
|
2011-06-09 13:08:38 +02:00 |
unsafe-mutable-alias.rs
|
Handle mutable references in alias analysis
|
2011-06-10 16:44:33 +02:00 |
use-after-move.rs
|
Compute typestate properly for move
|
2011-06-22 22:13:42 -07:00 |
use-meta-dup.rs
|
Require that the meta items in a use statement have unique names
|
2011-07-05 16:12:24 -07:00 |
use-meta-mismatch.rs
|
Add a test for mismatched crate metadata in use statements
|
2011-07-01 12:26:57 -07:00 |
use-meta.rc
|
Re-enable tidy (it was broken) and fix various non-tidy things.
|
2011-06-29 15:14:55 -07:00 |
use-uninit-2.rs
|
|
|
use-uninit-3.rs
|
|
|
use-uninit-dtor.rs
|
|
|
use-uninit.rs
|
|
|
vec-field.rs
|
The Big Test Suite Overhaul
|
2011-07-24 15:34:34 -07:00 |
vector-no-ann.rs
|
Remove some unnecessary xfails
|
2011-06-14 15:11:48 -07:00 |
while-bypass.rs
|
|
|
while-expr.rs
|
|
|
while-loop-constraints.rs
|
Re-enable tidy (it was broken) and fix various non-tidy things.
|
2011-06-29 15:14:55 -07:00 |
while-loop-pred-constraints.rs
|
Re-enable tidy (it was broken) and fix various non-tidy things.
|
2011-06-29 15:14:55 -07:00 |
while-type-error.rs
|
|
|
writing-through-read-alias.rs
|
Extend alias analysis to check assignments
|
2011-06-15 14:10:07 +02:00 |
writing-through-uninit-vec.rs
|
|
|
writing-to-immutable-obj.rs
|
Implement checking against assignments to immutable obj fields
|
2011-06-15 14:59:51 +02:00 |
writing-to-immutable-rec.rs
|
test: Enable more tests
|
2011-06-22 08:35:02 -07:00 |
writing-to-immutable-vec.rs
|
Extend alias analysis to check assignments
|
2011-06-15 14:10:07 +02:00 |
wrong-ret-type.rs
|
|
|