rust/src/test/compile-fail
Alex Crichton eb2f1d925f rustc: Add support for extern crate foo as bar
The compiler will now issue a warning for crates that have syntax of the form
`extern crate "foo" as bar`, but it will still continue to accept this syntax.
Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist
in the transition period as well.

This patch will land hopefully in tandem with a Cargo patch that will start
translating all crate names to have underscores instead of hyphens.

cc #23533
2015-03-24 14:55:15 -07:00
..
mod_file_disambig_aux
.gitattributes
access-mode-in-closures.rs
arg-count-mismatch.rs
arg-type-mismatch.rs
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
asm-gated2.rs
asm-gated.rs
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
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
asm-src-loc-codegen-units.rs
asm-src-loc.rs
assign-imm-local-twice.rs
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
associated-type-projection-ambig-between-bound-and-where-clause.rs
associated-type-projection-from-multiple-supertraits.rs
associated-type-projection-from-supertrait.rs
associated-types-binding-to-type-defined-in-supertrait.rs
associated-types-bound-failure.rs
associated-types-coherence-failure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
associated-types-eq-1.rs
associated-types-eq-2.rs
associated-types-eq-3.rs
associated-types-eq-expr-path.rs Consistent spacing 2015-03-16 07:35:23 -07:00
associated-types-eq-hr.rs
associated-types-for-unimpl-trait.rs
associated-types-ICE-when-projecting-out-of-err.rs
associated-types-in-ambiguous-context.rs
associated-types-incomplete-object.rs
associated-types-invalid-trait-ref-issue-18865.rs
associated-types-issue-17359.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
associated-types-issue-20346.rs
associated-types-multiple-types-one-trait.rs
associated-types-no-suitable-bound.rs
associated-types-no-suitable-supertrait.rs
associated-types-path-1.rs
associated-types-path-2.rs
associated-types-project-from-hrtb-in-fn-body.rs
associated-types-project-from-hrtb-in-fn.rs
associated-types-project-from-hrtb-in-struct.rs
associated-types-project-from-hrtb-in-trait-method.rs
associated-types-subtyping-1.rs
associated-types-unconstrained.rs
associated-types-unsized.rs
attempted-access-non-fatal.rs
attr-bad-crate-attr.rc
auto-ref-slice-plus-ref.rs
autoderef-full-lval.rs
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-id2.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
bad-crate-id.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
bad-env-capture2.rs
bad-env-capture3.rs
bad-env-capture.rs
bad-expr-lhs.rs
bad-expr-path2.rs
bad-expr-path.rs
bad-extern-link-attrs.rs
bad-main.rs
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
bad-module.rs
bad-sized.rs
bad-type-env-capture.rs
bang-tailexpr.rs
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
binop-bitxor-str.rs
binop-consume-args.rs
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
binop-mul-bool.rs
binop-typeck.rs
blind-item-block-item-shadow.rs
blind-item-block-middle.rs
blind-item-item-shadow.rs
blind-item-local-shadow.rs
block-must-not-have-result-do.rs
block-must-not-have-result-res.rs
block-must-not-have-result-while.rs
bogus-tag.rs
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
borrowck-anon-fields-struct.rs
borrowck-anon-fields-tuple.rs
borrowck-anon-fields-variant.rs
borrowck-assign-comp-idx.rs
borrowck-assign-comp.rs
borrowck-assign-to-andmut-in-aliasable-loc.rs
borrowck-assign-to-andmut-in-borrowed-loc.rs
borrowck-assign-to-constants.rs
borrowck-auto-mut-ref-to-immut-var.rs
borrowck-autoref-3261.rs
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
borrowck-borrow-from-owned-ptr.rs
borrowck-borrow-from-stack-variable.rs
borrowck-borrow-from-temporary.rs
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
borrowck-borrow-mut-object-twice.rs
borrowck-borrow-overloaded-auto-deref-mut.rs
borrowck-borrow-overloaded-auto-deref.rs
borrowck-borrow-overloaded-deref-mut.rs
borrowck-borrow-overloaded-deref.rs
borrowck-borrowed-uniq-rvalue-2.rs
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
borrowck-break-uninit.rs
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
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
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
borrowck-closures-use-after-free.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
borrowck-consume-unsize-vec.rs Fix soundness hole when unsizing boxes. 2015-03-17 08:34:25 -04:00
borrowck-consume-upcast-box.rs Fix soundness hole when unsizing boxes. 2015-03-17 08:34:25 -04:00
borrowck-field-sensitivity.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-fn-in-const-a.rs
borrowck-fn-in-const-b.rs
borrowck-fn-in-const-c.rs
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
borrowck-if-with-else.rs
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs
borrowck-init-in-called-fn-expr.rs
borrowck-init-in-fn-expr.rs
borrowck-init-in-fru.rs
borrowck-init-op-equal.rs
borrowck-init-plus-equal.rs
borrowck-insert-during-each.rs
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
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
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
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
borrowck-loan-rcvr-overloaded-op.rs
borrowck-loan-rcvr.rs
borrowck-loan-vec-content.rs
borrowck-match-binding-is-assignment.rs
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
borrowck-move-in-irrefut-pat.rs
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
borrowck-move-out-of-overloaded-auto-deref.rs
borrowck-move-out-of-overloaded-deref.rs
borrowck-move-out-of-static-item.rs
borrowck-move-out-of-struct-with-dtor.rs
borrowck-move-out-of-tuple-struct-with-dtor.rs
borrowck-move-out-of-vec-tail.rs
borrowck-move-subcomponent.rs
borrowck-multiple-captures.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-mut-addr-of-imm-var.rs
borrowck-mut-borrow-of-mut-base-ptr.rs
borrowck-mut-slice-of-imm-vec.rs
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
borrowck-overloaded-call.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-overloaded-index-and-overloaded-deref.rs Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of 2015-03-23 16:55:45 -04:00
borrowck-overloaded-index-autoderef.rs Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of 2015-03-23 16:55:45 -04:00
borrowck-overloaded-index-move-from-vec.rs Update borrowck tests to test that index is by-move now 2015-03-23 16:55:45 -04:00
borrowck-overloaded-index-move-index.rs Update borrowck tests to test that index is by-move now 2015-03-23 16:55:45 -04:00
borrowck-overloaded-index-ref-index.rs Update borrowck tests to test that index is by-move now 2015-03-23 16:55:45 -04:00
borrowck-partial-reinit-1.rs
borrowck-partial-reinit-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-partial-reinit-3.rs
borrowck-partial-reinit-4.rs
borrowck-pat-reassign-binding.rs
borrowck-reborrow-from-mut.rs
borrowck-reborrow-from-shorter-lived-andmut.rs
borrowck-ref-into-rvalue.rs
borrowck-ref-mut-of-imm.rs
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
borrowck-struct-update-with-dtor.rs
borrowck-swap-mut-base-ptr.rs
borrowck-unary-move.rs
borrowck-unboxed-closures.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-uninit-after-item.rs
borrowck-uninit-in-assignop.rs
borrowck-uninit.rs
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
borrowck-use-mut-borrow.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
borrowck-vec-pattern-element-loan.rs
borrowck-vec-pattern-loan-from-mut.rs
borrowck-vec-pattern-move-tail.rs
borrowck-vec-pattern-nesting.rs
borrowck-vec-pattern-tail-element-loan.rs
borrowck-while-break.rs
borrowck-while-cond.rs
borrowck-while.rs
break-outside-loop.rs
builtin-superkinds-double-superkind.rs
builtin-superkinds-in-metadata.rs
builtin-superkinds-self-type.rs
builtin-superkinds-simple.rs
builtin-superkinds-typaram-not-send.rs
by-move-pattern-binding.rs
cannot-mutate-captured-non-mut-var.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
capture1.rs
cast-as-bool.rs
cast-from-nil.rs
cast-to-bare-fn.rs
cast-to-nil.rs
cfg-attr-cfg-2.rs
cfg-attr-crate-2.rs
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
check-static-values-constraints.rs
class-cast-to-trait.rs
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
closure-bounds-cant-promote-superkind-in-struct.rs
closure-bounds-static-cant-capture-borrowed.rs
closure-bounds-subtype.rs
closure-reform-bad.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
coerce-mut.rs
coerce-overloaded-autoderef.rs
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_inherent_cc.rs
coherence_inherent.rs
coherence-all-remote.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-bigint-param.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-blanket-conflicts-with-blanket-implemented.rs
coherence-blanket-conflicts-with-blanket-unimplemented.rs
coherence-blanket-conflicts-with-specific-cross-crate.rs
coherence-blanket-conflicts-with-specific-multidispatch.rs
coherence-blanket-conflicts-with-specific-trait.rs
coherence-blanket-conflicts-with-specific.rs
coherence-conflicting-negative-trait-impl.rs
coherence-cow-no-cover.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-cross-crate-conflict.rs
coherence-default-trait-impl.rs Check trait unsafety for defaulted traits 2015-03-20 16:43:11 +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 rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-negative-impls-safe.rs
coherence-orphan.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-overlapping-pairs.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-pair-covered-uncovered-1.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-pair-covered-uncovered.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
coherence-subtyping.rs
coherence-tuple-conflict.rs
comm-not-freeze-receiver.rs
comm-not-freeze.rs
concat_idents-gate2.rs
concat_idents-gate.rs
concat.rs
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
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
copy-a-resource.rs
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
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
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 rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
deriving-bounds.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08: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
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
deriving-span-Clone-enum-struct-variant.rs
deriving-span-Clone-enum.rs
deriving-span-Clone-struct.rs
deriving-span-Clone-tuple-struct.rs
deriving-span-Default-struct.rs
deriving-span-Default-tuple-struct.rs
deriving-span-Hash-enum-struct-variant.rs
deriving-span-Hash-enum.rs
deriving-span-Hash-struct.rs
deriving-span-Hash-tuple-struct.rs
deriving-span-PartialEq-enum-struct-variant.rs
deriving-span-PartialEq-enum.rs
deriving-span-PartialEq-struct.rs
deriving-span-PartialEq-tuple-struct.rs
deriving-span-PartialOrd-enum-struct-variant.rs
deriving-span-PartialOrd-enum.rs
deriving-span-PartialOrd-struct.rs
deriving-span-PartialOrd-tuple-struct.rs
deriving-span-Show-enum-struct-variant.rs
deriving-span-Show-enum.rs
deriving-span-Show-struct.rs
deriving-span-Show-tuple-struct.rs
deriving-span-TotalEq-enum-struct-variant.rs
deriving-span-TotalEq-enum.rs
deriving-span-TotalEq-struct.rs
deriving-span-TotalEq-tuple-struct.rs
deriving-span-TotalOrd-enum-struct-variant.rs
deriving-span-TotalOrd-enum.rs
deriving-span-TotalOrd-struct.rs
deriving-span-TotalOrd-tuple-struct.rs
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
disallowed-deconstructing-destructing-struct-let.rs
disallowed-deconstructing-destructing-struct-match.rs
does-nothing.rs
double-type-import.rs
drop-on-non-struct.rs
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
dropck_arr_cycle_checked.rs
dropck_direct_cycle_with_drop.rs
dropck_no_diverge_on_nonregular_1.rs
dropck_no_diverge_on_nonregular_2.rs
dropck_no_diverge_on_nonregular_3.rs
dropck_tarena_cycle_checked.rs
dropck_tarena_unsound_drop.rs
dropck_vec_cycle_checked.rs
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
dst-bad-coerce2.rs
dst-bad-coerce3.rs
dst-bad-coerce4.rs
dst-bad-coercions.rs
dst-bad-deep.rs
dst-index.rs Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of 2015-03-23 16:55:45 -04:00
dst-object-from-unsized-type.rs
dst-rvalue.rs
dst-sized-trait-param.rs
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
enable-unstable-lib-feature.rs
enum-and-module-in-same-scope.rs
enum-discrim-too-small.rs
enum-in-scope.rs
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
estr-subtyping.rs
eval-enum.rs
exclusive-drop-and-copy.rs
explicit-call-to-dtor.rs
explicit-call-to-supertrait-dtor.rs
explicit-self-lifetime-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
export2.rs
export-fully-qualified.rs
export-import.rs
export-tag-variant.rs
export.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
extoption_env-no-args.rs
extoption_env-not-string-literal.rs
extoption_env-too-many-args.rs
fail-no-dead-code-core.rs
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
feature-gate-feature-gate.rs
feature-gate-int-uint.rs
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
feature-gate-simd-ffi.rs
feature-gate-start.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
feature-gate-static-assert.rs
feature-gate-unboxed-closures-manual-impls.rs
feature-gate-unboxed-closures-method-calls.rs
feature-gate-unboxed-closures-ufcs-calls.rs
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
fn-compare-mismatch.rs
fn-item-type.rs
fn-trait-formatting.rs Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
fn-variance-1.rs
for-loop-bogosity.rs
for-loop-hygiene.rs
for-loop-refutable-pattern-error-message.rs
for-loop-type-error.rs
foreign-unsafe-fn-called.rs
forget-init-unsafe.rs
fully-qualified-type-name1.rs
fully-qualified-type-name2.rs
fully-qualified-type-name3.rs
fully-qualified-type-name4.rs
functional-struct-update-noncopyable.rs
functional-struct-update-respects-privacy.rs
future_not_copyable.rs
gated-bad-feature.rs
gated-box-patterns.rs Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
gated-box-syntax.rs Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01: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
gated-non-ascii-idents.rs
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-ffi.rs Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +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
generic-impl-more-params-with-defaults.rs
generic-lifetime-trait-impl.rs
generic-no-mangle.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
generic-type-less-params-with-defaults.rs
generic-type-more-params-with-defaults.rs
generic-type-params-forward-mention.rs
generic-type-params-name-repr.rs
glob-resolve1.rs
hashmap-iter-value-lifetime.rs
hashmap-lifetimes.rs
hidden-rt-injection2.rs
hidden-rt-injection.rs
hrtb-conflate-regions.rs
hrtb-debruijn-in-receiver.rs
hrtb-higher-ranker-supertraits-transitive.rs
hrtb-higher-ranker-supertraits.rs
hrtb-identity-fn-borrows.rs
hrtb-just-for-static.rs
hrtb-perfect-forwarding.rs
hrtb-type-outlives.rs
huge-array-simple.rs
huge-array.rs
huge-enum.rs
huge-struct.rs
hygienic-label-1.rs
hygienic-label-2.rs
hygienic-label-3.rs
hygienic-label-4.rs
if-branch-types.rs
if-let.rs
if-loop.rs
if-typeck.rs
if-without-else-result.rs
ifmt-bad-arg.rs
ifmt-bad-format-args.rs
ifmt-unimpl.rs
ifmt-unknown-trait.rs
illegal-ufcs-drop.rs
immut-function-arguments.rs
impl-bounds-checking.rs
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
impl-unused-tps.rs
implicit-method-bind.rs
import2.rs
import3.rs
import4.rs
import-from-missing.rs
import-glob-0.rs
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
import-shadow-2.rs
import-shadow-3.rs
import-shadow-4.rs
import-shadow-5.rs
import-shadow-6.rs
import-shadow-7.rs
import.rs
inaccessible-test-modules.rs
index_message.rs
index-bot.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
indexing-requires-a-uint.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
infinite-autoderef.rs
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
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
integer-literal-suffix-inference.rs
integral-indexing.rs Consistent spacing 2015-03-16 07:35:23 -07:00
integral-variable-unification-error.rs
internal-unstable-noallow.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
internal-unstable-thread-local.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
internal-unstable.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07: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
issue-897-2.rs
issue-897.rs
issue-1362.rs
issue-1448-2.rs
issue-1476.rs
issue-1697.rs
issue-1871.rs
issue-1900.rs
issue-1962.rs
issue-2063-resource.rs
issue-2063.rs
issue-2111.rs
issue-2149.rs
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
issue-2356.rs
issue-2478.rs
issue-2590.rs
issue-2611-4.rs
issue-2611-5.rs
issue-2718-a.rs
issue-2823.rs
issue-2848.rs
issue-2849.rs
issue-2937.rs
issue-2951.rs
issue-2995.rs
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
issue-3021-b.rs
issue-3021-c.rs
issue-3021-d.rs
issue-3021.rs
issue-3038.rs
issue-3044.rs
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
issue-3477.rs
issue-3521-2.rs
issue-3521.rs
issue-3563.rs
issue-3601.rs
issue-3668-2.rs
issue-3668.rs
issue-3680.rs
issue-3702-2.rs
issue-3707.rs
issue-3763.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
issue-3779.rs
issue-3820.rs
issue-3907-2.rs
issue-3907.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-3973.rs
issue-3993-2.rs
issue-3993.rs
issue-4201.rs
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
issue-4366.rs
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
issue-4968.rs
issue-4972.rs
issue-5035-2.rs
issue-5035.rs
issue-5062.rs
issue-5099.rs
issue-5100.rs
issue-5153.rs
issue-5216.rs
issue-5239-1.rs
issue-5358-1.rs
issue-5439.rs
issue-5500-1.rs
issue-5500.rs
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
issue-5927.rs
issue-5997-enum.rs
issue-5997-struct.rs
issue-6458-2.rs
issue-6458-3.rs
issue-6458-4.rs
issue-6458.rs
issue-6596-1.rs
issue-6596-2.rs
issue-6642.rs
issue-6702.rs
issue-6738.rs
issue-6801.rs
issue-6804.rs
issue-6936.rs
issue-6991.rs
issue-7013.rs
issue-7044.rs
issue-7061.rs
issue-7092.rs
issue-7246.rs
issue-7364.rs
issue-7573.rs
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-7950.rs Add test for #7950 2015-03-16 03:33:12 -04:00
issue-8153.rs
issue-8208.rs
issue-8460-const.rs
issue-8727.rs
issue-8761.rs
issue-8767.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-9243.rs
issue-9575.rs
issue-9725.rs
issue-9814.rs
issue-10176.rs
issue-10200.rs
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
issue-10991.rs
issue-11154.rs
issue-11192.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-11319.rs
issue-11374.rs std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
issue-11493.rs
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 rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
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
issue-11844.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-11873.rs
issue-11925.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
issue-12028.rs
issue-12041.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-12116.rs
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
issue-12470.rs
issue-12552.rs
issue-12560-2.rs
issue-12567.rs
issue-12612.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
issue-12796.rs
issue-12863.rs
issue-12997-1.rs
issue-12997-2.rs
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
issue-13404.rs
issue-13407.rs Regression test for #13407 2015-03-16 07:35:22 -07:00
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
issue-13497-2.rs
issue-13497.rs
issue-13624.rs
issue-13641.rs
issue-13847.rs
issue-13853-2.rs
issue-13853-3.rs
issue-13853-4.rs
issue-13853-5.rs
issue-13853.rs
issue-14084.rs
issue-14091-2.rs
issue-14091.rs
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
issue-14285.rs
issue-14309.rs
issue-14366.rs
issue-14541.rs
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
issue-14915.rs
issue-15034.rs
issue-15094.rs
issue-15129.rs
issue-15167.rs
issue-15207.rs
issue-15260.rs
issue-15381.rs
issue-15480.rs
issue-15524.rs
issue-15756.rs
issue-15783.rs
issue-15896.rs
issue-15965.rs
issue-16048.rs
issue-16058.rs
issue-16098.rs
issue-16149.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16250.rs
issue-16338.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-16401.rs
issue-16465.rs
issue-16538.rs
issue-16562.rs
issue-16683.rs
issue-16725.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
issue-16747.rs Move span in error (fixup #22764) 2015-03-05 12:38:36 +05:30
issue-16922.rs Regression test for #16922 2015-03-16 07:35:24 -07:00
issue-16939.rs
issue-16966.rs
issue-17025.rs
issue-17033.rs
issue-17252.rs
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
issue-17373.rs
issue-17385.rs
issue-17405.rs
issue-17431-1.rs
issue-17431-2.rs
issue-17431-3.rs
issue-17431-4.rs
issue-17431-5.rs
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
issue-17450.rs
issue-17458.rs
issue-17518.rs
issue-17545.rs
issue-17551.rs
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
issue-17718-const-bad-values.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-17718-const-borrow.rs
issue-17718-const-destructors.rs
issue-17718-const-naming.rs
issue-17718-const-privacy.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
issue-17718-constants-not-static.rs
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
issue-17718-references.rs
issue-17718-static-move.rs
issue-17718-static-sync.rs
issue-17728.rs
issue-17740.rs
issue-17758.rs
issue-17800.rs
issue-17904-2.rs
issue-17905.rs
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
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
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
issue-18343.rs
issue-18389.rs Separate supertrait collection from processing a TraitDef. This allows 2015-03-04 15:06:33 -05:00
issue-18400.rs Refactor how we handle overflow so that it is a fatal error that aborts 2015-03-23 18:05:20 -04:00
issue-18423.rs
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
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
issue-18919.rs Regression test for #18919 2015-03-16 07:35:22 -07: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
issue-19244-2.rs
issue-19452.rs
issue-19498.rs
issue-19521.rs
issue-19660.rs
issue-19692.rs
issue-19707.rs
issue-19734.rs
issue-19883.rs
issue-19922.rs
issue-19982.rs Regression test for #19982 2015-03-16 07:35:23 -07:00
issue-19991.rs Fix compile-fail error messages after integer suffix removal. 2015-03-05 12:38:33 +05:30
issue-20005.rs
issue-20225.rs Regression test for #20225 2015-03-16 07:35:23 -07:00
issue-20261.rs Regression test for #20261 2015-03-16 07:35:23 -07:00
issue-20313.rs
issue-20427.rs
issue-20605.rs
issue-20714.rs Regression test for #20714 2015-03-16 07:35:24 -07: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
issue-21045.rs
issue-21146.rs
issue-21160.rs
issue-21202.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
issue-21356.rs
issue-21554.rs
issue-21600.rs
issue-21763.rs
issue-21974.rs
issue-22426-1.rs
issue-22426-2.rs
issue-22426-3.rs
issue-22912.rs
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
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
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-object1.rs
kindck-send-object2.rs
kindck-send-object.rs
kindck-send-owned.rs
kindck-send-unsafe.rs
kindck-send-unsafe.rs~rust-lang_master
lang-item-missing.rs
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
lifetime-inference-give-expl-lifetime-param.rs
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
lint-change-warnings.rs
lint-ctypes-enum.rs
lint-ctypes.rs
lint-dead-code-1.rs
lint-dead-code-2.rs
lint-dead-code-3.rs Fallout in testing. 2015-03-16 11:03:54 +13: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
lint-directives-on-use-items-issue-10534.rs
lint-exceeding-bitshifts.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-forbid-attr.rs
lint-forbid-cmdline.rs
lint-group-style.rs
lint-impl-fn.rs
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
lint-obsolete-attr.rs
lint-output-format.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
lint-owned-heap-memory.rs
lint-qualification.rs
lint-raw-ptr-derive.rs
lint-shorthand-field.rs
lint-stability2.rs
lint-stability3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-stability-fields.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
lint-stability.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
lint-type-limits.rs
lint-type-overflow.rs
lint-unconditional-recursion.rs
lint-unexported-no-mangle.rs
lint-unknown-attr.rs
lint-unknown-feature-default.rs
lint-unknown-feature.rs
lint-unnecessary-casts.rs
lint-unnecessary-import-braces.rs
lint-unnecessary-parens.rs
lint-unsafe-code.rs
lint-unused-extern-crate.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
lint-unused-imports.rs
lint-unused-mut-self.rs
lint-unused-mut-variables.rs
lint-unused-unsafe.rs
lint-uppercase-variables.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lint-visible-private-types.rs
liveness-assign-imm-local-in-loop.rs
liveness-assign-imm-local-in-op-eq.rs
liveness-assign-imm-local-with-init.rs
liveness-bad-bang-2.rs
liveness-closure-require-ret.rs
liveness-dead.rs
liveness-forgot-ret.rs
liveness-issue-2163.rs Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
liveness-missing-ret2.rs
liveness-move-call-arg.rs
liveness-move-in-loop.rs
liveness-move-in-while.rs
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
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
log-syntax-gate2.rs
log-syntax-gate.rs
loop-does-not-diverge.rs
loop-labeled-break-value.rs Infer type ! for a loop that can only break out of other loops 2015-03-18 01:29:23 -04:00
lub-if.rs
lub-match.rs
macro-crate-nonterminal-non-root.rs
macro-incomplete-parse.rs
macro-inner-attributes.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
macro-input-future-proofing.rs
macro-local-data-key-priv.rs
macro-match-nonterminal.rs
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
macro-reexport-malformed-2.rs
macro-reexport-malformed-3.rs
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
macro-use-bad-args-1.rs
macro-use-bad-args-2.rs
macro-use-undef.rs
macro-use-wrong-name.rs
macro-with-seps-err-msg.rs
macros-nonfatal-errors.rs
main-wrong-location.rs
main-wrong-type-2.rs
main-wrong-type.rs
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
match-arm-statics.rs
match-ill-type1.rs
match-ill-type2.rs
match-join.rs
match-non-exhaustive.rs
match-pattern-field-mismatch-2.rs
match-pattern-field-mismatch.rs
match-range-fail-dominate.rs
match-range-fail.rs
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-ref-mut-invariance.rs When matching against a pattern (either via match or let) that 2015-03-23 05:30:43 -04:00
match-ref-mut-let-invariance.rs When matching against a pattern (either via match or let) that 2015-03-23 05:30:43 -04:00
match-static-const-lc.rs
match-struct.rs
match-tag-nullary.rs
match-tag-unary.rs
match-vec-fixed.rs
match-vec-mismatch-2.rs
match-vec-mismatch.rs
match-vec-unreachable.rs
method-ambig-one-trait-unknown-int-type.rs
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
method-call-err-msg.rs
method-macro-backtrace.rs
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
method-suggestion-no-duplication.rs remove imports 2015-03-16 21:57:42 -05:00
minus-string.rs
missing_debug_impls.rs
missing-derivable-attr.rs
missing-macro-use.rs
missing-main.rs
missing-return.rs
missing-stability.rs
mod_file_aux.rs
mod_file_correct_spans.rs
mod_file_disambig_aux.rs
mod_file_disambig.rs
mod_file_not_owning_aux1.rs
mod_file_not_owning_aux2.rs
mod_file_not_owning.rs
module-macro_use-arguments.rs
move-fragments-1.rs
move-fragments-2.rs
move-fragments-3.rs
move-fragments-4.rs
move-fragments-5.rs
move-fragments-6.rs
move-fragments-7.rs
move-fragments-8.rs
move-fragments-9.rs
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
move-into-dead-array-2.rs
move-out-of-array-1.rs
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
moves-based-on-type-block-bad.rs
moves-based-on-type-capture-clause-bad.rs
moves-based-on-type-cyclic-types-issue-4821.rs
moves-based-on-type-distribute-copy-over-paren.rs
moves-based-on-type-exprs.rs
moves-based-on-type-match-bindings.rs
moves-based-on-type-move-out-of-closure-env-issue-1965.rs
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
moves-sru-moved-field.rs
multiple-main-2.rs
multiple-main-3.rs
multiple-plugin-registrars.rs
mut-cant-alias.rs
mut-cross-borrowing.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
mut-not-freeze.rs
mut-pattern-internal-mutability.rs
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
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
name-clash-nullary.rs
namespaced-enum-glob-import-no-impls-xcrate.rs
namespaced-enum-glob-import-no-impls.rs
nested-ty-params.rs
no_crate_type.rs
no_send-enum.rs
no_send-rc.rs
no_send-struct.rs
no_share-enum.rs
no_share-rc.rs
no_share-struct.rs
no-capture-arc.rs
no-implicit-prelude-nested.rs
no-implicit-prelude.rs
no-link.rs
no-method-suggested-traits.rs
no-reuse-move-arc.rs
no-send-res-ports.rs
no-type-for-node-ice.rs
noexporttypeexe.rs
nolink-with-link-args.rs
non-constant-enum-for-vec-repeat.rs
non-constant-expr-for-fixed-len-vec.rs
non-constant-expr-for-vec-repeat.rs
non-copyable-void.rs
non-exhaustive-match-nested.rs
non-exhaustive-match.rs
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
noncopyable-class.rs
nonscalar-cast.rs
not-enough-arguments.rs
not-utf8.bin
not-utf8.rs
object-does-not-impl-trait.rs
object-lifetime-default-ambiguous.rs
object-lifetime-default-elision.rs
object-lifetime-default-from-box-error.rs
object-lifetime-default-mybox.rs
object-lifetime-default.rs
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
object-safety-generics.rs
object-safety-issue-22040.rs
object-safety-mentions-Self.rs
object-safety-no-static.rs
object-safety-phantom-fn.rs
object-safety-sized-2.rs
object-safety-sized.rs
object-safety-supertrait-mentions-Self.rs
occurs-check-2.rs
occurs-check-3.rs
occurs-check.rs
on-unimplemented-bad-anno.rs
on-unimplemented.rs
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
osx-frameworks.rs
output-type-mismatch.rs
overloaded-calls-bad.rs
overloaded-calls-nontuple.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
oversized-literal.rs
packed-struct-generic-transmute.rs
packed-struct-transmute.rs
pat-shadow-in-nested-binding.rs
pattern-bindings-after-at.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
pattern-error-continue.rs
pattern-ident-path-generics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
pattern-macro-hygiene.rs
pattern-tyvar-2.rs
pattern-tyvar.rs
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
prim-with-args.rs
priv_in_pub_sig_priv_mod.rs Fix private module loophole in the 'private type in public item' check 2015-03-18 16:47:24 +13:00
priv-in-bad-locations.rs
privacy1.rs Fallout in testing. 2015-03-16 11:03:54 +13:00
privacy2.rs
privacy3.rs
privacy4.rs
privacy5.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
privacy-ns1.rs
privacy-ns2.rs
private-impl-method.rs
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
private-struct-field-pattern.rs
private-struct-field.rs
ptr-coercion.rs
pub-item-macro.rs
pub-method-macro.rs
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
recursion_limit.rs Refactor how we handle overflow so that it is a fatal error that aborts 2015-03-23 18:05:20 -04:00
recursion.rs
recursive-enum.rs
redundant-link-args.rs
refutable-pattern-errors.rs
refutable-pattern-in-fn-arg.rs
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
region-lifetime-bounds-on-fns-where-clause.rs
region-multiple-lifetime-bounds-on-fns-where-clause.rs
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
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
regions-assoc-type-outlives-container-hrtb.rs
regions-assoc-type-outlives-container-wc.rs
regions-assoc-type-outlives-container.rs
regions-assoc-type-region-bound-in-trait-not-met.rs
regions-assoc-type-static-bound-in-trait-not-met.rs
regions-bound-missing-bound-in-impl.rs
regions-bounded-by-trait-requiring-static.rs
regions-bounded-method-type-parameters-cross-crate.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
regions-bounded-method-type-parameters-trait-bound.rs
regions-bounded-method-type-parameters.rs
regions-bounds.rs
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
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
regions-close-over-type-parameter-1.rs
regions-close-over-type-parameter-2.rs
regions-close-over-type-parameter-multiple.rs
regions-close-param-into-object.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
regions-creating-enums3.rs
regions-creating-enums4.rs
regions-creating-enums.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-early-bound-error-method.rs
regions-early-bound-error.rs
regions-enum-not-wf.rs
regions-escape-bound-fn-2.rs
regions-escape-bound-fn.rs
regions-escape-loop-via-variable.rs
regions-escape-loop-via-vec.rs
regions-escape-method.rs
regions-escape-unboxed-closure.rs
regions-escape-via-trait-or-not.rs
regions-fn-subtyping-return-static.rs
regions-free-region-ordering-callee.rs
regions-free-region-ordering-caller1.rs
regions-free-region-ordering-caller.rs
regions-free-region-ordering-incorrect.rs
regions-glb-free-free.rs
regions-in-consts.rs
regions-in-enums-anon.rs
regions-in-enums.rs
regions-in-structs-anon.rs
regions-in-structs.rs
regions-infer-at-fn-not-param.rs
regions-infer-borrow-scope-too-big.rs
regions-infer-borrow-scope-within-loop.rs
regions-infer-bound-from-trait-self.rs
regions-infer-bound-from-trait.rs
regions-infer-call-3.rs
regions-infer-contravariance-due-to-decl.rs
regions-infer-covariance-due-to-decl.rs
regions-infer-invariance-due-to-decl.rs
regions-infer-invariance-due-to-mutability-3.rs
regions-infer-invariance-due-to-mutability-4.rs
regions-infer-not-param.rs
regions-infer-paramd-indirect.rs
regions-infer-proc-static-upvar.rs
regions-lifetime-bounds-on-fns.rs
regions-lifetime-of-struct-or-enum-variant.rs
regions-name-duplicated.rs
regions-name-static.rs
regions-name-undeclared.rs
regions-nested-fns-2.rs
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
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
regions-reborrow-from-shorter-mut-ref.rs
regions-ref-in-fn-arg.rs
regions-ret-borrowed-1.rs
regions-ret-borrowed.rs
regions-ret.rs
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
regions-steal-closure.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
regions-struct-not-wf.rs
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-object-subtyping.rs Remove incorrect subtyping for &mut Trait and introduce coercion 2015-03-23 04:52:33 -04:00
regions-trait-variance.rs
regions-undeclared.rs
regions-var-type-out-of-scope.rs
regions-variance-contravariant-use-covariant-in-second-position.rs
regions-variance-contravariant-use-covariant.rs
regions-variance-covariant-use-contravariant.rs
regions-variance-invariant-use-contravariant.rs
regions-variance-invariant-use-covariant.rs
repeat_count.rs Update tests 2015-03-11 21:17:27 +01:00
repeat-to-run-dtor-twice.rs
required-lang-item.rs
reserved-attr-on-macro.rs Check gated attributes before and after macro expansion 2015-03-06 17:15:19 -08:00
reserved-become.rs
resolve_self_super_hint.rs
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
resolve-inconsistent-binding-mode.rs
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
ret-non-nil.rs
retslot-cast.rs Remove subtyping for object types and replace with an *upcast* coercion. 2015-03-17 08:34:25 -04:00
rustc-error.rs
self_type_keyword.rs
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
send-is-not-static-std-sync.rs
seq-args.rs
shadowed-lifetime.rs
shadowed-type-parameter.rs
shadowing-in-the-same-pattern.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
shift-various-bad-types.rs
simd-binop.rs
simd-type.rs
single-derive-attr.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
single-primitive-inherent-impl.rs allow inherent implementations on primitives 2015-03-16 21:56:31 -05:00
slice-1.rs
slice-2.rs
slice-borrow.rs
slice-mut-2.rs
slice-mut.rs
slightly-nice-generic-literal-messages.rs
stability-attribute-sanity.rs
stable-features.rs
staged_api.rs
static-array-across-crate.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
static-assert2.rs
static-assert.rs
static-items-cant-move.rs
static-method-privacy.rs
static-mut-bad-types.rs
static-mut-foreign-requires-unsafe.rs
static-mut-not-constant.rs
static-mut-not-pat.rs
static-mut-requires-unsafe.rs
static-priv-by-default2.rs
static-priv-by-default.rs
static-reference-to-fn-1.rs
static-reference-to-fn-2.rs
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
staticness-mismatch.rs
std-uncopyable-atomics.rs
str-idx.rs
struct-base-wrong-type.rs
struct-field-assignability.rs
struct-field-privacy.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
struct-fields-decl-dupe.rs
struct-fields-dupe.rs
struct-fields-hints-no-dupe.rs
struct-fields-hints.rs
struct-fields-missing.rs
struct-fields-too-many.rs
struct-fields-typo.rs
struct-like-enum-nonexhaustive.rs
struct-pat-derived-error.rs
struct-pattern-match-useless.rs
struct-variant-privacy-xc.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
struct-variant-privacy.rs
structure-constructor-type-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
suggest-private-fields.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
super-at-top-level.rs
suppressed-error.rs
svh-change-lit.rs
svh-change-significant-cfg.rs
svh-change-trait-bound.rs
svh-change-type-arg.rs
svh-change-type-ret.rs
svh-change-type-static.rs
svh-use-trait.rs
syntax-extension-minor.rs
syntax-trait-polarity-feature-gate.rs
syntaxt-default-trait-impls.rs
tag-that-dare-not-speak-its-name.rs
tag-type-args.rs
tag-variant-cast-non-nullary.rs
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
terr-in-field.rs
terr-sorts.rs
test-cfg.rs
trace_macros-format.rs
trace_macros-gate2.rs
trace_macros-gate3.rs
trace_macros-gate.rs
trait-as-struct-constructor.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-cant-coerce.rs
trait-bounds-impl-comparison-1.rs
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 Consistent spacing 2015-03-16 07:35:23 -07: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-xc1.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.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
trait-bounds-sugar.rs
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
trait-impl-can-not-have-untraitful-methods.rs
trait-impl-different-num-params.rs
trait-impl-for-module.rs
trait-impl-method-mismatch.rs
trait-impl-of-supertrait-has-wrong-lifetime-parameters.rs
trait-matching-lifetimes.rs
trait-object-safety.rs
trait-or-new-type-instead.rs
trait-resolution-in-overloaded-op.rs
trait-safety-fn-body.rs
trait-safety-inherent-impl.rs
trait-safety-trait-impl-cc.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
trait-safety-trait-impl.rs
trait-static-method-generic-inference.rs
trait-test-2.rs
trait-test.rs
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
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
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
transmute-impl.rs
transmute-type-parameters.rs
tuple-arity-mismatch.rs
tuple-index-not-tuple.rs
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
tutorial-suffix-inference-test.rs
type-arg-out-of-scope.rs
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
type-parameter-defaults-referencing-Self.rs
type-parameter-names.rs
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
type-shadow.rs
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
typeck_type_placeholder_lifetime_2.rs
typeck_type_placeholder_mismatch.rs
typeck-builtin-bound-type-parameters.rs
typeck-cast-pointer-to-float.rs
typeck-default-trait-impl-assoc-type.rs
typeck-default-trait-impl-constituent-types-2.rs
typeck-default-trait-impl-constituent-types.rs
typeck-default-trait-impl-cross-crate-coherence.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
typeck-default-trait-impl-negation-send.rs
typeck-default-trait-impl-negation-sync.rs
typeck-default-trait-impl-negation.rs
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
typeck-default-trait-impl-send-param.rs
typeck-default-trait-impl-superregion.rs
typeck-default-trait-impl-supertrait.rs
typeck-default-trait-impl-trait-where-clause.rs
typeck-negative-impls-builtin.rs
typeck-unsafe-always-share.rs
ufcs-explicit-self-bad.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
ufcs-qpath-missing-params.rs
ufcs-qpath-self-mismatch.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unboxed-closer-non-implicit-copyable.rs
unboxed-closure-feature-gate.rs
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
unboxed-closure-sugar-equiv.rs
unboxed-closure-sugar-lifetime-elision.rs
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
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
unboxed-closure-sugar-wrong-number-number-type-parameters-3.rs
unboxed-closure-sugar-wrong-number-number-type-parameters.rs
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
unboxed-closures-failed-recursive-fn-2.rs
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
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
unboxed-closures-infer-fnmut-move-missing-mut.rs
unboxed-closures-infer-fnonce-call-twice.rs
unboxed-closures-infer-fnonce-move-call-twice.rs
unboxed-closures-move-upvar-from-non-once-ref-closure.rs
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
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
unboxed-closures-unsafe-extern-fn.rs
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
unconstrained-none.rs
unconstrained-ref.rs
uninhabited-enum-cast.rs
unique-object-noncopyable.rs
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
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
unreachable-variant.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
unresolved-extern-mod-suggestion.rs
unresolved-import.rs
unsafe_no_drop_flag-gate.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
unsafe-fn-called-from-safe.rs
unsafe-fn-deref-ptr.rs
unsafe-fn-used-as-value.rs
unsafe-subtyping.rs Move unsafety out of the subtyping relation and into coercion. 2015-03-17 17:29:07 -04:00
unsafe-trait-impl.rs Move unsafety out of the subtyping relation and into coercion. 2015-03-17 17:29:07 -04:00
unsendable-class.rs
unsized3.rs
unsized5.rs
unsized6.rs
unsized7.rs
unsized-bare-typaram.rs
unsized-enum.rs
unsized-inherent-impl-self-type.rs
unsized-struct.rs
unsized-trait-impl-self-type.rs
unsized-trait-impl-trait-arg.rs
unsupported-cast.rs
unused-attr.rs
unused-macro-with-bad-frag-spec.rs
unused-macro-with-follow-violation.rs
unused-mut-warning-captured-var.rs
unused-result.rs
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
use-after-move-self.rs
use-from-trait-xc.rs
use-from-trait.rs
use-meta-mismatch.rs
use-mod-2.rs
use-mod-3.rs
use-mod.rs
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
variadic-ffi-2.rs
variadic-ffi.rs Move unsafety out of the subtyping relation and into coercion. 2015-03-17 17:29:07 -04:00
variance-associated-types.rs
variance-cell-is-invariant.rs
variance-contravariant-arg-object.rs
variance-contravariant-arg-trait-match.rs
variance-contravariant-self-trait-match.rs
variance-covariant-arg-object.rs
variance-covariant-arg-trait-match.rs
variance-covariant-self-trait-match.rs
variance-deprecated-markers.rs
variance-invariant-arg-object.rs
variance-invariant-arg-trait-match.rs
variance-invariant-self-trait-match.rs
variance-issue-20533.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
variance-object-types.rs
variance-regions-direct.rs
variance-regions-indirect.rs
variance-regions-unused-direct.rs
variance-regions-unused-indirect.rs
variance-trait-bounds.rs
variance-trait-matching.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
variance-trait-object-bound.rs
variance-types-bounds.rs
variance-types.rs
variance-unused-region-param.rs
variance-unused-type-param.rs
variance-use-contravariant-struct-1.rs
variance-use-contravariant-struct-2.rs
variance-use-covariant-struct-1.rs
variance-use-covariant-struct-2.rs
variance-use-invariant-struct-1.rs
vec_refs_data_with_early_death.rs
vec-macro-with-comma-only.rs
vec-must-not-hide-type-from-dropck.rs
vec-mut-iter-borrow.rs
vec-res-add.rs
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
visible-private-types-supertrait.rs
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
warn-path-statement.rs
weak-lang-item.rs
where-clause-constraints-are-local-for-inherent-impl.rs
where-clause-constraints-are-local-for-trait-impl.rs
where-clause-method-substituion.rs
where-clauses-method-unsatisfied.rs
where-clauses-not-parameter.rs
where-clauses-unsatisfied.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
where-for-self-2.rs
where-for-self.rs
while-let.rs
while-type-error.rs
writing-to-immutable-vec.rs
wrong-mul-method-signature.rs
wrong-ret-type.rs
xc-private-method2.rs
xc-private-method.rs
xcrate-private-by-default.rs
xcrate-unit-struct.rs