rust/src/test/compile-fail
Niko Matsakis 0682ad0eb9 Finalize moves-based-on-type implementation.
Changes:

- Refactor move mode computation
- Removes move mode arguments, unary move, capture clauses
  (though they still parse for backwards compatibility)
- Simplify how moves are handled in trans
- Fix a number of illegal copies that cropped up
- Workaround for bug involving def-ids in params
  (see details below)

Future work (I'll open bugs for these...):

- Improve error messages for moves that are due
  to bindings
- Add support for moving owned content like a.b.c
  to borrow check, test in trans (but I think it'll
  "just work")
- Proper fix for def-ids in params

Def ids in params:

Move captures into a map instead of recomputing.

This is a workaround for a larger bug having to do with the def-ids associated
with ty_params, which are not always properly preserved when inlining.  I am
not sure of my preferred fix for the larger bug yet.  This current fix removes
the only code in trans that I know of which relies on ty_param def-ids, but
feels fragile.
2013-01-31 12:09:00 -08:00
..
access-mode-in-closures.rs testsuite: Add license 2013-01-19 17:38:12 -08:00
alt-arrows-block-then-binop.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-join.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-pattern-field-mismatch-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-pattern-field-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-range-fail-dominate.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-range-fail.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-tag-nullary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-tag-unary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
alt-vec-invalid-2.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
alt-vec-invalid.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
alt-vec-mismatch-2.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
alt-vec-mismatch.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
alt-vec-unreachable.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
ambig_impl_2_exe.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
ambig_impl_bounds.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
ambig_impl_unify.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-cant-nest-rw-arc-3177.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-cond-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-read-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-state-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-write-mode-cond-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arc-rw-write-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arg-count-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arg-style-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
arg-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
assign-imm-local-twice.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
assign-super.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
assign-to-method.rs testsuite: Update error message, unbreak build 2013-01-20 18:22:11 -08:00
attempted-access-non-fatal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-bad-crate-attr.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-bad-meta.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
attr-before-ext.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-before-let.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-before-stmt.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-dangling-in-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
attr-dangling-in-mod.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
auto-ref-borrowck-failure.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
auto-ref-slice-plus-ref.rs test: fix compile-fail tests somehow missed from local 'make check', r=burningtree. 2013-01-30 17:07:35 -08:00
autoderef-full-lval.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-alt.rs
bad-bang-ann-3.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
bad-bang-ann.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
bad-const-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-env-capture2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-env-capture3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-env-capture.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-expr-path2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
bad-expr-path.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
bad-for-loop.rs syntax/rustc: Improve error message for misuse of for loop 2013-01-24 11:04:54 -08:00
bad-main.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-method-typaram-kind.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-module.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-name.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-record-pat-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-record-pat.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-type-env-capture.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-value-ident-false.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-value-ident-true.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bad-var-env-capture-in-block-arg.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bang-tailexpr.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
bind-by-move-neither-can-live-while-the-other-survives-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bind-by-move-neither-can-live-while-the-other-survives-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bind-by-move-neither-can-live-while-the-other-survives-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bind-by-move-neither-can-live-while-the-other-survives-4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bind-by-move-no-guards.rs Reverse the order of the results of pipes::stream 2012-12-11 19:23:28 -08:00
bind-by-move-no-lvalues-1.rs Deal with test failures in various ways 2012-12-18 14:35:53 -08:00
bind-by-move-no-lvalues-2.rs Deal with test failures in various ways 2012-12-18 14:35:53 -08:00
bind-by-move-no-sub-bindings.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-add-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-add-tup-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-add-tup.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-bitxor-str.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-logic-float.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-logic-int.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-mul-bool.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
binop-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-arg-as-stmt-with-value.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-arg-used-as-lambda-with-illegal-cap.rs librustc: Make the default sigil for block lambdas & instead of @. 2013-01-15 17:57:45 -08:00
block-coerce-no-2.rs A collection of refactorings that I found it hard/tiresome to divide: 2013-01-09 14:59:07 -08:00
block-coerce-no.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-must-not-have-result-do.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-must-not-have-result-for.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-must-not-have-result-res.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
block-must-not-have-result-while.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
bogus-tag.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-addr-of-upvar.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-assign-comp-idx.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-assign-comp.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-assign-to-constants.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-assign-to-enum.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-assign-to-subfield.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-autoref-3261.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-borrowed-uniq-rvalue-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-borrowed-uniq-rvalue.rs Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
borrowck-call-method-from-mut-aliasable.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-call-sendfn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-confuse-region.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-imm-field-imm-base.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-imm-field-mut-base.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-b.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-imm-ref-to-mut-rec-field-issue-3162.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-issue-2657-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-issue-2657-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-lend-flow.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-loan-blocks-move-cc.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
borrowck-loan-blocks-move.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-loan-blocks-mut-uniq.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-loan-in-overloaded-op.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-loan-local-as-both-mut-and-imm.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-loan-rcvr-overloaded-op.rs Correct tests 2013-01-17 18:45:57 -08:00
borrowck-loan-rcvr.rs Correct tests 2013-01-17 18:45:57 -08:00
borrowck-loan-vec-content.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-move-by-capture.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
borrowck-move-from-unsafe-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-addr-of-imm-var.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-boxed-vec.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-deref-comp.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-field-imm-base.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-slice-of-imm-vec.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-mut-vec-as-imm-slice-bad.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-no-cycle-in-exchange-heap.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pat-by-value-binding.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pat-enum-in-box.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pat-enum.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pat-reassign-binding.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pat-reassign-sometimes-binding.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-pure-scope-in-call.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-ref-into-rvalue.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-ref-mut-of-imm.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-unary-move-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-unary-move.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-uniq-via-box.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-uniq-via-lend.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
borrowck-uniq-via-ref.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-vec-pattern-element-loan.rs Integrate vec patterns into borrow checker. 2013-01-28 10:00:32 -08:00
borrowck-vec-pattern-loan-from-mut.rs Integrate vec patterns into borrow checker. 2013-01-28 10:00:32 -08:00
borrowck-vec-pattern-move-tail.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
borrowck-vec-pattern-nesting.rs Integrate vec patterns into borrow checker. 2013-01-28 10:00:32 -08:00
borrowck-vec-pattern-tail-element-loan.rs Integrate vec patterns into borrow checker. 2013-01-28 10:00:32 -08:00
borrowck-wg-borrow-mut-to-imm-fail-2.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-wg-borrow-mut-to-imm-fail-3.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-wg-borrow-mut-to-imm-fail.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
borrowck-wg-move-base-2.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
break-outside-loop.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
by-move-pattern-binding.rs librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=crashing-servo 2012-12-14 18:19:07 -08:00
capture1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
cast-from-nil.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
cast-to-nil.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-cast-to-trait.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-implements-bad-trait.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-implements-int.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-method-missing.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
class-missing-self.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
closure-that-fails.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
coerce-bad-variance.rs Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
const-recursive.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
copy-a-resource.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
crateresolve1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
crateresolve2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
crateresolve5.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
dead-code-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
deref-non-pointer.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
die-not-unique.rs Adjust the die macro to only accept ~str and to work in statement position 2012-12-10 18:16:22 -08:00
disallowed-deconstructing-destructing-struct.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
do-lambda-requires-braces.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
does-nothing.rs
drop-on-non-struct.rs libstd: Remove "dual impls" from the language and enforce coherence rules. r=brson 2013-01-29 10:42:45 -08:00
dup-link-name.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
duplicate-visibility.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
elided-test.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
empty-linkname2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
empty-linkname.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
empty-record-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
empty-vec-trailing-comma.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
enum-in-scope.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
estr-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
eval-enum.rs Handle divide by zero in constant evaluator 2013-01-23 15:07:00 +09:00
evec-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
explicit-call-to-dtor.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
explicit-call-to-supertrait-dtor.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
export2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export-fully-qualified.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export-import.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export-tag-variant.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
export.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
ext-after-attrib.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
ext-nonexistent.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extenv-no-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extenv-not-string-literal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extenv-too-many-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extern-no-call.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extern-wrong-value-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-missing-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-no-args.rs syntax: remove remaining #syntaxext machinery. Close #3516. 2012-12-12 17:08:09 -08:00
extfmt-non-literal2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-non-literal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-not-enough-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-too-many-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unknown-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unsigned-plus.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unsigned-space.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
extfmt-unterminated-conv.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fail-expr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fail-simple.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fail-type-err.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
float-literal-inference-restrictions.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-bad-block-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-compare-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-variance-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-variance-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fn-variance-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
for-loop-decl.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
foreign-unsafe-fn-called.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
foreign-unsafe-fn.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
fru-extra-field.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fully-qualified-type-name1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
fully-qualified-type-name2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
fully-qualified-type-name3.rs xfail broken tests 2013-01-07 18:05:18 -08:00
fully-qualified-type-name4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
functional-struct-update.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
if-branch-types.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
if-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
if-without-else-result.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
immut-function-arguments.rs testsuite: Add tests for mutable function arguments 2013-01-22 23:34:35 -08:00
implicit-method-bind.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import4.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-from-missing.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-from-path.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import-from-rename.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-0.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-circular.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-glob-path.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
import-glob-rename.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-loop-2.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import-loop.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
import.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
index_message.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
infinite-instantiation.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
infinite-tag-type-recursion.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
infinite-vec-type-recursion.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
integer-literal-suffix-inference.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-511.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-818.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-897-2.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
issue-897.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
issue-1362.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1448-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1451.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1476.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1655.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-1697.rs test: Fix a bunch of compile-fail tests. rs=bustage 2012-12-28 19:36:35 -08:00
issue-1763.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1802-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1802-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1871.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1896-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1900.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-1962.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2063-resource.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2063.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2074.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2111.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2123.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-2149.rs librustc: Make the default sigil for block lambdas & instead of @. 2013-01-15 17:57:45 -08:00
issue-2150.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2151.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2330.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2354.rs Fix Option camel case in xfailed/ignored tests 2013-01-25 19:42:23 -07:00
issue-2356.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2370-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2370.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2467.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2478.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2548.rs correct expected error msgs in various tests rs=breakage 2013-01-10 13:58:14 -08:00
issue-2590.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2611-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2611-4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2611-5.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2718-a.rs librustc: Disallow trait bounds in types, enumerations, and structure definitions. r=tjc 2013-01-29 10:42:58 -08:00
issue-2766-a.rs test: Fix a bunch of compile-fail tests. rs=bustage 2012-12-28 19:36:35 -08:00
issue-2817-2.rs testsuite: Capitalize error message, unbreak build 2013-01-24 12:14:26 -08:00
issue-2817.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2823.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2848.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-2849.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2937.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-2951.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2969.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-2995.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3021-b.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3021-c.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3021-d.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3021.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3033.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3036.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3038.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3044.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3080.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3096-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3096-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3099-a.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3099-b.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
issue-3099.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3154.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3177-mutable-struct.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3214.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3243.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3296.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3311.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3344.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3477.rs Emit a type error for integer literals where the expected type is char 2012-12-22 15:58:05 -08:00
issue-3521-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3521.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3563.rs Make self visible when typechecking nested functions 2013-01-08 13:56:26 -08:00
issue-3601.rs Actually xfail this, unbreak build 2013-01-03 15:26:41 -08:00
issue-3651-2.rs syntax/rustc: Improve error message for misuse of for loop 2013-01-24 11:04:54 -08:00
issue-3651.rs syntax/rustc: Improve error message for misuse of for loop 2013-01-24 11:04:54 -08:00
issue-3668-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3668.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3680.rs Avoid extra error for type mismatches in patterns 2012-12-11 17:38:57 -08:00
issue-3702-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3707.rs Add xfailed test for #3707 2013-01-03 15:35:19 -08:00
issue-3763
issue-3763.rs Auto-deref when checking field and method privacy 2012-12-11 19:17:31 -08:00
issue-3820.rs tests: Add two test cases, one xfailed 2013-01-10 13:44:27 -08:00
issue-3888.rs testsuite: Tweak tests for #3888 2013-01-20 19:51:33 -08:00
issue-3953.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3969.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3973.rs Add xfailed test for #3973 2013-01-10 15:35:41 -08:00
issue-3993-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3993-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-3993.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
issue-4335.rs testsuite: Add xfailed test for #4335 2013-01-19 17:39:15 -08:00
issue-4500.rs Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
keyword-super.rs Make super a keyword 2013-01-24 16:07:04 +09:00
keyword.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
kindck-implicit-close-over-mut-var.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
kindck-nonsendable-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
kindck-owned-trait-contains.rs Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
kindck-owned-trait-scoped.rs correct expected error msgs in various tests rs=breakage 2013-01-10 13:58:14 -08:00
kindck-owned-trait.rs correct expected error msgs in various tests rs=breakage 2013-01-10 13:58:14 -08:00
kindck-owned.rs correct expected error msgs in various tests rs=breakage 2013-01-10 13:58:14 -08:00
lambda-mutate-nested.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
lambda-mutate.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
let-destruct-refutable.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
lint-default-methods.rs librustc: De-implicit-self the visitor. r=graydon 2013-01-29 10:43:12 -08:00
lint-deprecated-self.rs librustc: Add a lint mode for deprecated self. r=brson 2012-12-14 19:46:55 -08:00
lint-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-managed-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-non-camel-case-types.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
lint-owned-heap-memory.rs testsuite: Remove structural records from remaining compile-fail tests 2013-01-28 19:41:56 -08:00
lint-type-limits.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-and-init.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-in-loop.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-in-op-eq.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-in-swap.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-assign-imm-local-with-init.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-bad-bang-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-block-unint.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-break-uninit-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-break-uninit.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-closure-require-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-dead.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-forgot-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-if-no-else.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-if-with-else.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-in-called-fn-expr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-in-fn-expr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-in-fru.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-op-equal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-init-plus-equal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-issue-2163.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-missing-ret2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-move-call-arg.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-move-from-args.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-move-in-loop.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-move-in-while.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-or-init.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-return.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-swap-uninit.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-uninit-after-item.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-uninit.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-unused
liveness-unused.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-use-after-move.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-use-after-send.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
liveness-use-in-index-lvalue.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while-break.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while-cond.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
liveness-while.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
loop-does-not-diverge.rs Remove ret_style and instead check whether fn return type is bot 2013-01-08 14:21:06 -08:00
lub-in-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
main-wrong-type-2.rs A collection of refactorings that I found it hard/tiresome to divide: 2013-01-09 14:59:07 -08:00
main-wrong-type.rs A collection of refactorings that I found it hard/tiresome to divide: 2013-01-09 14:59:07 -08:00
map-types.rs libstd: Remove "dual impls" from the language and enforce coherence rules. r=brson 2013-01-29 10:42:45 -08:00
minus-string.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
missing-derivable-attr.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
missing-do.rs syntax/rustc: Improve error message for misuse of for loop 2013-01-24 11:04:54 -08:00
missing-main.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
missing-return.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
missingmod.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_aux.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_correct_spans.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_not_exist.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mod_file_with_path_attr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mode-inference-fail.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
move-based-on-type-tuple.rs s/moved variable/moved value/ 2013-01-14 17:38:22 -08:00
moves-based-on-type-access-to-field.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
moves-based-on-type-block-bad.rs librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix 2012-12-13 21:44:19 -08:00
moves-based-on-type-capture-clause-bad.rs s/moved variable/moved value/ 2013-01-14 17:38:22 -08:00
moves-based-on-type-distribute-copy-over-paren.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
moves-based-on-type-exprs.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
moves-based-on-type-move-out-of-closure-env-issue-1965.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
multiline-comment-line-tracking.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
multiple-main-2.rs allowing the entry point name to be something other than main 2013-01-14 13:58:13 -08:00
multiple-main-3.rs allowing the entry point name to be something other than main 2013-01-14 13:58:13 -08:00
multiple-main.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
multitrait.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-arguments.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-class-fields-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-class-fields.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-box-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-field-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-ptr-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-unique-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-box.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-deep.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-rec.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-unique.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-vec1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-vec2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-vec3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-variance-vec4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
mutable-huh-vec-assign.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
name-clash-nullary-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
name-clash-nullary.rs test: Fix a bunch of compile-fail tests. rs=bustage 2012-12-28 19:36:35 -08:00
nested-ty-params.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
no-capture-arc.rs Remove oldcomm from the test suite 2013-01-30 00:48:10 -08:00
no-comment-balancing.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
no-reuse-move-arc.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
no-send-res-ports.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
noexporttypeexe.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
nolink-with-link-args.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
non-const.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
non-copyable-void.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
non-exhaustive-match-nested.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
non-exhaustive-match.rs Add support for destructuring vectors in match expressions 2012-12-17 16:50:40 -08:00
noncopyable-class.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
noncopyable-match-pattern.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
nonscalar-cast.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
nontrivial-fn-arg-pattern-in-pure-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
not-a-pred.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
not-enough-arguments.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
not-utf8.bin
not-utf8.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
obsolete-syntax.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
occurs-check-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
occurs-check.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
omitted-arg-in-item-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
omitted-arg-wrong-types.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
once-fn-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
or-patter-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
output-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
oversized-literal.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pat-ref-enum.rs Fix Option camel case in a compile-fail test 2013-01-25 19:42:24 -07:00
pat-shadow-in-nested-binding.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pattern-tyvar-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pattern-tyvar.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pinned-deep-copy.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pptypedef.rs xfail broken tests 2013-01-07 18:05:18 -08:00
prim-with-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
private_variant_2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
private-impl-method.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-item-simple.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-method-cross-crate.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
private-method.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-struct-field-cross-crate.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
private-struct-field-ctor.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-struct-field-pattern.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-struct-field.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
private-variant.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
pure-higher-order.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pure-loop-body.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pure-modifies-aliased.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
pure-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
purity-infer-fail.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
qquote-1.rs syntax: remove all remaining uses of #ast, and #ast / qquote itself. 2012-12-12 15:02:47 -08:00
qquote-2.rs syntax: remove all remaining uses of #ast, and #ast / qquote itself. 2012-12-12 15:02:47 -08:00
rec-expected.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
rec-extend.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
rec-missing-fields.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
record-with-resource.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
recursive-enum.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
redundant-link-args.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
refutable-pattern-in-fn-arg.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-addr-of-arg.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-addr-of-self.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-addr-of-upvar-self.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-blk.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-bounds.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-creating-enums3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-creating-enums4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-creating-enums.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-escape-bound-fn-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-escape-bound-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-escape-loop-via-variable.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-escape-loop-via-vec.rs librustc: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis 2013-01-24 13:52:22 -08:00
regions-escape-via-trait-or-not.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-fn-bound.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-fn-subtyping.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-fns.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-freevar.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-glb-free-free.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
regions-in-consts.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-in-enums.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-in-rsrcs.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-in-type-items.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-at-fn-not-param.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-borrow-scope-too-big.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-borrow-scope-within-loop.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-call-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-contravariance-due-to-immutability.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-contravariance-due-to-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-covariance-due-to-arg.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-arg-and-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-mutability-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-mutability-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-mutability-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-mutability-4.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-invariance-due-to-mutability.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-not-param.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-paramd-indirect.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-paramd-method.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-infer-region-in-fn-but-not-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-nested-fns-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-nested-fns.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-out-of-scope-slice.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-ret-borrowed-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-ret-borrowed.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-ret.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-scoping.rs Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
regions-steal-closure.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-trait-1.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-trait-2.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-trait-3.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
regions-var-type-out-of-scope.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
repeat-to-run-dtor-twice.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
reserved-be.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
resolve-inconsistent-binding-mode.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
resolve-inconsistent-names.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
ret-non-nil.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
return-in-block-function.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
selftype-astparam.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
selftype-traittype.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
sendfn-is-not-a-lambda.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
seq-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
spawn-non-nil-fn.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
static-region-bound.rs librustc: Implement &static as the replacement for Durable. r=nmatsakis 2013-01-10 11:16:54 -08:00
staticness-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-fields-dupe.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-fields-missing.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-fields-too-many.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
struct-like-enum-nonexhaustive.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
super-at-top-level.rs librustc: Make use statements crate-relative by default. r=brson 2012-12-13 13:05:22 -08:00
swap-no-lval.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-cond-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-rwlock-cond-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-rwlock-read-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-rwlock-write-mode-cond-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
sync-rwlock-write-mode-shouldnt-escape.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-that-dare-not-speak-its-name.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-type-args.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-cast-non-nullary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-disr-dup.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-disr-non-nullary.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tag-variant-disr-type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tail-typeck.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
terr-in-field.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
terr-sorts.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tps-invariant-class.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tps-invariant-enum.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tps-invariant-trait.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-cast.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-impl-can-not-have-untraitful-methods.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-impl-different-num-params.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
trait-impl-method-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-impl-subtype.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-inheritance-missing-requirement.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-keyword.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-or-new-type-instead.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
trait-test-2.rs librustc: Change self as a type to Self everywhere. r=brson 2013-01-30 19:52:45 -08:00
trait-test.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tuple-struct-nonexhaustive.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
tutorial-suffix-inference-test.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-arg-out-of-scope.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-mismatch-multiple.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-recursive.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
type-shadow.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unbalanced-doublequote.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unique-mut.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unique-object-noncopyable.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unique-pinned-nocopy.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unique-unique-kind.rs Rename Send trait to Owned 2012-12-13 15:52:50 -08:00
unique-vec-res.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unreachable-arm.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unreachable-code.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-assign-deref-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-autoderef.rs xfail broken tests 2013-01-07 18:05:18 -08:00
unsafe-fn-called-from-safe.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-deref-ptr.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsafe-fn-used-as-value.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unsendable-class.rs Remove oldcomm from the test suite 2013-01-30 00:48:10 -08:00
unsupported-cast.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
unused-imports-warn.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
use-after-move-based-on-type.rs s/moved variable/moved value/ 2013-01-14 17:38:22 -08:00
use-after-move-self-based-on-type.rs s/moved variable/moved value/ 2013-01-14 17:38:22 -08:00
use-after-move-self.rs Finalize moves-based-on-type implementation. 2013-01-31 12:09:00 -08:00
use-meta-dup.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
use-meta-mismatch.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
use-meta.rc Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-add.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-concat-bug.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-field.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vec-res-add.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vector-no-ann.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
view-items-at-top.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
vtable-res-trait-param.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
warn-ctypes-err-attr.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
warn-ctypes.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
warn-foreign-int-types.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
warn-path-statement.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
while-type-error.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
writing-through-read-alias.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
writing-to-immutable-rec.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
writing-to-immutable-vec.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
wrong-ret-type.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00