rust/src/test/ui
bors 883e74645d Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix
Two phase borrows rewrite

This definitely needs a careful review. Both @pnkfelix and @nikomatsakis  were involved with the design of this so they're natural choices here. I'm r?'ing @pnkfelix since they wrote the original two-phase borrow implementation. Also ping @KiChjang who expressed interest in working on this. I'm going to leave a few comments below pointing out some of the more dangerous changes I made (i.e. what I would like reviewers to pay special attention too.)

r? @pnkfelix
2018-03-12 12:58:09 +00:00
..
auxiliary Move compile-fail tests with NOTE/HELP annotations to UI 2017-12-14 23:23:07 +03:00
block-result Update UI tests 2018-02-26 20:24:42 +03:00
borrowck Update UI tests 2018-02-26 20:24:42 +03:00
check_match Update UI tests 2018-02-26 20:24:02 +03:00
closure_context Update UI tests 2018-02-26 20:24:02 +03:00
closure-expected-type Update UI tests 2018-02-26 20:24:02 +03:00
codemap_tests Update UI tests 2018-02-26 20:24:42 +03:00
compare-method Update UI tests 2018-02-26 20:24:02 +03:00
const-eval Unify the const folding errors 2018-03-08 08:35:39 +01:00
cross-crate-macro-backtrace Update UI tests 2018-02-26 20:24:02 +03:00
cross-file-errors Add label to primary span in some parse errors 2018-02-27 10:47:33 -08:00
derived-errors Update UI tests 2018-02-26 20:24:02 +03:00
did_you_mean in which parentheses are suggested for should-have-been-tuple-patterns 2018-03-08 11:30:34 -08:00
dropck Update UI tests 2018-02-26 20:24:42 +03:00
e0119 Update UI tests 2018-02-26 20:24:02 +03:00
error-codes Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis 2018-03-10 10:52:07 +00:00
feature-gate Update UI tests 2018-02-26 20:24:42 +03:00
fmt Update UI tests 2018-02-26 20:24:02 +03:00
generator Update UI tests 2018-02-26 20:24:42 +03:00
hello_world
impl-trait Update UI tests 2018-02-26 20:24:42 +03:00
imports Update UI tests 2018-02-26 20:24:42 +03:00
in-band-lifetimes Update UI tests 2018-02-26 20:24:42 +03:00
interior-mutability Update UI tests 2018-02-26 20:24:02 +03:00
invalid-module-declaration Update UI tests 2018-02-26 20:24:02 +03:00
issue-37311-type-length-limit Update UI tests 2018-02-26 20:24:02 +03:00
issue-38875 Regenerate tests 2018-03-08 08:35:38 +01:00
issue-40402-ref-hints Update UI tests 2018-02-26 20:24:02 +03:00
issue-41652 Update UI tests 2018-02-26 20:24:42 +03:00
lifetime-errors Update UI tests 2018-02-26 20:24:42 +03:00
lifetimes Update UI tests 2018-02-26 20:24:02 +03:00
lint Stage 2 doesn't see suggestion_approximate 2018-03-08 08:34:16 +01:00
lub-glb Update UI tests 2018-02-26 20:24:02 +03:00
macro_backtrace Update UI tests 2018-02-26 20:24:02 +03:00
macros Fix rebase 2018-02-26 21:20:31 +03:00
mismatched_types Update UI tests 2018-02-26 20:24:42 +03:00
missing_non_modrs_mod Update UI tests 2018-02-26 20:24:02 +03:00
missing-items Update UI tests 2018-02-26 20:24:02 +03:00
nll Make causal tracking lazy 2018-03-06 18:03:05 -03:00
non_modrs_mods Update UI tests 2018-02-26 20:24:02 +03:00
on-unimplemented Update UI tests 2018-02-26 20:24:02 +03:00
print_type_sizes rustc_mir: always run the deaggregator. 2018-02-20 02:50:26 +02:00
print-fuel
pub Update UI tests 2018-02-26 20:24:02 +03:00
reachable Update UI tests 2018-02-26 20:24:02 +03:00
resolve Add label to primary span in some parse errors 2018-02-27 10:47:33 -08:00
rfc1598-generic-associated-types Update UI tests 2018-02-26 20:24:02 +03:00
rfc_1940-must_use_on_functions Update UI tests 2018-02-26 20:24:02 +03:00
rfc-2005-default-binding-mode Update UI tests 2018-02-26 20:24:02 +03:00
span Fix rebase 2018-02-26 21:20:31 +03:00
suggestions fix rebase 2018-02-28 10:56:07 -08:00
token Add label to primary span in some parse errors 2018-02-27 10:47:33 -08:00
transmute Update UI tests 2018-02-26 20:24:02 +03:00
type-check Update UI tests 2018-02-26 20:24:42 +03:00
union Regenerate tests 2018-03-08 08:35:38 +01:00
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
arbitrary-self-types-not-object-safe.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
arbitrary-self-types-not-object-safe.stderr Update UI tests 2018-02-26 20:24:02 +03:00
asm-out-assign-imm.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
asm-out-assign-imm.stderr Update UI tests 2018-02-26 20:24:02 +03:00
associated-const-impl-wrong-lifetime.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
associated-const-impl-wrong-lifetime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
associated-const-impl-wrong-type.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
associated-const-impl-wrong-type.stderr Update UI tests 2018-02-26 20:24:02 +03:00
associated-type-projection-from-multiple-supertraits.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
associated-type-projection-from-multiple-supertraits.stderr Update UI tests 2018-02-26 20:24:02 +03:00
associated-types-ICE-when-projecting-out-of-err.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
associated-types-ICE-when-projecting-out-of-err.stderr Update UI tests 2018-02-26 20:24:02 +03:00
associated-types-in-ambiguous-context.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
associated-types-in-ambiguous-context.stderr Update UI tests 2018-02-26 20:24:02 +03:00
attr-usage-repr.rs Check all repr hints together when checking for mis-applied attributes 2018-01-01 22:05:29 +01:00
attr-usage-repr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
augmented-assignments.rs Be ambiguous when type cannot be properly mentioned 2018-01-02 19:49:38 -08:00
augmented-assignments.stderr Update UI tests 2018-02-26 20:24:42 +03:00
binary-op-on-double-ref.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
binary-op-on-double-ref.stderr Update UI tests 2018-02-26 20:24:02 +03:00
blind-item-item-shadow.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
blind-item-item-shadow.stderr Update UI tests 2018-02-26 20:24:42 +03:00
bogus-tag.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
bogus-tag.stderr Update UI tests 2018-02-26 20:24:02 +03:00
cast_char.rs Fix spelling s/casted/cast/ 2018-03-01 12:54:16 +01:00
cast_char.stderr Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik 2018-03-06 16:25:28 +08:00
cast-as-bool.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
cast-as-bool.stderr Update UI tests 2018-02-26 20:24:02 +03:00
cast-errors-issue-43825.rs Handle casts to integer/float variables 2017-12-24 11:40:54 +02:00
cast-errors-issue-43825.stderr Update UI tests 2018-02-26 20:24:02 +03:00
cast-rfc0401-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
cast-rfc0401-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
cast-to-unsized-trait-object-suggestion.rs
cast-to-unsized-trait-object-suggestion.stderr Update UI tests 2018-02-26 20:24:02 +03:00
casts-differing-anon.rs Update check::cast::pointer_kind logic to new rustc 2017-12-23 23:38:09 +02:00
casts-differing-anon.stderr Update UI tests 2018-02-26 20:24:02 +03:00
casts-issue-46365.rs Update check::cast::pointer_kind logic to new rustc 2017-12-23 23:38:09 +02:00
casts-issue-46365.stderr Update UI tests 2018-02-26 20:24:02 +03:00
changing-crates.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
changing-crates.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coercion-missing-tail-expected-type.rs
coercion-missing-tail-expected-type.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coherence-error-suppression.rs Move compile-fail tests with NOTE/HELP annotations to UI 2017-12-14 23:23:07 +03:00
coherence-error-suppression.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coherence-impls-copy.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-impls-copy.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coherence-overlap-downstream-inherent.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-downstream-inherent.stderr Update UI tests 2018-02-26 20:24:42 +03:00
coherence-overlap-downstream.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-downstream.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coherence-overlap-issue-23516-inherent.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-issue-23516-inherent.stderr Update UI tests 2018-02-26 20:24:42 +03:00
coherence-overlap-issue-23516.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-issue-23516.stderr Update UI tests 2018-02-26 20:24:02 +03:00
coherence-overlap-upstream-inherent.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-upstream-inherent.stderr Update UI tests 2018-02-26 20:24:42 +03:00
coherence-overlap-upstream.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coherence-overlap-upstream.stderr Update UI tests 2018-02-26 20:24:02 +03:00
command-line-diagnostics.rs
command-line-diagnostics.stderr Fix rebase 2018-02-26 21:20:31 +03:00
const-deref-ptr.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
const-deref-ptr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
const-eval-overflow-2.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
const-eval-overflow-2.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
const-eval-overflow-4.rs Unify the const folding errors 2018-03-08 08:35:39 +01:00
const-eval-overflow-4.stderr Unify the const folding errors 2018-03-08 08:35:39 +01:00
const-eval-span.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
const-eval-span.stderr Update UI tests 2018-02-26 20:24:02 +03:00
const-expr-addr-operator.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
const-expr-addr-operator.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
const-fn-error.rs Unregress error spans in constant errors 2018-03-08 08:34:17 +01:00
const-fn-error.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
const-fn-mismatch.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
const-fn-mismatch.stderr Update UI tests 2018-02-26 20:24:02 +03:00
const-fn-not-in-trait.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
const-fn-not-in-trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
const-len-underflow-separate-spans.rs Unify the const folding errors 2018-03-08 08:35:39 +01:00
const-len-underflow-separate-spans.stderr Unify the const folding errors 2018-03-08 08:35:39 +01:00
const-pattern-irrefutable.rs
const-pattern-irrefutable.stderr Update UI tests 2018-02-26 20:24:02 +03:00
const-pattern-not-const-evaluable.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
const-pattern-not-const-evaluable.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
const-unsized.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
const-unsized.stderr Update UI tests 2018-02-26 20:24:02 +03:00
cycle-trait-supertrait-indirect.rs Change error message for E0391 to "cyclic dependency detected" 2018-02-10 03:28:15 +01:00
cycle-trait-supertrait-indirect.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deprecated-macro_escape-inner.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
deprecated-macro_escape-inner.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deprecated-macro_escape.rs
deprecated-macro_escape.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deref-suggestion.rs
deref-suggestion.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deriving-meta-empty-trait-list.rs
deriving-meta-empty-trait-list.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deriving-with-repr-packed.rs
deriving-with-repr-packed.stderr Update UI tests 2018-02-26 20:24:02 +03:00
discrim-overflow-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
discrim-overflow-2.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
discrim-overflow.rs Reduce noise in error reporting 2018-03-08 08:34:11 +01:00
discrim-overflow.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
double-import.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
double-import.stderr Update UI tests 2018-02-26 20:24:42 +03:00
duplicate-check-macro-exports.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
duplicate-check-macro-exports.stderr Update UI tests 2018-02-26 20:24:02 +03:00
empty-struct-unit-expr.rs Further tweaks to the output 2018-01-15 12:35:15 -08:00
empty-struct-unit-expr.stderr Update UI tests 2018-02-26 20:24:42 +03:00
enum-and-module-in-same-scope.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
enum-and-module-in-same-scope.stderr Update UI tests 2018-02-26 20:24:02 +03:00
enum-size-variance.rs
enum-size-variance.stderr Update UI tests 2018-02-26 20:24:02 +03:00
error-festival.rs Reduce error codes length when too much are thrown 2018-02-25 12:15:05 +01:00
error-festival.stderr Fix rebase 2018-02-26 21:20:31 +03:00
explain.rs
explain.stdout fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
extern-const.rs
extern-const.stderr Update UI tests 2018-02-26 20:24:02 +03:00
fat-ptr-cast.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
fat-ptr-cast.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-abi_unadjusted.rs
feature-gate-abi_unadjusted.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-abi-msp430-interrupt.rs
feature-gate-abi-msp430-interrupt.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-abi.rs
feature-gate-abi.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-advanced-slice-features.rs
feature-gate-advanced-slice-features.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allocator_internals.rs
feature-gate-allocator_internals.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allow_fail.rs
feature-gate-allow_fail.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allow-internal-unsafe-nested-macro.rs
feature-gate-allow-internal-unsafe-nested-macro.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allow-internal-unstable-nested-macro.rs
feature-gate-allow-internal-unstable-nested-macro.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allow-internal-unstable-struct.rs
feature-gate-allow-internal-unstable-struct.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-allow-internal-unstable.rs
feature-gate-allow-internal-unstable.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-arbitrary_self_types-raw-pointer.rs Add a feature_gate test for raw pointer self 2017-12-17 10:13:09 +01:00
feature-gate-arbitrary_self_types-raw-pointer.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-arbitrary-self-types.rs
feature-gate-arbitrary-self-types.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-asm2.rs
feature-gate-asm2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-asm.rs
feature-gate-asm.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-assoc-type-defaults.rs
feature-gate-assoc-type-defaults.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-box_patterns.rs
feature-gate-box_patterns.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-box_syntax.rs
feature-gate-box_syntax.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-box-expr.rs
feature-gate-box-expr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-catch_expr.rs
feature-gate-catch_expr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-cfg-target-feature.rs
feature-gate-cfg-target-feature.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-cfg-target-has-atomic.rs
feature-gate-cfg-target-has-atomic.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-cfg-target-thread-local.rs
feature-gate-cfg-target-thread-local.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-cfg-target-vendor.rs
feature-gate-cfg-target-vendor.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-clone-closures.rs
feature-gate-clone-closures.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-compiler-builtins.rs
feature-gate-compiler-builtins.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-concat_idents2.rs
feature-gate-concat_idents2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-concat_idents3.rs
feature-gate-concat_idents3.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-concat_idents.rs
feature-gate-concat_idents.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-conservative_impl_trait.rs
feature-gate-conservative_impl_trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-const_fn.rs
feature-gate-const_fn.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-const-indexing.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
feature-gate-const-indexing.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
feature-gate-copy-closures.rs
feature-gate-copy-closures.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-crate_in_paths.rs
feature-gate-crate_in_paths.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-crate_visibility_modifier.rs
feature-gate-crate_visibility_modifier.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-custom_attribute2.rs
feature-gate-custom_attribute2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-custom_attribute.rs
feature-gate-custom_attribute.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-custom_derive.rs
feature-gate-custom_derive.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-decl_macro.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
feature-gate-decl_macro.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-default_type_parameter_fallback.rs
feature-gate-default_type_parameter_fallback.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-doc_cfg.rs
feature-gate-doc_cfg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-doc_masked.rs
feature-gate-doc_masked.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-doc_spotlight.rs
feature-gate-doc_spotlight.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-dotdoteq_in_patterns.rs
feature-gate-dotdoteq_in_patterns.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-dropck-ugeh-2.rs
feature-gate-dropck-ugeh-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-dropck-ugeh.rs
feature-gate-dropck-ugeh.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-dyn-trait.rs
feature-gate-dyn-trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-exclusive-range-pattern.rs
feature-gate-exclusive-range-pattern.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-extern_absolute_paths.rs
feature-gate-extern_absolute_paths.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-extern_in_paths.rs Support extern in paths 2018-01-03 18:09:20 +03:00
feature-gate-extern_in_paths.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-extern_types.rs
feature-gate-extern_types.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-external_doc.rs
feature-gate-external_doc.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-feature-gate.rs
feature-gate-feature-gate.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-fn_must_use-cap-lints-allow.rs
feature-gate-fn_must_use-cap-lints-allow.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-fn_must_use.rs
feature-gate-fn_must_use.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-fundamental.rs
feature-gate-fundamental.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-generators.rs
feature-gate-generators.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-generic_associated_types.rs
feature-gate-generic_associated_types.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-generic_param_attrs.rs
feature-gate-generic_param_attrs.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-global_allocator.rs
feature-gate-global_allocator.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-global_asm.rs
feature-gate-global_asm.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-i128_type2.rs
feature-gate-i128_type2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-i128_type.rs
feature-gate-i128_type.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-if_while_or_patterns.rs Implement multiple patterns with | in if let and while let 2018-02-24 03:12:35 +03:00
feature-gate-if_while_or_patterns.stderr Fix rebase 2018-02-26 21:20:31 +03:00
feature-gate-in_band_lifetimes.rs
feature-gate-in_band_lifetimes.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-intrinsics.rs
feature-gate-intrinsics.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-lang-items.rs
feature-gate-lang-items.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-link_args.rs
feature-gate-link_args.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-link_cfg.rs
feature-gate-link_cfg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-link_llvm_intrinsics.rs
feature-gate-link_llvm_intrinsics.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-linkage.rs
feature-gate-linkage.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-linker-flavor.rs
feature-gate-linker-flavor.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-log_syntax2.rs
feature-gate-log_syntax2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-log_syntax.rs
feature-gate-log_syntax.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-macro_at_most_once_rep.rs Fix the test 2018-02-08 23:00:38 -06:00
feature-gate-macro_at_most_once_rep.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-macro-lifetime-matcher.rs Add feature gate macro_lifetime_matcher 2017-12-28 11:33:44 -05:00
feature-gate-macro-lifetime-matcher.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-macro-vis-matcher.rs
feature-gate-macro-vis-matcher.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-main.rs
feature-gate-main.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-match_default_bindings.rs
feature-gate-match_default_bindings.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-may-dangle.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
feature-gate-may-dangle.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-naked_functions.rs
feature-gate-naked_functions.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-needs-allocator.rs
feature-gate-needs-allocator.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-negate-unsigned.rs
feature-gate-negate-unsigned.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-never_type.rs
feature-gate-never_type.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-nll.rs Add nll feature and make nll imply nll_dump_cause 2017-12-20 14:38:12 -05:00
feature-gate-nll.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-no_core.rs
feature-gate-no_core.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-no-debug-2.rs
feature-gate-no-debug-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-no-debug.rs
feature-gate-no-debug.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-non_ascii_idents.rs
feature-gate-non_ascii_idents.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-non_exhaustive.rs
feature-gate-non_exhaustive.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-omit-gdb-pretty-printer-section.rs
feature-gate-omit-gdb-pretty-printer-section.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-on-unimplemented.rs
feature-gate-on-unimplemented.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-optin-builtin-traits.rs Adjust tests for removal of impl Foo for .. {} 2018-01-13 18:48:00 +03:00
feature-gate-optin-builtin-traits.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-overlapping_marker_traits.rs
feature-gate-overlapping_marker_traits.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-pattern_parentheses.rs Support parentheses in patterns under feature gate 2018-03-01 01:47:56 +03:00
feature-gate-pattern_parentheses.stderr Support parentheses in patterns under feature gate 2018-03-01 01:47:56 +03:00
feature-gate-placement-expr.rs
feature-gate-placement-expr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-plugin_registrar.rs
feature-gate-plugin_registrar.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-plugin.rs
feature-gate-plugin.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-prelude_import.rs
feature-gate-prelude_import.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-profiler-runtime.rs
feature-gate-profiler-runtime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-repr128.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
feature-gate-repr128.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-repr_transparent.rs Implement repr(transparent) 2018-01-16 08:58:32 +01:00
feature-gate-repr_transparent.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-repr-simd.rs
feature-gate-repr-simd.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-rustc_const_unstable.rs
feature-gate-rustc_const_unstable.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-rustc-attrs.rs
feature-gate-rustc-attrs.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-rustc-diagnostic-macros.rs
feature-gate-rustc-diagnostic-macros.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-sanitizer-runtime.rs
feature-gate-sanitizer-runtime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-simd-ffi.rs Check all repr hints together when checking for mis-applied attributes 2018-01-01 22:05:29 +01:00
feature-gate-simd-ffi.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-simd.rs
feature-gate-simd.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-slice-patterns.rs
feature-gate-slice-patterns.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-staged_api.rs
feature-gate-staged_api.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-start.rs
feature-gate-start.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-static-nobundle.rs
feature-gate-static-nobundle.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-stmt_expr_attributes.rs
feature-gate-stmt_expr_attributes.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-target_feature.rs
feature-gate-target_feature.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-thread_local.rs
feature-gate-thread_local.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-trace_macros.rs
feature-gate-trace_macros.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-type_ascription.rs
feature-gate-type_ascription.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unboxed-closures-manual-impls.rs
feature-gate-unboxed-closures-manual-impls.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unboxed-closures-method-calls.rs
feature-gate-unboxed-closures-method-calls.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unboxed-closures-ufcs-calls.rs
feature-gate-unboxed-closures-ufcs-calls.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unboxed-closures.rs
feature-gate-unboxed-closures.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-underscore-lifetimes.rs
feature-gate-underscore-lifetimes.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-universal.rs
feature-gate-universal.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unsized_tuple_coercion.rs
feature-gate-unsized_tuple_coercion.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-untagged_unions.rs
feature-gate-untagged_unions.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-unwind-attributes.rs
feature-gate-unwind-attributes.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-used.rs
feature-gate-used.stderr Update UI tests 2018-02-26 20:24:02 +03:00
generic-type-less-params-with-defaults.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
generic-type-less-params-with-defaults.stderr Update UI tests 2018-02-26 20:24:02 +03:00
generic-type-more-params-with-defaults.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
generic-type-more-params-with-defaults.stderr Update UI tests 2018-02-26 20:24:02 +03:00
if-let-arm-types.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
if-let-arm-types.stderr Update UI tests 2018-02-26 20:24:02 +03:00
if-without-block.rs Detect missing if blocks 2018-02-27 10:46:23 -08:00
if-without-block.stderr fix rebase 2018-02-28 10:56:07 -08:00
impl_trait_projections.rs Test err on impl Trait projection within dyn Trait 2018-02-13 17:52:22 -08:00
impl_trait_projections.stderr Fix rebase 2018-02-26 21:20:31 +03:00
impl-duplicate-methods.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
impl-duplicate-methods.stderr Update UI tests 2018-02-26 20:24:02 +03:00
impl-unused-rps-in-assoc-type.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
impl-unused-rps-in-assoc-type.stderr Update UI tests 2018-02-26 20:24:02 +03:00
impossible_range.rs Do not emit type errors on recovered blocks 2017-12-21 14:57:42 -08:00
impossible_range.stderr Update UI tests 2018-02-26 20:24:02 +03:00
index-help.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
index-help.stderr Don't have Vec<T> delegate to [T]'s bounds for indexing 2018-03-02 23:25:52 -05:00
inference-variable-behind-raw-pointer.rs fix ui test 2017-12-17 10:13:09 +01:00
inference-variable-behind-raw-pointer.stderr Add rust_2018_idioms lint group 2018-03-08 17:10:06 -08:00
infinite-recursion-const-fn.rs Report tcx errors with the span of the currently evaluating statement 2018-03-08 08:34:17 +01:00
infinite-recursion-const-fn.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
invalid-path-in-const.rs Move compile-fail tests with NOTE/HELP annotations to UI 2017-12-14 23:23:07 +03:00
invalid-path-in-const.stderr Update UI tests 2018-02-26 20:24:02 +03:00
invalid-variadic-function.rs Continue parsing function after finding ... arg 2018-02-11 22:10:35 -08:00
invalid-variadic-function.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-1962.rs Move compile-fail tests with NOTE/HELP annotations to UI 2017-12-14 23:23:07 +03:00
issue-1962.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-2848.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-2848.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-3008-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3008-1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-3008-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3008-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-3044.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3044.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-3779.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3779.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-4335.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-4335.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-4935.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-4935.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-5239-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-5239-1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-6458-3.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-6458-3.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-6458-4.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-6458-4.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-6458.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-6458.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-7813.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-7813.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-10969.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-10969.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-11004.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-11004.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-11319.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-11319.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-12187-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-12187-1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-12187-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-12187-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-12511.rs Change error message for E0391 to "cyclic dependency detected" 2018-02-10 03:28:15 +01:00
issue-12511.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-13058.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-13058.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-13483.rs
issue-13483.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-14092.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-14092.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-15260.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-15260.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-15524.rs Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
issue-15524.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
issue-17263.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-17263.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-17441.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-17441.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-18183.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-18183.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-18819.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-18819.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-19100.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19100.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-19498.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19498.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-19707.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19707.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-19922.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19922.stderr Fix rebase 2018-02-26 21:20:31 +03:00
issue-20692.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-20692.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-21546.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21546.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-21600.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21600.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-21950.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21950.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-22370.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22370.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-22560.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22560.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-22644.rs
issue-22644.stderr Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik 2018-03-06 16:25:28 +08:00
issue-22886.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22886.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-22933-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22933-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23041.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23041.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23173.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23173.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23217.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23217.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23302-1.rs Remove "static item recursion checking" in favor of relying on cycle checks in the query engine 2018-02-10 00:29:11 +01:00
issue-23302-1.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
issue-23302-2.rs Remove "static item recursion checking" in favor of relying on cycle checks in the query engine 2018-02-10 00:29:11 +01:00
issue-23302-2.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
issue-23302-3.rs Regenerate tests 2018-03-08 08:35:38 +01:00
issue-23302-3.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
issue-23543.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23543.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23544.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23544.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-23716.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23716.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-24036.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24036.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-24081.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24081.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-24424.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24424.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-25385.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-25385.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-25793.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-25793.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-25826.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-25826.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-26056.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26056.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-26093.rs tests: replace "lvalue" terminology with "place". 2018-01-29 11:48:12 +02:00
issue-26093.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-26472.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26472.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-26638.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26638.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-26886.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26886.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-27842.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-27842.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-27942.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-27942.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-28568.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28568.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-28776.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28776.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-28837.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28837.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-28971.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28971.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-29124.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-29124.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-29723.rs fix line 2018-01-19 16:46:07 -05:00
issue-29723.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-30007.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-30007.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-30255.rs Fix rebase 2017-12-14 23:54:08 +03:00
issue-30255.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-30302.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-30302.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-30730.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-30730.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-31221.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-31221.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-32326.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-32326.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-32950.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-32950.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-33525.rs
issue-33525.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-33941.rs
issue-33941.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-34047.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-34047.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-34209.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-34209.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-35139.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-35139.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-35241.rs
issue-35241.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-35675.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-35675.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-35869.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-35869.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-35976.rs
issue-35976.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-36163.rs Remove "static item recursion checking" in favor of relying on cycle checks in the query engine 2018-02-10 00:29:11 +01:00
issue-36163.stderr Regenerate tests 2018-03-08 08:35:38 +01:00
issue-36400.rs
issue-36400.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-36708.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-36708.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-37884.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-37884.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-40782.rs
issue-40782.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-42106.rs
issue-42106.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-42954.rs
issue-42954.stderr Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik 2018-03-06 16:25:28 +08:00
issue-43806.rs
issue-44023.rs
issue-44023.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-44078.rs
issue-44078.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-44406.rs
issue-44406.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-45107-unnecessary-unsafe-in-closure.rs
issue-45107-unnecessary-unsafe-in-closure.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-45157.rs Fix tests after two-phase borrow rewrite 2018-03-09 13:54:26 -05:00
issue-45157.stderr Fix tests after two-phase borrow rewrite 2018-03-09 13:54:26 -05:00
issue-45296.rs
issue-45296.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-45697-1.rs Added and updated tests to enable/disable overflow checks. 2018-02-06 17:37:49 +00:00
issue-45697-1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-45697.rs Added and updated tests to enable/disable overflow checks. 2018-02-06 17:37:49 +00:00
issue-45697.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-45730.rs
issue-45730.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46112.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
issue-46112.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46186.rs
issue-46186.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46332.rs
issue-46332.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46471-1.rs Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
issue-46471-1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46471.rs
issue-46471.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46472.rs
issue-46472.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46576.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
issue-46576.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-46983.rs Added test for #46983 2018-01-10 17:12:23 +00:00
issue-46983.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47073-zero-padded-tuple-struct-indices.rs in which leading zeroes on tuple-struct accesses are abjured 2017-12-30 21:16:16 -08:00
issue-47073-zero-padded-tuple-struct-indices.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47094.rs Check all repr hints together when checking for mis-applied attributes 2018-01-01 22:05:29 +01:00
issue-47094.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47377.rs fix minor errors 2018-01-17 02:07:15 +05:30
issue-47377.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-47380.rs fix minor errors 2018-01-17 02:07:15 +05:30
issue-47380.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-47511.rs do not ICE when return type includes unconstrained anon region 2018-01-22 17:36:43 -05:00
issue-47511.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47623.rs Fix ICE with use self; 2018-01-21 12:26:01 +01:00
issue-47623.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47706-trait.rs Fix regression: account for trait methods in arg count mismatch error 2018-01-29 23:08:16 -05:00
issue-47706-trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47706.rs Avoid ICE in arg mistmatch error for tuple variants 2018-02-15 14:47:47 -08:00
issue-47706.stderr Fix rebase 2018-02-26 21:20:31 +03:00
issue-48276.rs Fix #48276 2018-03-05 02:47:08 -05:00
issue-48276.stderr Update issue-48276 test to new stderr format 2018-03-05 04:20:04 -05:00
lifetime-elision-return-type-requires-explicit-lifetime.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
lifetime-elision-return-type-requires-explicit-lifetime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
lint-ctypes.rs [improper_ctypes] Overhaul primary label 2018-02-15 18:10:54 +01:00
lint-ctypes.stderr Update UI tests 2018-02-26 20:24:42 +03:00
lint-forbid-attr.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
lint-forbid-attr.stderr Update UI tests 2018-02-26 20:24:42 +03:00
lint-output-format-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
lint-output-format-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
lint-unconditional-recursion.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
lint-unconditional-recursion.stderr Update UI tests 2018-02-26 20:24:42 +03:00
liveness-return-last-stmt-semi.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
liveness-return-last-stmt-semi.stderr Update UI tests 2018-02-26 20:24:02 +03:00
loop-break-value-no-repeat.rs
loop-break-value-no-repeat.stderr Update UI tests 2018-02-26 20:24:42 +03:00
loops-reject-duplicate-labels-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
loops-reject-duplicate-labels-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
loops-reject-duplicate-labels.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
loops-reject-duplicate-labels.stderr Update UI tests 2018-02-26 20:24:42 +03:00
loops-reject-labels-shadowing-lifetimes.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
loops-reject-labels-shadowing-lifetimes.stderr Update UI tests 2018-02-26 20:24:42 +03:00
loops-reject-lifetime-shadowing-label.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
loops-reject-lifetime-shadowing-label.stderr Update UI tests 2018-02-26 20:24:02 +03:00
macro-context.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
macro-context.stderr Add label to primary span in some parse errors 2018-02-27 10:47:33 -08:00
macro-invalid-fragment-spec.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
macro-invalid-fragment-spec.stderr Update UI tests 2018-02-26 20:24:02 +03:00
macro-shadowing.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
macro-shadowing.stderr Update UI tests 2018-02-26 20:24:02 +03:00
main-wrong-location.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
main-wrong-location.stderr Update UI tests 2018-02-26 20:24:02 +03:00
maybe-bounds.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
maybe-bounds.stderr Update UI tests 2018-02-26 20:24:02 +03:00
method-call-err-msg.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
method-call-err-msg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
method-call-lifetime-args-lint.rs
method-call-lifetime-args-lint.stderr Update UI tests 2018-02-26 20:24:02 +03:00
method-call-lifetime-args.rs
method-call-lifetime-args.stderr Update UI tests 2018-02-26 20:24:02 +03:00
method-missing-call.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
method-missing-call.stderr Update UI tests 2018-02-26 20:24:02 +03:00
missing-block-hint.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
missing-block-hint.stderr Diagnostic tweaks (review) 2018-02-27 10:47:49 -08:00
moves-based-on-type-block-bad.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
moves-based-on-type-block-bad.stderr Update UI tests 2018-02-26 20:24:02 +03:00
moves-based-on-type-match-bindings.rs Be ambiguous when type cannot be properly mentioned 2018-01-02 19:49:38 -08:00
moves-based-on-type-match-bindings.stderr Update UI tests 2018-02-26 20:24:02 +03:00
moves-based-on-type-tuple.rs Converted moves-based-on-type-tuple test and added MIR borrowck comparison. 2017-12-22 15:01:47 +00:00
moves-based-on-type-tuple.stderr Update UI tests 2018-02-26 20:24:02 +03:00
mut-ref.rs
mut-ref.stderr Update UI tests 2018-02-26 20:24:02 +03:00
nested_impl_trait.rs Make nested impl Trait a hard error 2018-02-13 17:34:26 -08:00
nested_impl_trait.stderr Fix rebase 2018-02-26 21:20:31 +03:00
no-patterns-in-args.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
no-patterns-in-args.stderr Update UI tests 2018-02-26 20:24:02 +03:00
non-constant-expr-for-arr-len.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
non-constant-expr-for-arr-len.stderr Update UI tests 2018-02-26 20:24:02 +03:00
non-exhaustive-pattern-witness.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
non-exhaustive-pattern-witness.stderr Update UI tests 2018-02-26 20:24:02 +03:00
not-enough-arguments.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
not-enough-arguments.stderr Update UI tests 2018-02-26 20:24:02 +03:00
numeric-fields.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
numeric-fields.stderr Fix rebase 2018-02-26 21:20:31 +03:00
object-safety-associated-consts.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
object-safety-associated-consts.stderr Update UI tests 2018-02-26 20:24:02 +03:00
object-safety-generics.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
object-safety-generics.stderr Update UI tests 2018-02-26 20:24:02 +03:00
object-safety-mentions-Self.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
object-safety-mentions-Self.stderr Update UI tests 2018-02-26 20:24:02 +03:00
object-safety-sized.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
object-safety-sized.stderr Update UI tests 2018-02-26 20:24:02 +03:00
object-safety-supertrait-mentions-Self.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
object-safety-supertrait-mentions-Self.stderr Update UI tests 2018-02-26 20:24:02 +03:00
obsolete-syntax-impl-for-dotdot.rs Re-add support for impl Trait for .. to the parser 2018-01-13 19:26:49 +03:00
obsolete-syntax-impl-for-dotdot.stderr Update UI tests 2018-02-26 20:24:02 +03:00
param-bounds-ignored.rs make bounds on higher-kinded lifetimes a hard error in ast_validation 2018-03-06 11:29:48 +01:00
param-bounds-ignored.stderr make bounds on higher-kinded lifetimes a hard error in ast_validation 2018-03-06 11:29:48 +01:00
partialeq_help.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
partialeq_help.stderr Update UI tests 2018-02-26 20:24:02 +03:00
pat-slice-old-style.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
pat-slice-old-style.stderr Update UI tests 2018-02-26 20:24:02 +03:00
path-lookahead.rs
path-lookahead.stderr Update UI tests 2018-02-26 20:24:02 +03:00
qualified-path-params-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
qualified-path-params-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
raw_string.rs Add note for unterminated raw string error 2018-03-04 14:37:44 +01:00
raw_string.stderr Add note for unterminated raw string error 2018-03-04 14:37:44 +01:00
recursive-requirements.rs Optimized error reporting for recursive requirements #47720 2018-01-27 18:19:39 +01:00
recursive-requirements.stderr Update UI tests 2018-02-26 20:24:02 +03:00
region-borrow-params-issue-29793-small.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
region-borrow-params-issue-29793-small.stderr Update UI tests 2018-02-26 20:24:42 +03:00
regions-fn-subtyping-return-static.rs
regions-fn-subtyping-return-static.stderr Update UI tests 2018-02-26 20:24:02 +03:00
regions-nested-fns-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
regions-nested-fns-2.stderr Update UI tests 2018-02-26 20:24:42 +03:00
resolve-conflict-item-vs-import.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
resolve-conflict-item-vs-import.stderr Update UI tests 2018-02-26 20:24:42 +03:00
resolve-error.stderr
resolve-inconsistent-names.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
resolve-inconsistent-names.stderr Update UI tests 2018-02-26 20:24:02 +03:00
self-impl.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
self-impl.stderr Update UI tests 2018-02-26 20:24:02 +03:00
shadowed-lifetime.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
shadowed-lifetime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
shadowed-type-parameter.rs
shadowed-type-parameter.stderr Update UI tests 2018-02-26 20:24:02 +03:00
short-error-format.rs
short-error-format.stderr
similar-tokens.rs
similar-tokens.stderr Update UI tests 2018-02-26 20:24:02 +03:00
specialization-feature-gate-default.rs
specialization-feature-gate-default.stderr Update UI tests 2018-02-26 20:24:02 +03:00
specialization-feature-gate-overlap.rs
specialization-feature-gate-overlap.stderr Update UI tests 2018-02-26 20:24:02 +03:00
static-lifetime.rs
static-lifetime.stderr Update UI tests 2018-02-26 20:24:02 +03:00
str-concat-on-double-ref.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
str-concat-on-double-ref.stderr Update UI tests 2018-02-26 20:24:02 +03:00
str-lit-type-mismatch.rs
str-lit-type-mismatch.stderr Update UI tests 2018-02-26 20:24:02 +03:00
struct-field-init-syntax.rs
struct-field-init-syntax.stderr Update UI tests 2018-02-26 20:24:02 +03:00
struct-fields-decl-dupe.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-fields-decl-dupe.stderr Update UI tests 2018-02-26 20:24:02 +03:00
struct-fields-hints-no-dupe.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-fields-hints-no-dupe.stderr Fix rebase 2018-02-26 21:20:31 +03:00
struct-fields-hints.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-fields-hints.stderr Fix rebase 2018-02-26 21:20:31 +03:00
struct-fields-too-many.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-fields-too-many.stderr Fix rebase 2018-02-26 21:20:31 +03:00
struct-path-self-type-mismatch.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-path-self-type-mismatch.stderr Update UI tests 2018-02-26 20:24:02 +03:00
suggest-private-fields.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
suggest-private-fields.stderr Fix rebase 2018-02-26 21:20:31 +03:00
svh-change-lit.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-lit.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-change-significant-cfg.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-significant-cfg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-change-trait-bound.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-trait-bound.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-change-type-arg.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-type-arg.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-change-type-ret.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-type-ret.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-change-type-static.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-change-type-static.stderr Update UI tests 2018-02-26 20:24:02 +03:00
svh-use-trait.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
svh-use-trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
switched-expectations.rs
switched-expectations.stderr Update UI tests 2018-02-26 20:24:02 +03:00
target-feature-wrong.rs rustc: Fix ICE with #[target_feature] on module 2018-03-07 17:09:09 -08:00
target-feature-wrong.stderr rustc: Fix ICE with #[target_feature] on module 2018-03-07 17:09:09 -08:00
test-should-panic-attr.rs
test-should-panic-attr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trait-alias.rs feature gate trait aliases 2017-12-14 12:56:26 -05:00
trait-alias.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trait-duplicate-methods.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
trait-duplicate-methods.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trait-method-private.rs
trait-method-private.stderr Update UI tests 2018-02-26 20:24:42 +03:00
trait-safety-fn-body.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
trait-safety-fn-body.stderr Update UI tests 2018-02-26 20:24:02 +03:00
trait-suggest-where-clause.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
trait-suggest-where-clause.stderr Update UI tests 2018-02-26 20:24:02 +03:00
traits-multidispatch-convert-ambig-dest.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
traits-multidispatch-convert-ambig-dest.stderr Update UI tests 2018-02-26 20:24:02 +03:00
type-annotation-needed.rs On E0283, point at method with the requirements 2018-01-15 14:56:32 -08:00
type-annotation-needed.stderr Update UI tests 2018-02-26 20:24:02 +03:00
type-check-defaults.rs Check only concrete defaults for well formedness 2018-02-28 12:33:16 -03:00
type-check-defaults.stderr Update UI test 2018-02-28 12:59:30 -03:00
type-recursive.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
type-recursive.stderr Update UI tests 2018-02-26 20:24:42 +03:00
typeck_type_placeholder_item.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
typeck_type_placeholder_item.stderr Update UI tests 2018-02-26 20:24:02 +03:00
typeck_type_placeholder_lifetime_1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
typeck_type_placeholder_lifetime_1.stderr Update UI tests 2018-02-26 20:24:02 +03:00
typeck_type_placeholder_lifetime_2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
typeck_type_placeholder_lifetime_2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
typeck-builtin-bound-type-parameters.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
typeck-builtin-bound-type-parameters.stderr Update UI tests 2018-02-26 20:24:02 +03:00
ui-testing-optout.rs Implement opt-out from UI testing normalization 2018-02-26 20:24:41 +03:00
ui-testing-optout.stderr Fix rebase 2018-02-26 21:20:31 +03:00
unboxed-closure-no-cyclic-sig.rs
unboxed-closure-no-cyclic-sig.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unboxed-closure-sugar-wrong-trait.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unboxed-closure-sugar-wrong-trait.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unboxed-closures-infer-fn-once-move-from-projection.rs
unboxed-closures-infer-fn-once-move-from-projection.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unconstrained-none.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unconstrained-none.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unconstrained-ref.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unconstrained-ref.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unknown-language-item.rs Point at unknown lang item attribute 2018-01-23 21:36:40 -08:00
unknown-language-item.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unsafe-block-without-braces.rs When encountering invalid token after unsafe, mention { 2018-02-19 21:58:36 -08:00
unsafe-block-without-braces.stderr Fix rebase 2018-02-26 21:20:31 +03:00
unsafe-const-fn.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unsafe-const-fn.stderr Update UI tests 2018-02-26 20:24:02 +03:00
unsized-enum2.rs Move compile-fail tests with NOTE/HELP annotations to UI 2017-12-14 23:23:07 +03:00
unsized-enum2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
update-all-references.sh
update-references.sh Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
use-mod.rs Various tweaks 2017-12-20 11:03:26 -08:00
use-mod.stderr Update UI tests 2018-02-26 20:24:42 +03:00
use-nested-groups-error.rs Stabilize use_nested_groups 2018-02-05 10:23:40 +01:00
use-nested-groups-error.stderr Update UI tests 2018-02-26 20:24:02 +03:00
use-nested-groups-unused-imports.rs Fix wrong span for nested empty groups 2018-01-24 23:46:02 +01:00
use-nested-groups-unused-imports.stderr Update UI tests 2018-02-26 20:24:02 +03:00
variadic-ffi-3.rs Fix test redux 2018-01-22 15:46:51 -08:00
variadic-ffi-3.stderr Update UI tests 2018-02-26 20:24:02 +03:00
variance-unused-type-param.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
variance-unused-type-param.stderr Update UI tests 2018-02-26 20:24:02 +03:00
vector-no-ann.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
vector-no-ann.stderr Update UI tests 2018-02-26 20:24:02 +03:00