rust/src/test/compile-fail
Tamir Duberstein d51047ded0 Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
..
mod_file_disambig_aux
.gitattributes
access-mode-in-closures.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
arg-count-mismatch.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
arg-type-mismatch.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
array-not-vector.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
array-old-syntax-2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
asm-gated.rs
asm-gated2.rs Address the `asm!` case of #22234. 2015-02-15 22:14:03 +01:00
asm-in-bad-modifier.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
asm-misplaced-option.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
asm-out-assign-imm.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
asm-out-no-modifier.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
asm-out-read-uninit.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
asm-src-loc-codegen-units.rs Don't test codegen-units errors on stage1 (c.f. #20184) 2015-01-05 11:38:11 -08:00
asm-src-loc.rs Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
assign-imm-local-twice.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
assign-to-method.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
assignment-operator-unimplemented.rs
assoc-inherent.rs Fix for misspelled comments in tests. 2015-02-04 23:04:10 -05:00
associated-type-projection-ambig-between-bound-and-where-clause.rs Rework trait-bound-conversion so be based on the AST and rework collect 2015-02-24 16:27:23 -05:00
associated-type-projection-from-multiple-supertraits.rs More test fixes! 2015-01-05 22:58:37 -08:00
associated-type-projection-from-supertrait.rs Adjust error messages due to having more type information available. 2015-01-27 09:40:45 -05:00
associated-types-ICE-when-projecting-out-of-err.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-binding-to-type-defined-in-supertrait.rs More test fixes! 2015-01-05 22:58:37 -08:00
associated-types-bound-failure.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-coherence-failure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
associated-types-eq-1.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-eq-2.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
associated-types-eq-3.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
associated-types-eq-expr-path.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-eq-hr.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
associated-types-for-unimpl-trait.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-in-ambiguous-context.rs rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542. 2015-02-24 14:14:16 +02:00
associated-types-incomplete-object.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
associated-types-invalid-trait-ref-issue-18865.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-issue-17359.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
associated-types-issue-20346.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-multiple-types-one-trait.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-no-suitable-bound.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-no-suitable-supertrait.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-path-1.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
associated-types-path-2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-project-from-hrtb-in-fn-body.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-project-from-hrtb-in-fn.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-project-from-hrtb-in-struct.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-project-from-hrtb-in-trait-method.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
associated-types-subtyping-1.rs Make subtyping for projection types stricter. Fixes #21726. 2015-01-29 09:06:34 -05:00
associated-types-unconstrained.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
associated-types-unsized.rs markers -> marker 2015-01-07 12:10:31 +13:00
attempted-access-non-fatal.rs
attr-bad-crate-attr.rc
auto-ref-slice-plus-ref.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
autoderef-full-lval.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
bad-bang-ann-3.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bad-bang-ann.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bad-const-type.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
bad-crate-id.rs
bad-crate-id2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
bad-env-capture.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
bad-env-capture2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
bad-env-capture3.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
bad-expr-lhs.rs
bad-expr-path.rs
bad-expr-path2.rs
bad-extern-link-attrs.rs
bad-main.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
bad-method-typaram-kind.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bad-mid-path-type-params.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
bad-module.rs
bad-sized.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
bad-type-env-capture.rs
bang-tailexpr.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
bind-by-move-neither-can-live-while-the-other-survives-2.rs
bind-by-move-neither-can-live-while-the-other-survives-3.rs
bind-by-move-neither-can-live-while-the-other-survives-4.rs
bind-by-move-no-guards.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
binop-bitxor-str.rs
binop-consume-args.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11:00
binop-fail-3.rs
binop-logic-float.rs
binop-logic-int.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
binop-move-semantics.rs Update the "English-language" to-string function of a `cmt` to use 2015-01-08 09:19:27 -05:00
binop-mul-bool.rs
binop-typeck.rs
blind-item-block-item-shadow.rs Added some tests for arbitrary ordered view items 2015-01-21 20:05:16 +02:00
blind-item-block-middle.rs Deny imports after non-item statements. 2015-01-21 20:05:16 +02:00
blind-item-item-shadow.rs Added some tests for arbitrary ordered view items 2015-01-21 20:05:16 +02:00
blind-item-local-shadow.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
block-must-not-have-result-do.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
block-must-not-have-result-res.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
block-must-not-have-result-while.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
bogus-tag.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrow-immutable-upvar-mutation.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
borrow-tuple-fields.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-and-init.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-anon-fields-struct.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
borrowck-anon-fields-tuple.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-anon-fields-variant.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
borrowck-assign-comp-idx.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-assign-comp.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-assign-to-andmut-in-aliasable-loc.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-assign-to-andmut-in-borrowed-loc.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-assign-to-constants.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-auto-mut-ref-to-immut-var.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-autoref-3261.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
borrowck-bad-nested-calls-free.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-bad-nested-calls-move.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-block-unint.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-borrow-from-owned-ptr.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
borrowck-borrow-from-stack-variable.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
borrowck-borrow-from-temporary.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-borrow-immut-deref-of-box-as-mut.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs Fix references to doc.rs throughout the code 2015-02-18 19:54:45 -08:00
borrowck-borrow-mut-object-twice.rs
borrowck-borrow-overloaded-auto-deref-mut.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
borrowck-borrow-overloaded-auto-deref.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
borrowck-borrow-overloaded-deref-mut.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
borrowck-borrow-overloaded-deref.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
borrowck-borrowed-uniq-rvalue-2.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-borrowed-uniq-rvalue.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
borrowck-box-insensitivity.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-break-uninit-2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-break-uninit.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-call-is-borrow-issue-12224.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
borrowck-call-method-from-mut-aliasable.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-closures-mut-and-imm.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-closures-mut-of-imm.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-closures-two-mut.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-closures-unique-imm.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-closures-unique.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-closures-use-after-free.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-field-sensitivity.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-fn-in-const-a.rs Apply borrowck to fns that appear in const declarations. 2015-02-23 17:22:51 -05:00
borrowck-fn-in-const-b.rs Apply borrowck to fns that appear in const declarations. 2015-02-23 17:22:51 -05:00
borrowck-fn-in-const-c.rs Apply borrowck to fns that appear in const declarations. 2015-02-23 17:22:51 -05:00
borrowck-for-loop-correct-cmt-for-pattern.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-for-loop-head-linkage.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-if-no-else.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-if-with-else.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-init-in-called-fn-expr.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-init-in-fn-expr.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
borrowck-init-in-fru.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-init-op-equal.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-init-plus-equal.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-insert-during-each.rs `for x in xs.iter()` -> `for x in &xs` 2015-02-02 13:40:18 -05:00
borrowck-issue-2657-1.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-issue-2657-2.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-issue-14498.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-lend-flow-if.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-lend-flow-loop.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-lend-flow-match.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
borrowck-lend-flow.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-let-suggestion-suffixes.rs Add `CodeExtent::Remainder` variant; pre-req for new scoping/drop rules. 2015-01-27 10:26:52 +01:00
borrowck-let-suggestion.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-loan-blocks-move-cc.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-loan-blocks-move.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-loan-blocks-mut-uniq.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-loan-in-overloaded-op.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
borrowck-loan-rcvr-overloaded-op.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-loan-rcvr.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-loan-vec-content.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-match-binding-is-assignment.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-move-by-capture.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-move-error-with-note.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
borrowck-move-from-subpath-of-borrowed-path.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-move-from-unsafe-ptr.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-move-in-irrefut-pat.rs Update the "English-language" to-string function of a `cmt` to use 2015-01-08 09:19:27 -05:00
borrowck-move-moved-value-into-closure.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-move-mut-base-ptr.rs Fix references to doc.rs throughout the code 2015-02-18 19:54:45 -08:00
borrowck-move-out-of-overloaded-auto-deref.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-move-out-of-overloaded-deref.rs Update the "English-language" to-string function of a `cmt` to use 2015-01-08 09:19:27 -05:00
borrowck-move-out-of-static-item.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-move-out-of-struct-with-dtor.rs
borrowck-move-out-of-tuple-struct-with-dtor.rs
borrowck-move-out-of-vec-tail.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-move-subcomponent.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-multiple-captures.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-mut-addr-of-imm-var.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-mut-borrow-of-mut-base-ptr.rs Fix references to doc.rs throughout the code 2015-02-18 19:54:45 -08:00
borrowck-mut-slice-of-imm-vec.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-mutate-in-guard.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-no-cycle-in-exchange-heap.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-object-lifetime.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-object-mutability.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-or-init.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-overloaded-call.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-overloaded-index-2.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-overloaded-index-and-overloaded-deref.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-overloaded-index-autoderef.rs make `IndexMut` a super trait over `Index` 2015-02-06 21:11:59 -05:00
borrowck-overloaded-index.rs make `IndexMut` a super trait over `Index` 2015-02-06 21:11:59 -05:00
borrowck-partial-reinit-1.rs librustc: Forbid partial reinitialization of uninitialized structures or 2015-02-12 13:55:08 +01:00
borrowck-partial-reinit-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-partial-reinit-3.rs librustc: Forbid partial reinitialization of uninitialized structures or 2015-02-12 13:55:08 +01:00
borrowck-partial-reinit-4.rs librustc: Forbid partial reinitialization of uninitialized structures or 2015-02-12 13:55:08 +01:00
borrowck-pat-reassign-binding.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-reborrow-from-mut.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-reborrow-from-shorter-lived-andmut.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-ref-into-rvalue.rs
borrowck-ref-mut-of-imm.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-report-with-custom-diagnostic.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
borrowck-return-variable-on-stack-via-clone.rs
borrowck-return.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-struct-update-with-dtor.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-swap-mut-base-ptr.rs Fix references to doc.rs throughout the code 2015-02-18 19:54:45 -08:00
borrowck-unary-move.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-unboxed-closures.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-uninit-after-item.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-uninit-in-assignop.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-uninit.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
borrowck-uniq-via-lend.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-use-in-index-lvalue.rs Updates to tests reflecting array-move restrictions. 2015-02-07 13:44:06 +01:00
borrowck-use-mut-borrow.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-vec-pattern-element-loan.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-vec-pattern-loan-from-mut.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-vec-pattern-move-tail.rs Updates to tests reflecting array-move restrictions. 2015-02-07 13:44:06 +01:00
borrowck-vec-pattern-nesting.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
borrowck-vec-pattern-tail-element-loan.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
borrowck-while-break.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
borrowck-while-cond.rs
borrowck-while.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
break-outside-loop.rs fix cfail tests 2015-01-05 17:22:17 -05:00
builtin-superkinds-double-superkind.rs markers -> marker 2015-01-07 12:10:31 +13:00
builtin-superkinds-in-metadata.rs markers -> marker 2015-01-07 12:10:31 +13:00
builtin-superkinds-self-type.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
builtin-superkinds-simple.rs Update tests for the Send - 'static change. 2015-02-18 11:27:51 +11:00
builtin-superkinds-typaram-not-send.rs markers -> marker 2015-01-07 12:10:31 +13:00
by-move-pattern-binding.rs
cannot-mutate-captured-non-mut-var.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
capture1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
cast-as-bool.rs
cast-from-nil.rs Cleanup check_cast. Fixes #21554 2015-01-25 01:44:49 +02:00
cast-to-bare-fn.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
cast-to-nil.rs Cleanup check_cast. Fixes #21554 2015-01-25 01:44:49 +02:00
cfg-attr-cfg-2.rs Process cfg_attr right before stripping cfg 2015-02-09 10:12:14 -08:00
cfg-attr-crate-2.rs Process cfg_attr right before stripping cfg 2015-02-09 10:12:14 -08:00
cfg-attr-unknown-attribute-macro-expansion.rs Run feature-gating on the final AST passed to the compiler. 2015-03-06 00:18:29 +11:00
cfg-in-crate-1.rs
changing-crates.rs
check-static-immutable-mut-slices.rs rustc: merge check_static into check_const. 2015-02-16 16:29:21 +02:00
check-static-values-constraints.rs rustc: merge check_static into check_const. 2015-02-16 16:29:21 +02:00
class-cast-to-trait.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
class-method-missing.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
class-missing-self.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cleanup-rvalue-scopes-cf.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
closure-bounds-cant-promote-superkind-in-struct.rs markers -> marker 2015-01-07 12:10:31 +13:00
closure-bounds-static-cant-capture-borrowed.rs fix cfail tests 2015-01-05 17:22:17 -05:00
closure-bounds-subtype.rs markers -> marker 2015-01-07 12:10:31 +13:00
closure-reform-bad.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
coerce-mut.rs Forbid coercing &T to &mut T 2015-01-20 22:56:53 +09:00
coerce-overloaded-autoderef.rs Implement deref coercions (rust-lang/rfcs#241). 2015-01-30 00:30:12 +02:00
coerce-unsafe-to-closure.rs
coercion-slice.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
coherence-all-remote.rs Update the coherence rules to "covered first" -- the first type parameter to contain either a local type or a type parameter must contain only covered type parameters. 2015-01-30 20:25:07 -05:00
coherence-bigint-param.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-blanket-conflicts-with-blanket-implemented.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence-blanket-conflicts-with-blanket-unimplemented.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence-blanket-conflicts-with-specific-cross-crate.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence-blanket-conflicts-with-specific-multidispatch.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence-blanket-conflicts-with-specific-trait.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
coherence-blanket-conflicts-with-specific.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence-conflicting-negative-trait-impl.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
coherence-cow-no-cover.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-cross-crate-conflict.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-default-trait-impl.rs Restore the coherence visitor and fix fallouts 2015-02-22 02:14:27 +01:00
coherence-impls-copy.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
coherence-impls-send.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
coherence-impls-sized.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
coherence-lone-type-parameter.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-negative-impls-safe.rs Negative impls are considered safe 2015-01-16 08:18:55 +01:00
coherence-orphan.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
coherence-overlapping-pairs.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-pair-covered-uncovered-1.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-pair-covered-uncovered.rs Make orphan check diagnostics clearer 2015-02-16 14:42:20 -05:00
coherence-subtyping.rs Extend coherence check to understand subtyping. 2015-02-18 10:24:55 -05:00
coherence-tuple-conflict.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
coherence_inherent.rs
coherence_inherent_cc.rs
comm-not-freeze-receiver.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
comm-not-freeze.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
concat.rs
concat_idents-gate.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
concat_idents-gate2.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
const-array-oob.rs Fix LLVM assertion when out-of-bounds indexing in a constant 2015-03-12 00:38:22 +01:00
const-block-non-item-statement.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
const-cast-different-types.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
const-cast-wrong-type.rs
const-len-underflow-separate-spans.rs Fix span typo in the arithmetic overflow for array length reporting. 2015-03-03 12:10:58 +01:00
const-len-underflow-subspans.rs Fix span typo in the arithmetic overflow for array length reporting. 2015-03-03 12:10:58 +01:00
const-recursive.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
copy-a-resource.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
crate-name-mismatch.rs
crateresolve1.rs
cross-borrow-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
custom_attribute.rs Stabilize std::path 2015-03-12 16:38:58 -07:00
cycle-projection-based-on-where-clause.rs Separate supertrait collection from processing a `TraitDef`. This allows 2015-03-04 15:06:33 -05:00
cycle-trait-default-type-trait.rs Separate supertrait collection from processing a `TraitDef`. This allows 2015-03-04 15:06:33 -05:00
cycle-trait-supertrait-direct.rs Rework trait-bound-conversion so be based on the AST and rework collect 2015-02-24 16:27:23 -05:00
cycle-trait-supertrait-indirect.rs Separate supertrait collection from processing a `TraitDef`. This allows 2015-03-04 15:06:33 -05:00
dead-code-closure-bang.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
dead-code-ret.rs
deprecated-phase.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
deref-non-pointer.rs
derive-no-std-not-supported.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
deriving-bounds.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
deriving-is-deprecated.rs Tell the compiler to tell us that `deriving` is dead. 2015-01-25 10:44:56 +11:00
deriving-meta-unknown-trait.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
deriving-no-inner-impl-error-message.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-non-type.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
deriving-primitive.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
deriving-span-Clone-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Clone-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Clone-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Clone-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Default-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Default-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Hash-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Hash-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Hash-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Hash-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialEq-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialEq-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialEq-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialEq-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialOrd-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialOrd-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialOrd-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-PartialOrd-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-Show-enum-struct-variant.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-span-Show-enum.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-span-Show-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-span-Show-tuple-struct.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
deriving-span-TotalEq-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalEq-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalEq-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalEq-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalOrd-enum-struct-variant.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalOrd-enum.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalOrd-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
deriving-span-TotalOrd-tuple-struct.rs Use `derive` rather than `deriving` in tests 2015-01-02 23:05:22 +13:00
destructor-restrictions.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
destructure-trait-ref.rs Round 3 test fixes and conflicts 2015-02-18 16:34:04 -08:00
disallowed-deconstructing-destructing-struct-let.rs
disallowed-deconstructing-destructing-struct-match.rs
does-nothing.rs
double-type-import.rs
drop-on-non-struct.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
drop-with-active-borrows-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
drop-with-active-borrows-2.rs cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls 2015-01-27 09:03:06 -05:00
dropck_arr_cycle_checked.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
dropck_direct_cycle_with_drop.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
dropck_no_diverge_on_nonregular_1.rs Add regression tests for issue 22443. 2015-03-01 11:16:11 +01:00
dropck_no_diverge_on_nonregular_2.rs Add regression tests for issue 22443. 2015-03-01 11:16:11 +01:00
dropck_no_diverge_on_nonregular_3.rs Add regression tests for issue 22443. 2015-03-01 11:16:11 +01:00
dropck_tarena_cycle_checked.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
dropck_tarena_unsound_drop.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
dropck_vec_cycle_checked.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
dst-bad-assign-2.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
dst-bad-assign.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
dst-bad-coerce1.rs Round 3 test fixes and conflicts 2015-02-18 16:34:04 -08:00
dst-bad-coerce2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
dst-bad-coerce3.rs Round 3 test fixes and conflicts 2015-02-18 16:34:04 -08:00
dst-bad-coerce4.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
dst-bad-coercions.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
dst-bad-deep.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
dst-index.rs cleanup: s/impl Copy/#[derive(Copy)]/g 2015-01-25 11:20:38 -05:00
dst-object-from-unsized-type.rs Round 3 test fixes and conflicts 2015-02-18 16:34:04 -08:00
dst-rvalue.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
dst-sized-trait-param.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
duplicate-parameter.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
duplicate-type-parameter.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
elided-test.rs
empty-extern-arg.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
empty-linkname.rs
empty-macro-use.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
enable-unstable-lib-feature.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
enum-and-module-in-same-scope.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
enum-discrim-too-small.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
enum-in-scope.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
enum-to-float-cast.rs
enum-variant-type-2.rs
enums-are-namespaced-xc.rs
enums-pats-not-idents.rs
error-should-say-copy-not-pod.rs markers -> marker 2015-01-07 12:10:31 +13:00
estr-subtyping.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
eval-enum.rs Address arith-overflow and error-handling in `const_eval.rs`. 2015-03-03 12:10:57 +01:00
exclusive-drop-and-copy.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
explicit-call-to-dtor.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
explicit-call-to-supertrait-dtor.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
explicit-self-lifetime-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
export.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
export2.rs
ext-nonexistent.rs
extenv-arg-2-not-string-literal.rs
extenv-no-args.rs
extenv-not-defined-custom.rs
extenv-not-defined-default.rs
extenv-not-string-literal.rs
extenv-too-many-args.rs
extern-main-fn.rs
extern-with-type-bounds.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
extern-wrong-value-type.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
extoption_env-no-args.rs
extoption_env-not-string-literal.rs
extoption_env-too-many-args.rs
fail-no-dead-code-core.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
fail-no-dead-code.rs
fail-simple.rs
feature-gate-advanced-slice-features.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
feature-gate-allow-internal-unstable-nested-macro.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
feature-gate-allow-internal-unstable.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
feature-gate-box-expr.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
feature-gate-box-pat.rs Generalize all error messages with "experimental in alpha release" to 2015-02-11 14:13:33 +01:00
feature-gate-feature-gate.rs Preliminary feature staging 2015-01-07 15:34:56 -08:00
feature-gate-int-uint.rs For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when 2015-02-18 15:08:40 -05:00
feature-gate-intrinsics.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
feature-gate-lang-items.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
feature-gate-main.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
feature-gate-simd-ffi.rs rustc: Fix a number of stability lint holes 2015-02-11 12:14:59 -08:00
feature-gate-start.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
feature-gate-static-assert.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
feature-gate-unboxed-closures-manual-impls.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
feature-gate-unboxed-closures-method-calls.rs Feature-gate `<>` syntax used with `Fn`. Fixes #18875. 2015-01-10 09:12:25 -05:00
feature-gate-unboxed-closures-ufcs-calls.rs Feature-gate `<>` syntax used with `Fn`. Fixes #18875. 2015-01-10 09:12:25 -05:00
feature-gated-feature-in-macro-arg.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
float-literal-inference-restrictions.rs
fn-bad-block-type.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
fn-compare-mismatch.rs
fn-item-type.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
fn-trait-formatting.rs Make traits with by-value-self be considered object safe. 2015-02-23 15:28:27 -05:00
fn-variance-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
for-loop-bogosity.rs fix tests 2015-01-30 10:37:44 -05:00
for-loop-hygiene.rs add tests 2015-01-30 10:37:44 -05:00
for-loop-refutable-pattern-error-message.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
for-loop-type-error.rs
foreign-unsafe-fn-called.rs
forget-init-unsafe.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
fully-qualified-type-name1.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
fully-qualified-type-name2.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
fully-qualified-type-name3.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
fully-qualified-type-name4.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
functional-struct-update-noncopyable.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
functional-struct-update-respects-privacy.rs add `//~ ERROR` line to test for privacy respecting FRU (RFC 736). 2015-02-10 17:32:39 +01:00
future_not_copyable.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
gated-bad-feature.rs Add a lint for writing `#[feature]` for stable features, warn by default. 2015-02-04 23:18:24 -08:00
gated-concat_idents.rs
gated-link-args.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
gated-link-llvm-intrinsics.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
gated-no-std.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
gated-non-ascii-idents.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
gated-plugin_registrar.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
gated-simd.rs
gated-thread-local.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
gated-trace_macros.rs
gated-unsafe-destructor.rs Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
generic-extern.rs
generic-impl-less-params-with-defaults.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
generic-impl-more-params-with-defaults.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
generic-lifetime-trait-impl.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
generic-no-mangle.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
generic-type-less-params-with-defaults.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
generic-type-more-params-with-defaults.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
generic-type-params-forward-mention.rs Remove uses of default_type_params feature gate from tests. 2015-01-05 20:00:10 +11:00
generic-type-params-name-repr.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
glob-resolve1.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
hashmap-iter-value-lifetime.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
hashmap-lifetimes.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
hidden-rt-injection.rs
hidden-rt-injection2.rs
hrtb-conflate-regions.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
hrtb-debruijn-in-receiver.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
hrtb-higher-ranker-supertraits-transitive.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
hrtb-higher-ranker-supertraits.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
hrtb-identity-fn-borrows.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
hrtb-just-for-static.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
hrtb-perfect-forwarding.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
hrtb-precedence-of-plus-error-message.rs Fix up some ‘help’ messages 2015-01-20 19:51:44 +13:00
hrtb-type-outlives.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
huge-array-simple.rs Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
huge-array.rs
huge-enum.rs Register new snapshots. 2015-01-17 16:37:34 -08:00
huge-struct.rs
hygienic-label-1.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
hygienic-label-2.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
hygienic-label-3.rs `for x in range(a, b)` -> `for x in a..b` 2015-01-29 07:47:37 -05:00
hygienic-label-4.rs `for x in range(a, b)` -> `for x in a..b` 2015-01-29 07:47:37 -05:00
if-branch-types.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
if-let.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
if-loop.rs Fix an ICE when translating `if loop {} {}` 2015-02-19 11:46:47 +01:00
if-typeck.rs
if-without-else-result.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
ifmt-bad-arg.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
ifmt-bad-format-args.rs
ifmt-unimpl.rs
ifmt-unknown-trait.rs
illegal-ufcs-drop.rs
immut-function-arguments.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
impl-bounds-checking.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
impl-duplicate-methods.rs syntax: rename TypeMethod to MethodSig and use it in MethDecl. 2015-03-11 23:39:16 +02:00
impl-unused-tps-inherent.rs Add new tests covering various cases. 2015-01-06 17:17:49 -05:00
impl-unused-tps.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
implicit-method-bind.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
import-from-missing.rs
import-glob-0.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
import-glob-circular.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
import-loop-2.rs
import-loop.rs
import-shadow-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-3.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-4.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-5.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-6.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import-shadow-7.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
import.rs
import2.rs
import3.rs
import4.rs
inaccessible-test-modules.rs
index-bot.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
index_message.rs
indexing-requires-a-uint.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
infinite-autoderef.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
infinite-instantiation.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
infinite-macro-expansion.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
infinite-tag-type-recursion.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
infinite-vec-type-recursion.rs Separate supertrait collection from processing a `TraitDef`. This allows 2015-03-04 15:06:33 -05:00
inner-static-type-parameter.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
integer-literal-suffix-inference.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
integral-indexing.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
integral-variable-unification-error.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
internal-unstable-noallow.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
internal-unstable-thread-local.rs Use `#[allow_internal_unstable]` for `thread_local!` 2015-03-06 00:18:29 +11:00
internal-unstable.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
intrinsic-return-address.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
invalid-crate-type.rs
invalid-inline.rs Validate inline attribute arguments 2015-02-22 13:44:28 +02:00
issue-897-2.rs
issue-897.rs
issue-1362.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-1448-2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-1476.rs
issue-1697.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-1871.rs
issue-1900.rs
issue-1962.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-2063-resource.rs
issue-2063.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-2111.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-2149.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-2150.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-2151.rs
issue-2281-part1.rs
issue-2330.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-2356.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
issue-2478.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-2590.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
issue-2611-4.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-2611-5.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-2718-a.rs
issue-2823.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-2848.rs
issue-2849.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-2937.rs
issue-2951.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-2995.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-3008-1.rs
issue-3008-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-3008-3.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-3021-b.rs
issue-3021-c.rs
issue-3021-d.rs
issue-3021.rs
issue-3038.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-3044.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-3080.rs
issue-3096-1.rs
issue-3096-2.rs
issue-3099-a.rs
issue-3099-b.rs
issue-3099.rs
issue-3154.rs
issue-3214.rs
issue-3344.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-3477.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-3521-2.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
issue-3521.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
issue-3563.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-3601.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-3668-2.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
issue-3668.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
issue-3680.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-3702-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-3707.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-3763.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-3779.rs
issue-3820.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-3907-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-3907.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-3973.rs Use partial path resolutions in expressions for UFCS desugaring. 2015-02-24 14:16:01 +02:00
issue-3993-2.rs
issue-3993.rs
issue-4201.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-4265.rs syntax: rename TypeMethod to MethodSig and use it in MethDecl. 2015-03-11 23:39:16 +02:00
issue-4321.rs
issue-4335.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-4366-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-4366.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-4517.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-4736.rs
issue-4935.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-4968.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-4972.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-5035-2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-5035.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-5062.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
issue-5099.rs
issue-5100.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-5153.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-5216.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
issue-5239-1.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-5358-1.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-5439.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-5500-1.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-5500.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-5543.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-5844.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-5883.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-5927.rs
issue-5997-enum.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-5997-struct.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-6458-2.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
issue-6458-3.rs
issue-6458-4.rs
issue-6458.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-6596-1.rs Cleanup and followup to PR #17830: parsing changes 2015-01-07 00:24:48 +01:00
issue-6596-2.rs Cleanup and followup to PR #17830: parsing changes 2015-01-07 00:24:48 +01:00
issue-6642.rs
issue-6702.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-6738.rs
issue-6801.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-6804.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
issue-6936.rs rustc_resolve: Do not allow mods to shadow types 2015-01-18 18:25:55 -08:00
issue-6991.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-7013.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
issue-7044.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-7061.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-7092.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-7246.rs
issue-7364.rs tests: fix fallout from changed error messages. 2015-02-16 17:13:47 +02:00
issue-7573.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-7575.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-7607-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-7813.rs
issue-7867.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-8153.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-8208.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
issue-8460-const.rs Remove int/uint from libstd/lib.rs 2015-03-01 13:03:44 +01:00
issue-8727.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-8761.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-8767.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-9243.rs Fix for misspelled comments in tests. 2015-02-04 23:04:10 -05:00
issue-9575.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
issue-9725.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-9814.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-10176.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-10200.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-10291.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-10398.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-10401.rs
issue-10465.rs
issue-10536.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-10545.rs
issue-10656.rs
issue-10755.rs
issue-10764.rs
issue-10877.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-10991.rs Cleanup check_cast. Fixes #21554 2015-01-25 01:44:49 +02:00
issue-11154.rs
issue-11192.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-11319.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-11374.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
issue-11493.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-11515.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-11593.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-11680.rs
issue-11681.rs
issue-11692.rs
issue-11714.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-11771.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-11844.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-11873.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-11925.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-12028.rs Forbid coercing &T to &mut T 2015-01-20 22:56:53 +09:00
issue-12041.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-12116.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
issue-12127.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-12187-1.rs
issue-12187-2.rs
issue-12369.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-12470.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-12552.rs
issue-12560-2.rs
issue-12567.rs Update the "English-language" to-string function of a `cmt` to use 2015-01-08 09:19:27 -05:00
issue-12612.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-12796.rs
issue-12863.rs
issue-12997-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-12997-2.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-13033.rs
issue-13058.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-13359.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-13404.rs
issue-13428.rs
issue-13446.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-13466.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-13482-2.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-13482.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-13497-2.rs cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls 2015-01-27 09:03:06 -05:00
issue-13497.rs cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls 2015-01-27 09:03:06 -05:00
issue-13624.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-13641.rs rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. 2015-02-24 14:14:17 +02:00
issue-13847.rs
issue-13853-2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-13853-3.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-13853-4.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-13853-5.rs Fix fallout in tests. 2015-01-06 17:17:49 -05:00
issue-13853.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-14084.rs compile-fail tests: Add feature attributes to enable box pat/expr syntax in various tests. 2015-01-08 00:41:49 +01:00
issue-14091-2.rs
issue-14091.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-14092.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-14221.rs
issue-14227.rs
issue-14254.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
issue-14285.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-14309.rs
issue-14366.rs markers -> marker 2015-01-07 12:10:31 +13:00
issue-14541.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-14721.rs
issue-14772.rs
issue-14845.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-14853.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-14915.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
issue-15034.rs
issue-15094.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-15129.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-15167.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-15207.rs
issue-15260.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-15381.rs cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls 2015-01-27 09:03:06 -05:00
issue-15480.rs `for x in xs.iter()` -> `for x in &xs` 2015-02-02 13:40:18 -05:00
issue-15524.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-15756.rs fix the `&mut _` patterns 2015-01-07 19:26:36 -05:00
issue-15783.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-15896.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-15965.rs
issue-16048.rs
issue-16058.rs
issue-16098.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
issue-16149.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16250.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
issue-16338.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16401.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-16465.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-16538.rs tests: fix fallout from changed error messages. 2015-02-16 17:13:47 +02:00
issue-16562.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-16683.rs
issue-16725.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16747.rs Move span in error (fixup #22764) 2015-03-05 12:38:36 +05:30
issue-16939.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-16966.rs Implement numeric fallback 2015-01-01 17:12:15 -05:00
issue-17025.rs
issue-17033.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-17252.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17263.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-17283.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-17337.rs Deprecated attributes don't take 'feature' names and are paired with stable/unstable 2015-01-23 15:50:03 -08:00
issue-17373.rs
issue-17385.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-17405.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-17431-1.rs
issue-17431-2.rs
issue-17431-3.rs
issue-17431-4.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-17431-5.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-17431-6.rs
issue-17431-7.rs
issue-17441.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-17444.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
issue-17450.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-17458.rs rustc: merge check_static into check_const. 2015-02-16 16:29:21 +02:00
issue-17518.rs
issue-17545.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
issue-17551.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-17651.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-17718-borrow-interior.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-const-bad-values.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-17718-const-borrow.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-const-destructors.rs
issue-17718-const-naming.rs Make the naming lints only warn on names with upper/lowercase equivalents 2015-01-30 14:18:04 +13:00
issue-17718-const-privacy.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-constants-not-static.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-patterns.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-17718-recursive.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-references.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-17718-static-move.rs markers -> marker 2015-01-07 12:10:31 +13:00
issue-17718-static-sync.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
issue-17728.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
issue-17740.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
issue-17758.rs
issue-17800.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-17904-2.rs Report errors for type parameters that are not constrained, either by 2015-02-18 10:24:55 -05:00
issue-17905.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
issue-17913.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-17933.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-17999.rs Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
issue-18107.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-18118.rs tests: fix fallout from changed error messages. 2015-02-16 17:13:47 +02:00
issue-18159.rs
issue-18252.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-18294.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
issue-18343.rs fix cfail tests 2015-01-05 17:22:17 -05:00
issue-18389.rs Separate supertrait collection from processing a `TraitDef`. This allows 2015-03-04 15:06:33 -05:00
issue-18400.rs `for x in xs.iter()` -> `for x in &xs` 2015-02-02 13:40:18 -05:00
issue-18423.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
issue-18532.rs
issue-18566.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-18611.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-18783.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-18819.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-18959.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-19086.rs
issue-19244-1.rs Update tests for const-eval error handling changes. 2015-03-03 12:10:58 +01:00
issue-19244-2.rs Update tests for const-eval error handling changes. 2015-03-03 12:10:58 +01:00
issue-19452.rs
issue-19498.rs
issue-19521.rs
issue-19660.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-19692.rs Make call notation use autoderef. Fixes #18742. 2015-01-02 20:59:11 -05:00
issue-19707.rs
issue-19734.rs
issue-19883.rs rustc_resolve: use DefAssociatedTy for TyQPath. 2015-02-24 14:14:16 +02:00
issue-19922.rs
issue-19991.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-20005.rs markers -> marker 2015-01-07 12:10:31 +13:00
issue-20313.rs Feature gate FFI imports of LLVM intrinsics 2014-12-31 15:58:36 +02:00
issue-20427.rs Fix issue #20427 2015-02-08 19:29:47 +03:00
issue-20605.rs fixes after rebase 2015-01-30 10:37:45 -05:00
issue-20801.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-20831-debruijn.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-21045.rs Disallow a form of invalid asm! macro 2015-01-14 17:03:03 +02:00
issue-21146.rs Fix handling of parse errors when using `include!()`. 2015-02-07 19:14:35 +01:00
issue-21160.rs std: Stabilize the `hash` module 2015-02-18 08:26:20 -08:00
issue-21202.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
issue-21356.rs Rephrase error message on invalid fragment specifiers in macros. 2015-01-23 18:51:12 +03:00
issue-21554.rs Cleanup check_cast. Fixes #21554 2015-01-25 01:44:49 +02:00
issue-21600.rs borrowck: aliasability violation with closure captures can happen 2015-01-27 23:55:07 +08:00
issue-21763.rs make Send/Sync impl of RawTable manual 2015-01-31 14:11:53 -05:00
issue-21974.rs Now that the elaboration mechanism is suppressing defaults, we can remove this overeager code that was pruning out ambig where-clause matches in trait selection. cc #21974. 2015-02-05 16:34:54 -05:00
issue-22426-1.rs Fix tests 2015-02-20 03:10:31 +08:00
issue-22426-2.rs Fix tests 2015-02-20 03:10:31 +08:00
issue-22426-3.rs Fix tests 2015-02-20 03:10:31 +08:00
issue-22912.rs privacy: walk associated types in trait impls 2015-03-03 01:28:20 -05:00
issue-23080-2.rs move check into wf pass, add a test for assoc types 2015-03-06 12:37:28 -05:00
issue-23080.rs move check into wf pass, add a test for assoc types 2015-03-06 12:37:28 -05:00
keyword-false-as-identifier.rs
keyword-true-as-identifier.rs
kindck-copy.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
kindck-destructor-owned.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
kindck-impl-type-params-2.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
kindck-impl-type-params.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
kindck-inherited-copy-bound.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
kindck-nonsendable-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
kindck-send-object.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
kindck-send-object1.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
kindck-send-object2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
kindck-send-owned.rs Update tests for the Send - 'static change. 2015-02-18 11:27:51 +11:00
kindck-send-unsafe.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
kindck-send-unsafe.rs~rust-lang_master
lang-item-missing.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
lifetime-elision-return-type-requires-explicit-lifetime.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lifetime-inference-give-expl-lifetime-param-2.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
lifetime-inference-give-expl-lifetime-param-3.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
lifetime-inference-give-expl-lifetime-param.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
linkage1.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
linkage2.rs
linkage3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
linkage4.rs fix linkage tests 2015-02-17 00:49:42 +05:30
lint-change-warnings.rs
lint-ctypes-enum.rs
lint-ctypes.rs Set unstable feature names appropriately 2015-01-23 13:28:40 -08:00
lint-dead-code-1.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
lint-dead-code-2.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
lint-dead-code-3.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
lint-dead-code-4.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
lint-dead-code-5.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
lint-directives-on-use-items-issue-10534.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
lint-exceeding-bitshifts.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-forbid-attr.rs Fix up some tests for feature staging 2015-01-21 16:16:22 -08:00
lint-forbid-cmdline.rs Put #[staged_api] behind the 'staged_api' gate 2015-01-22 13:47:56 -08:00
lint-group-style.rs Make the naming lints only warn on names with upper/lowercase equivalents 2015-01-30 14:18:04 +13:00
lint-impl-fn.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
lint-misplaced-attr.rs
lint-missing-doc.rs syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
lint-non-camel-case-types.rs Improve camelcase suggestion 2015-03-14 13:40:33 +08:00
lint-non-snake-case-functions.rs
lint-non-snake-case-lifetimes.rs
lint-non-snake-case-modules.rs
lint-non-uppercase-statics.rs Make the naming lints only warn on names with upper/lowercase equivalents 2015-01-30 14:18:04 +13:00
lint-obsolete-attr.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
lint-output-format.rs Minor fixes 2015-01-21 16:16:22 -08:00
lint-owned-heap-memory.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
lint-qualification.rs
lint-raw-ptr-derive.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
lint-shorthand-field.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
lint-stability-fields.rs Check stability of struct fields. 2015-02-26 16:26:34 +11:00
lint-stability.rs Check stability of struct fields. 2015-02-26 16:26:34 +11:00
lint-stability2.rs rustc: Fix a number of stability lint holes 2015-02-11 12:14:59 -08:00
lint-stability3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-type-limits.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
lint-type-overflow.rs Update tests for overflowing literals 2015-01-31 20:16:31 +02:00
lint-unconditional-recursion.rs Add a lint to detect unconditional recursion. 2015-01-25 00:21:03 +11:00
lint-unexported-no-mangle.rs lint: Warn about no-mangled statics that are not exported 2015-02-02 23:11:24 -08:00
lint-unknown-attr.rs Add custom_attribute gate to tests which need them 2015-02-16 11:49:09 +05:30
lint-unknown-feature-default.rs Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
lint-unknown-feature.rs Minor fixes 2015-01-21 16:16:22 -08:00
lint-unnecessary-casts.rs
lint-unnecessary-import-braces.rs
lint-unnecessary-parens.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
lint-unsafe-code.rs Properly reimplement `unsafe-code` lint to honor changing lint attributes 2015-02-23 22:32:58 -08:00
lint-unused-extern-crate.rs Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. 2015-02-04 09:39:40 +11:00
lint-unused-imports.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
lint-unused-mut-self.rs
lint-unused-mut-variables.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
lint-unused-unsafe.rs fix cfail tests 2015-01-05 17:22:17 -05:00
lint-uppercase-variables.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-visible-private-types.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
liveness-assign-imm-local-in-loop.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-assign-imm-local-in-op-eq.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-assign-imm-local-with-init.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-bad-bang-2.rs Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
liveness-closure-require-ret.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-dead.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-forgot-ret.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-issue-2163.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-missing-ret2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-move-call-arg.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-move-in-loop.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-move-in-while.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
liveness-return-last-stmt-semi.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
liveness-unused.rs Test fixes and rebase conflicts 2015-02-10 11:51:38 -08:00
liveness-use-after-move.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
liveness-use-after-send.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
log-syntax-gate.rs
log-syntax-gate2.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
loop-does-not-diverge.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
lub-if.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
lub-match.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
macro-crate-nonterminal-non-root.rs Forbid '#[macro_use] extern crate' outside the crate root 2015-01-05 18:21:14 -08:00
macro-incomplete-parse.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-inner-attributes.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
macro-input-future-proofing.rs Stricter rules surrounding adjacent nonterminals and sequences 2015-01-06 18:02:00 -05:00
macro-local-data-key-priv.rs
macro-match-nonterminal.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
macro-no-implicit-reexport.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
macro-outer-attributes.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
macro-reexport-malformed-1.rs Feature gate macro_reexport. Fixes #20906 2015-01-29 08:44:25 +01:00
macro-reexport-malformed-2.rs Feature gate macro_reexport. Fixes #20906 2015-01-29 08:44:25 +01:00
macro-reexport-malformed-3.rs Feature gate macro_reexport. Fixes #20906 2015-01-29 08:44:25 +01:00
macro-reexport-not-locally-visible.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
macro-reexport-undef.rs Forbid undefined names in macro use / macro reexport 2015-02-10 19:36:31 -08:00
macro-use-bad-args-1.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-use-bad-args-2.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-use-undef.rs Forbid undefined names in macro use / macro reexport 2015-02-10 19:36:31 -08:00
macro-use-wrong-name.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
macro-with-seps-err-msg.rs
macros-nonfatal-errors.rs Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. 2015-02-04 09:39:40 +11:00
main-wrong-location.rs
main-wrong-type-2.rs
main-wrong-type.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
malformed-derive-entry.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
malformed-plugin-1.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
malformed-plugin-2.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
malformed-plugin-3.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
manual-link-bad-form.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
manual-link-bad-kind.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
manual-link-bad-search-path.rs Reject `-L ""`, `-L native=`, and other empty search paths. 2015-03-13 23:49:44 -07:00
manual-link-framework.rs
map-types.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
marker-no-copy.rs markers -> marker 2015-01-07 12:10:31 +13:00
match-arm-statics.rs
match-ill-type1.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
match-ill-type2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
match-join.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
match-non-exhaustive.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
match-pattern-field-mismatch-2.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
match-pattern-field-mismatch.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
match-range-fail-dominate.rs Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
match-range-fail.rs Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
match-ref-ice.rs check_match: Dereference `ref x` before comparing it and some other type 2015-03-14 23:32:57 +09:00
match-static-const-lc.rs Make the naming lints only warn on names with upper/lowercase equivalents 2015-01-30 14:18:04 +13:00
match-struct.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
match-tag-nullary.rs
match-tag-unary.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
match-vec-fixed.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
match-vec-mismatch-2.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
match-vec-mismatch.rs
match-vec-unreachable.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
method-ambig-one-trait-unknown-int-type.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
method-ambig-two-traits-cross-crate.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-ambig-two-traits-from-bounds.rs
method-ambig-two-traits-with-default-method.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
method-call-err-msg.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
method-macro-backtrace.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
method-missing-call.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
method-self-arg-1.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
method-self-arg-2.rs Forbid coercing &T to &mut T 2015-01-20 22:56:53 +09:00
method-suggestion-no-duplication.rs Try to only suggest implementable traits for method calls. 2015-02-03 22:33:54 +11:00
minus-string.rs
missing-derivable-attr.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
missing-macro-use.rs Allow selective macro import 2015-01-05 18:21:13 -08:00
missing-main.rs
missing-return.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
missing-stability.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
missing_debug_impls.rs Switch missing_copy_implementations to default-allow 2015-02-03 23:31:07 -08:00
mod_file_aux.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
mod_file_correct_spans.rs
mod_file_disambig.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
mod_file_disambig_aux.rs
mod_file_not_owning.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
mod_file_not_owning_aux1.rs
mod_file_not_owning_aux2.rs
module-macro_use-arguments.rs Rename macro_escape to macro_use 2015-01-05 12:00:57 -08:00
move-fragments-1.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-2.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-3.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-4.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-5.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-6.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-7.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-8.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-fragments-9.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
move-in-guard-1.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
move-in-guard-2.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
move-into-dead-array-1.rs Add tests of move-into-dead-array restriction. 2015-02-07 13:44:06 +01:00
move-into-dead-array-2.rs Add tests of move-into-dead-array restriction. 2015-02-07 13:44:06 +01:00
move-out-of-array-1.rs Add tests of move-out-of-array restriction. 2015-02-07 13:44:06 +01:00
move-out-of-tuple-field.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
moves-based-on-type-access-to-field.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
moves-based-on-type-block-bad.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
moves-based-on-type-capture-clause-bad.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
moves-based-on-type-cyclic-types-issue-4821.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
moves-based-on-type-distribute-copy-over-paren.rs
moves-based-on-type-exprs.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
moves-based-on-type-match-bindings.rs
moves-based-on-type-move-out-of-closure-env-issue-1965.rs Update compile-fail tests to use the expected type to force the 2015-02-03 11:55:46 -05:00
moves-based-on-type-no-recursive-stack-closure.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
moves-based-on-type-tuple.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
moves-sru-moved-field.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
multiple-main-2.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
multiple-main-3.rs syntax: Feature gate #[start] and #[main] 2015-01-16 14:59:03 -08:00
multiple-plugin-registrars.rs
mut-cant-alias.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
mut-cross-borrowing.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
mut-not-freeze.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
mut-pattern-internal-mutability.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
mut-pattern-mismatched.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
mut-ptr-cant-outlive-ref.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
mutable-class-fields-2.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
mutable-class-fields.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
mutable-enum-indirect.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
name-clash-nullary.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
namespaced-enum-glob-import-no-impls-xcrate.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
namespaced-enum-glob-import-no-impls.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
nested-ty-params.rs
no-capture-arc.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
no-implicit-prelude-nested.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
no-implicit-prelude.rs rustc_resolve: use the visitor model more, remove redundant repeated lookups. 2015-02-24 14:14:16 +02:00
no-link.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
no-method-suggested-traits.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
no-reuse-move-arc.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
no-send-res-ports.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
no-type-for-node-ice.rs Permit node types to be missing if type errors occurred previously 2015-01-11 19:42:18 +09:00
no_crate_type.rs
no_send-enum.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
no_send-rc.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
no_send-struct.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
no_share-enum.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
no_share-rc.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
no_share-struct.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
noexporttypeexe.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
nolink-with-link-args.rs
non-constant-enum-for-vec-repeat.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
non-constant-expr-for-fixed-len-vec.rs Update tests for const-eval error handling changes. 2015-03-03 12:10:58 +01:00
non-constant-expr-for-vec-repeat.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
non-copyable-void.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
non-exhaustive-match-nested.rs
non-exhaustive-match.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
non-exhaustive-pattern-witness.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
nonbool_static_assert.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
noncopyable-class.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
nonscalar-cast.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
not-enough-arguments.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
not-utf8.bin
not-utf8.rs
object-does-not-impl-trait.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
object-lifetime-default-ambiguous.rs Address nits by @pnkfelix 2015-02-16 11:58:47 -05:00
object-lifetime-default-elision.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
object-lifetime-default-from-box-error.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
object-lifetime-default-mybox.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
object-lifetime-default.rs Fix failing tests 2015-02-17 17:34:00 +05:30
object-pointer-types.rs
object-safety-by-value-self-use.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
object-safety-by-value-self.rs Make traits with by-value-self be considered object safe. 2015-02-23 15:28:27 -05:00
object-safety-generics.rs Extend object safety so that methods with Sized:Self are exempt. 2015-02-23 15:28:26 -05:00
object-safety-issue-22040.rs Traits that reference `Self` in the supertrait list are not object-safe. Fixes #22040. 2015-02-17 17:15:27 -05:00
object-safety-mentions-Self.rs Extend object safety so that methods with Sized:Self are exempt. 2015-02-23 15:28:26 -05:00
object-safety-no-static.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
object-safety-phantom-fn.rs Round 4 test fixes and rebase conflicts 2015-02-18 17:57:35 -08:00
object-safety-sized-2.rs Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
object-safety-sized.rs Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
object-safety-supertrait-mentions-Self.rs Traits that reference `Self` in the supertrait list are not object-safe. Fixes #22040. 2015-02-17 17:15:27 -05:00
occurs-check-2.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
occurs-check-3.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
occurs-check.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
on-unimplemented-bad-anno.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
on-unimplemented.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
once-cant-call-twice-on-heap.rs
opt-in-copy.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
or-patter-mismatch.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
orphan-check-diagnostics.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
osx-frameworks.rs
output-type-mismatch.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
overloaded-calls-bad.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
overloaded-calls-nontuple.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
oversized-literal.rs Test fixes. 2015-01-08 11:02:24 -05:00
packed-struct-generic-transmute.rs Implement pretty-printing of `..` and update tests. 2015-02-05 18:09:12 +01:00
packed-struct-transmute.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
pat-shadow-in-nested-binding.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
pattern-bindings-after-at.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
pattern-error-continue.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
pattern-ident-path-generics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
pattern-macro-hygiene.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
pattern-tyvar-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
pattern-tyvar.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
phantom-oibit.rs OIBIT: for `PhantomData<T>` check `T` rather than the struct itself 2015-03-05 17:10:59 -05:00
plugin-extern-crate-attr-deprecated.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
pptypedef.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
prim-with-args.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
priv-in-bad-locations.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
privacy-ns1.rs Remove use of globs feature gate from tests. 2015-01-05 20:00:10 +11:00
privacy-ns2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
privacy1.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
privacy2.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
privacy3.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
privacy4.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
privacy5.rs 'ignore-fast' directives do nothing 2015-03-05 17:29:38 -08:00
private-impl-method.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
private-item-simple.rs
private-method-cross-crate.rs
private-method-inherited.rs
private-method.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
private-struct-field-cross-crate.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
private-struct-field-ctor.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
private-struct-field-pattern.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
private-struct-field.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
ptr-coercion.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
pub-item-macro.rs Forbid `pub mymacro!();` 2015-02-13 13:48:09 -08:00
pub-method-macro.rs Forbid `pub mymacro!();` 2015-02-13 13:48:09 -08:00
range-1.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
range-2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
recursion.rs tests: update expected recursion limit errors for the temporary lack of spans. 2015-02-24 08:40:15 +02:00
recursion_limit.rs Restore the coherence visitor and fix fallouts 2015-02-22 02:14:27 +01:00
recursive-enum.rs
redundant-link-args.rs
refutable-pattern-errors.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
refutable-pattern-in-fn-arg.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
region-bound-on-closure-outlives-call.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-bounds-on-objects-and-type-parameters.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
region-lifetime-bounds-on-fns-where-clause.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
region-multiple-lifetime-bounds-on-fns-where-clause.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
region-object-lifetime-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-object-lifetime-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-object-lifetime-3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-object-lifetime-4.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-object-lifetime-5.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
region-object-lifetime-in-coercion.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
regionck-unboxed-closure-lifetimes.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-addr-of-arg.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-addr-of-self.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-addr-of-upvar-self.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-assoc-type-in-supertrait-outlives-container.rs Fix from niko for cfail tests 2015-02-18 18:01:03 -08:00
regions-assoc-type-outlives-container-hrtb.rs Round 5 test fixes and rebase conflicts 2015-02-19 07:03:18 -08:00
regions-assoc-type-outlives-container-wc.rs Fix from niko for cfail tests 2015-02-18 18:01:03 -08:00
regions-assoc-type-outlives-container.rs Fix from niko for cfail tests 2015-02-18 18:01:03 -08:00
regions-assoc-type-region-bound-in-trait-not-met.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-assoc-type-static-bound-in-trait-not-met.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-bound-missing-bound-in-impl.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-bounded-by-trait-requiring-static.rs Address nits by @pnkfelix 2015-02-16 11:58:47 -05:00
regions-bounded-method-type-parameters-cross-crate.rs
regions-bounded-method-type-parameters-trait-bound.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-bounded-method-type-parameters.rs Address nits by @pnkfelix 2015-02-16 11:58:47 -05:00
regions-bounds.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
regions-close-associated-type-into-object.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-close-object-into-object-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-close-object-into-object-2.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-close-object-into-object-3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-close-object-into-object-4.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-close-object-into-object-5.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-close-over-borrowed-ref-in-obj.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-close-over-type-parameter-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-close-over-type-parameter-2.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
regions-close-over-type-parameter-multiple.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-close-param-into-object.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-creating-enums.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-creating-enums3.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-creating-enums4.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-early-bound-error-method.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
regions-early-bound-error.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
regions-enum-not-wf.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-escape-bound-fn-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-escape-bound-fn.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-escape-loop-via-variable.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
regions-escape-loop-via-vec.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
regions-escape-method.rs fix cfail tests 2015-01-05 17:22:17 -05:00
regions-escape-unboxed-closure.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
regions-escape-via-trait-or-not.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-fn-subtyping-return-static.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
regions-free-region-ordering-callee.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-free-region-ordering-caller.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-free-region-ordering-caller1.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-free-region-ordering-incorrect.rs
regions-glb-free-free.rs cleanup: replace `as[_mut]_slice()` calls with deref coercions 2015-02-05 13:45:01 -05:00
regions-in-consts.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-in-enums-anon.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-in-enums.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-in-structs-anon.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-in-structs.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
regions-infer-at-fn-not-param.rs fix cfail tests 2015-01-05 17:22:17 -05:00
regions-infer-borrow-scope-too-big.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-infer-borrow-scope-within-loop.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-infer-bound-from-trait-self.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-infer-bound-from-trait.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-infer-call-3.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-infer-contravariance-due-to-decl.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-infer-covariance-due-to-decl.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
regions-infer-invariance-due-to-decl.rs rollup merge of #22286: nikomatsakis/variance-4b 2015-02-18 15:52:01 -08:00
regions-infer-invariance-due-to-mutability-3.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
regions-infer-invariance-due-to-mutability-4.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
regions-infer-not-param.rs Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
regions-infer-paramd-indirect.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
regions-infer-proc-static-upvar.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
regions-lifetime-bounds-on-fns.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-lifetime-of-struct-or-enum-variant.rs
regions-name-duplicated.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-name-static.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-name-undeclared.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-nested-fns-2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-nested-fns.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
regions-pattern-typing-issue-19552.rs Update tests for the Send - 'static change. 2015-02-18 11:27:51 +11:00
regions-pattern-typing-issue-19997.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-proc-bound-capture.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
regions-reborrow-from-shorter-mut-ref-mut-ref.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-reborrow-from-shorter-mut-ref.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-ref-in-fn-arg.rs Opt into `box_patterns` feature gate in all tests that use them. 2015-02-11 11:47:14 +01:00
regions-ret-borrowed-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-ret-borrowed.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-ret.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-return-ref-to-upvar-issue-17403.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-return-stack-allocated-vec.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-steal-closure.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
regions-struct-not-wf.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
regions-trait-1.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-trait-variance.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-undeclared.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-var-type-out-of-scope.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
regions-variance-contravariant-use-covariant-in-second-position.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-variance-contravariant-use-covariant.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-variance-covariant-use-contravariant.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-variance-invariant-use-contravariant.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
regions-variance-invariant-use-covariant.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
repeat-to-run-dtor-twice.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
repeat_count.rs Update tests 2015-03-11 21:17:27 +01:00
required-lang-item.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
reserved-attr-on-macro.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
reserved-become.rs Replace `be` with `become` 2015-02-04 01:25:24 +01:00
resolve-conflict-extern-crate-vs-extern-crate.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve-conflict-import-vs-extern-crate.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve-conflict-import-vs-import.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve-conflict-item-vs-extern-crate.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve-conflict-item-vs-import.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve-conflict-type-vs-import.rs Fallout from stabilization 2014-12-30 17:06:08 -08:00
resolve-inconsistent-binding-mode.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
resolve-inconsistent-names.rs
resolve-label.rs
resolve-type-param-in-item-in-trait.rs
resolve-unknown-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
resolve_self_super_hint.rs
ret-non-nil.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
retslot-cast.rs Add missing cast for retslots in case of "subtyping" due to trait bounds 2015-02-22 12:47:27 +01:00
rustc-error.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
self_type_keyword.rs Made `Self` a keyword. 2015-02-12 22:04:31 +01:00
send-is-not-static-ensures-scoping.rs file permission: remove executable bit from *.rs 2015-03-06 10:03:00 +08:00
send-is-not-static-std-sync-2.rs Remove `'static` bound from sync::mpsc, Mutex and RwLock. 2015-02-21 16:51:49 +11:00
send-is-not-static-std-sync.rs Remove `'static` bound from sync::mpsc, Mutex and RwLock. 2015-02-21 16:51:49 +11:00
seq-args.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
shadowed-lifetime.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
shadowed-type-parameter.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
shadowing-in-the-same-pattern.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
shift-various-bad-types.rs Adjust error messages due to having more type information available. 2015-01-27 09:40:45 -05:00
simd-binop.rs Tie stability attributes to feature gates 2015-01-21 16:16:21 -08:00
simd-type.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
single-derive-attr.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
slice-1.rs Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to 2015-02-18 17:35:50 -05:00
slice-2.rs Implement `..` syntax for RangeFull as expression 2015-02-04 23:23:12 +01:00
slice-borrow.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
slice-mut-2.rs rollup merge of #20754: nikomatsakis/int-feature 2015-01-08 09:24:08 -08:00
slice-mut.rs Adjust error messages due to having more type information available. 2015-01-27 09:40:45 -05:00
slightly-nice-generic-literal-messages.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
stability-attribute-sanity.rs Deprecated attributes don't take 'feature' names and are paired with stable/unstable 2015-01-23 15:50:03 -08:00
stable-features.rs Add a lint for writing `#[feature]` for stable features, warn by default. 2015-02-04 23:18:24 -08:00
staged_api.rs Put #[staged_api] behind the 'staged_api' gate 2015-01-22 13:47:56 -08:00
static-assert.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
static-assert2.rs Feature gate `#[static_assert]`. 2015-03-03 13:00:10 +11:00
static-items-cant-move.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-method-privacy.rs
static-mut-bad-types.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-mut-foreign-requires-unsafe.rs
static-mut-not-constant.rs rustc: merge check_static into check_const. 2015-02-16 16:29:21 +02:00
static-mut-not-pat.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
static-mut-requires-unsafe.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-priv-by-default.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-priv-by-default2.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-reference-to-fn-1.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
static-reference-to-fn-2.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
static-region-bound.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
static-vec-repeat-not-constant.rs tests: fix fallout from changed error messages. 2015-02-16 17:13:47 +02:00
staticness-mismatch.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
std-uncopyable-atomics.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
str-idx.rs fallout 2015-01-07 12:02:52 +13:00
struct-base-wrong-type.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
struct-field-assignability.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-field-privacy.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-fields-decl-dupe.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-fields-dupe.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-fields-hints-no-dupe.rs librustc: hint close matches on accessing nonexisting fields 2015-01-20 10:58:06 +01:00
struct-fields-hints.rs librustc: hint close matches on accessing nonexisting fields 2015-01-20 10:58:06 +01:00
struct-fields-missing.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-fields-too-many.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-fields-typo.rs librustc: hint close matches on accessing nonexisting fields 2015-01-20 10:58:06 +01:00
struct-like-enum-nonexhaustive.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-pat-derived-error.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
struct-pattern-match-useless.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
struct-variant-privacy-xc.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
struct-variant-privacy.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
structure-constructor-type-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
suggest-private-fields.rs added license header to test 2015-02-20 16:16:09 -08:00
super-at-top-level.rs
suppressed-error.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
svh-change-lit.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-change-significant-cfg.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-change-trait-bound.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-change-type-arg.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-change-type-ret.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-change-type-static.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
svh-use-trait.rs
syntax-extension-minor.rs
syntax-trait-polarity-feature-gate.rs markers -> marker 2015-01-07 12:10:31 +13:00
syntaxt-default-trait-impls.rs Test all the things 2015-02-22 02:14:26 +01:00
tag-that-dare-not-speak-its-name.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
tag-type-args.rs
tag-variant-cast-non-nullary.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
tag-variant-disr-dup.rs
tail-typeck.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
task-rng-isnt-sendable.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
terr-in-field.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
terr-sorts.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
test-cfg.rs
trace_macros-format.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
trace_macros-gate.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
trace_macros-gate2.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
trace_macros-gate3.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
trait-as-struct-constructor.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-cant-coerce.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-bounds-impl-comparison-1.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-bounds-impl-comparison-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-not-on-bare-trait.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-bounds-not-on-struct.rs
trait-bounds-on-structs-and-enums-locals.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-on-structs-and-enums-static.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-on-structs-and-enums-xc.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-on-structs-and-enums-xc1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-on-structs-and-enums.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-sugar.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-coercion-generic-bad.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
trait-coercion-generic-regions.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-duplicate-methods.rs
trait-impl-1.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-impl-can-not-have-untraitful-methods.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
trait-impl-different-num-params.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
trait-impl-for-module.rs rustc: use partially resolved definitions to replace the `T::A` hack. 2015-02-24 14:14:17 +02:00
trait-impl-method-mismatch.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
trait-matching-lifetimes.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
trait-object-safety.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-or-new-type-instead.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
trait-resolution-in-overloaded-op.rs
trait-safety-fn-body.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
trait-safety-inherent-impl.rs
trait-safety-trait-impl-cc.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
trait-safety-trait-impl.rs
trait-static-method-generic-inference.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait-test-2.rs Remove awful hack concerning `Trait impl Trait` in method resolution code that I've been longing to remove for quite some time. 2015-02-23 15:28:27 -05:00
trait-test.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
traits-assoc-type-in-supertrait-bad.rs Add tests related to #20220. Fixes #20220. 2015-03-04 15:06:33 -05:00
traits-issue-23003-overflow.rs When generating WF criteria, do not visit the same type more than 2015-03-03 19:27:50 -05:00
traits-multidispatch-bad.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
traits-multidispatch-convert-ambig-dest.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
traits-negative-impls.rs addressed comments 2015-01-16 08:18:56 +01:00
traits-repeated-supertrait-ambig.rs Generalize the code so we can handle multiple supertraits. 2015-03-04 15:06:33 -05:00
transmute-different-sizes.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
transmute-fat-pointers.rs Fallout 2015-01-06 14:20:48 +13:00
transmute-impl.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
transmute-type-parameters.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
tuple-arity-mismatch.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
tuple-index-not-tuple.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
tuple-index-out-of-bounds.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
tuple-struct-nonexhaustive.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
tutorial-suffix-inference-test.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
type-arg-out-of-scope.rs fix cfail tests 2015-01-05 17:22:17 -05:00
type-mismatch-multiple.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
type-parameter-defaults-referencing-Self-ppaux.rs When converting parameters for an object type, be careful of defaults that reference `Self`. 2015-02-17 11:21:52 -05:00
type-parameter-defaults-referencing-Self.rs When converting parameters for an object type, be careful of defaults that reference `Self`. 2015-02-17 11:21:52 -05:00
type-parameter-names.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
type-params-in-different-spaces-1.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
type-params-in-different-spaces-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
type-params-in-different-spaces-3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
type-recursive.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
type-shadow.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
typeck-builtin-bound-type-parameters.rs Unify lifetime/type arguments error messages for (non-)builtin bounds 2015-02-22 16:31:19 +01:00
typeck-cast-pointer-to-float.rs Cleanup check_cast. Fixes #21554 2015-01-25 01:44:49 +02:00
typeck-default-trait-impl-assoc-type.rs fix treatment of parameters and associated types 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-constituent-types-2.rs Record default implementations in a separate step 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-constituent-types.rs Record default implementations in a separate step 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-cross-crate-coherence.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
typeck-default-trait-impl-negation-send.rs Test all the things 2015-02-22 02:14:26 +01:00
typeck-default-trait-impl-negation-sync.rs Test all the things 2015-02-22 02:14:26 +01:00
typeck-default-trait-impl-negation.rs Record default implementations in a separate step 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-outside-crate.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
typeck-default-trait-impl-precedence.rs Restore the coherence visitor and fix fallouts 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-send-param.rs fix treatment of parameters and associated types 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-superregion.rs Add additional test case for superregion 2015-02-22 13:17:50 +01:00
typeck-default-trait-impl-supertrait.rs Record default implementations in a separate step 2015-02-22 02:14:27 +01:00
typeck-default-trait-impl-trait-where-clause.rs Record default implementations in a separate step 2015-02-22 02:14:27 +01:00
typeck-negative-impls-builtin.rs allow negative impls for traits that have a default impl 2015-02-22 02:14:27 +01:00
typeck-unsafe-always-share.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
typeck_type_placeholder_item.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
typeck_type_placeholder_lifetime_1.rs Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
typeck_type_placeholder_lifetime_2.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
typeck_type_placeholder_mismatch.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
ufcs-explicit-self-bad.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
ufcs-qpath-missing-params.rs syntax: don't use TraitRef in QPath. 2015-02-24 14:14:16 +02:00
ufcs-qpath-self-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closer-non-implicit-copyable.rs Update compile-fail tests to use the expected type to force the 2015-02-03 11:55:46 -05:00
unboxed-closure-feature-gate.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closure-illegal-move.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closure-immutable-capture.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closure-region.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closure-sugar-default.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closure-sugar-equiv.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closure-sugar-lifetime-elision.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closure-sugar-nonexistent-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closure-sugar-not-used-on-fn.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closure-sugar-region.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closure-sugar-used-on-struct-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closure-sugar-used-on-struct.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closure-sugar-wrong-number-number-type-parameters-1.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
unboxed-closure-sugar-wrong-number-number-type-parameters.rs Implement the rules for RFC 599, and add various tests. 2015-02-16 10:55:37 -05:00
unboxed-closure-sugar-wrong-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-borrow-conflict.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closures-failed-recursive-fn-1.rs To handle more complex cases, modify the deferred call handler to be 2015-02-01 06:13:06 -05:00
unboxed-closures-failed-recursive-fn-2.rs To handle more complex cases, modify the deferred call handler to be 2015-02-01 06:13:06 -05:00
unboxed-closures-fnmut-as-fn.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-infer-argument-types-two-region-pointers.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unboxed-closures-infer-explicit-call-too-early.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-infer-fnmut-calling-fnmut-no-mut.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-infer-fnmut-missing-mut.rs Implement basic inference for closure kinds and some simple tests. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnmut-move-missing-mut.rs Fix handling of `move` closures -- since they have one fewer deref, we weren't properly adjusting the closure kind in that case. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnonce-call-twice.rs Implement basic inference for closure kinds and some simple tests. 2015-02-01 06:13:06 -05:00
unboxed-closures-infer-fnonce-move-call-twice.rs Fix handling of `move` closures -- since they have one fewer deref, we weren't properly adjusting the closure kind in that case. 2015-02-01 06:13:06 -05:00
unboxed-closures-move-upvar-from-non-once-ref-closure.rs Allow individual upvars to be inferred to move semantics. Fixes #21603. 2015-01-30 05:56:39 -05:00
unboxed-closures-mutate-upvar.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closures-mutated-upvar-from-fn-closure.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unboxed-closures-recursive-fn-using-fn-mut.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unboxed-closures-static-call-wrong-trait.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-type-mismatch.rs Update suffixes en masse in tests using `perl -p -i -e` 2015-02-18 09:10:10 -05:00
unboxed-closures-unsafe-extern-fn.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unboxed-closures-vtable-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-wrong-abi.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closures-wrong-arg-type-extern-fn.rs Update test files; mostly the problem is that they were using the 2015-01-28 05:15:24 -05:00
unconstrained-none.rs
unconstrained-ref.rs
uninhabited-enum-cast.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
unique-object-noncopyable.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
unique-pinned-nocopy.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
unique-unique-kind.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
unique-vec-res.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
unnecessary-private.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
unop-move-semantics.rs Update the "English-language" to-string function of a `cmt` to use 2015-01-08 09:19:27 -05:00
unop-neg-bool.rs
unreachable-arm.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unreachable-code.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
unreachable-variant.rs
unresolved-extern-mod-suggestion.rs
unresolved-import.rs
unsafe-around-compiler-generated-unsafe.rs
unsafe-destructor-check-crash.rs
unsafe-fn-assign-deref-ptr.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unsafe-fn-autoderef.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
unsafe-fn-called-from-safe.rs
unsafe-fn-deref-ptr.rs
unsafe-fn-used-as-value.rs
unsafe_no_drop_flag-gate.rs Turn `unsafe_no_drop_flag` back into a gated-feature. 2015-02-25 01:35:41 +01:00
unsendable-class.rs Don't use NoSend/NoSync in tests 2015-01-16 08:18:56 +01:00
unsized-bare-typaram.rs markers -> marker 2015-01-07 12:10:31 +13:00
unsized-enum.rs markers -> marker 2015-01-07 12:10:31 +13:00
unsized-inherent-impl-self-type.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsized-struct.rs markers -> marker 2015-01-07 12:10:31 +13:00
unsized-trait-impl-self-type.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsized-trait-impl-trait-arg.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsized3.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsized5.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
unsized6.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsized7.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unsupported-cast.rs Update syntax of ignored test. 2015-01-17 10:51:07 -05:00
unused-attr.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
unused-macro-with-bad-frag-spec.rs Always error on invalid macro fragment specifiers 2015-02-25 17:13:16 -08:00
unused-macro-with-follow-violation.rs Always error on invalid macro fragment specifiers 2015-02-25 17:13:16 -08:00
unused-mut-warning-captured-var.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
unused-result.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
use-after-move-based-on-type.rs
use-after-move-implicity-coerced-object.rs Add `: Box<_>` or `::Box<_>` type annotations to various places. 2015-03-03 20:29:01 +01:00
use-after-move-self-based-on-type.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
use-after-move-self.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
use-from-trait-xc.rs
use-from-trait.rs rustc_resolve: don't handle impl items as if they were modules. 2015-02-24 14:16:01 +02:00
use-meta-mismatch.rs
use-mod-2.rs Change tests to use `self` instead of `mod` in use items 2015-01-02 23:05:22 +13:00
use-mod-3.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
use-mod.rs Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
useless-priv.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
utf8_idents.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
variadic-ffi-2.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
variadic-ffi.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
variance-associated-types.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
variance-cell-is-invariant.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
variance-contravariant-arg-object.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-contravariant-arg-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-contravariant-self-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-covariant-arg-object.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-covariant-arg-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-covariant-self-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-deprecated-markers.rs Add deprecated versions of the old markers and integrate them back into the variance analysis. 2015-02-18 17:14:27 -05:00
variance-invariant-arg-object.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-invariant-arg-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-invariant-self-trait-match.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-issue-20533.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
variance-object-types.rs Fix tests for rustc_* 2015-02-17 02:26:53 +05:30
variance-regions-direct.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
variance-regions-indirect.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
variance-regions-unused-direct.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-regions-unused-indirect.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-trait-bounds.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-trait-matching.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
variance-trait-object-bound.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
variance-types-bounds.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-types.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-unused-region-param.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-unused-type-param.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-use-contravariant-struct-1.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-use-contravariant-struct-2.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-use-covariant-struct-1.rs Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
variance-use-covariant-struct-2.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
variance-use-invariant-struct-1.rs Update tests to use #[feature(rustc_attrs)] 2015-02-18 17:31:42 -05:00
vec-macro-with-comma-only.rs
vec-must-not-hide-type-from-dropck.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
vec-mut-iter-borrow.rs `for x in xs.iter_mut()` -> `for x in &mut xs` 2015-02-02 13:40:18 -05:00
vec-res-add.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
vec_refs_data_with_early_death.rs compile-fail tests. 2015-02-11 13:51:21 +01:00
vector-cast-weirdness.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
vector-no-ann.rs
visible-private-types-generics.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
visible-private-types-supertrait.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
vtable-res-trait-param.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
walk-struct-literal-with.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
warn-foreign-int-types.rs test fallout from isize/usize 2015-01-06 16:48:33 -05:00
warn-path-statement.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
weak-lang-item.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
where-clause-constraints-are-local-for-inherent-impl.rs markers -> marker 2015-01-07 12:10:31 +13:00
where-clause-constraints-are-local-for-trait-impl.rs markers -> marker 2015-01-07 12:10:31 +13:00
where-clause-method-substituion.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
where-clauses-method-unsatisfied.rs
where-clauses-not-parameter.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
where-clauses-unsatisfied.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
where-for-self-2.rs Tests 2015-02-10 16:54:23 +13:00
where-for-self.rs Tests 2015-02-10 16:54:23 +13:00
while-let.rs Kill more `isize`s 2015-01-31 17:40:40 +01:00
while-type-error.rs
writing-to-immutable-vec.rs Update compile fail tests to use isize. 2015-01-08 11:02:24 -05:00
wrong-mul-method-signature.rs Fix testsuite errors 2015-01-12 01:34:13 -05:00
wrong-ret-type.rs Update compile fail tests to use usize. 2015-01-08 11:02:24 -05:00
xc-private-method.rs
xc-private-method2.rs
xcrate-private-by-default.rs
xcrate-unit-struct.rs