rust/src/test/ui
varkor 1511df2521 Add a test for feature attribute consistency
Note that this doesn't test consistency of some properties, like `reason`.
2018-08-05 15:54:49 +01:00
..
auxiliary Fix test/ui 2018-08-05 15:54:49 +01:00
block-result update tests 2018-03-14 00:53:24 +01:00
borrowck Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix 2018-08-05 09:17:24 +00:00
chalkify update tests 2018-07-07 11:57:04 +08:00
check_match migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
closure-expected-type Improved closure errors. 2018-07-22 12:49:35 +01:00
closure_context Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02:00
codemap_tests NLL: On "cannot move out of type" error, print original source before rewrite. 2018-07-31 17:27:29 +02:00
compare-method Remove empty files 2018-05-16 10:19:45 -07:00
confuse-field-and-method Implement existential types 2018-07-18 10:53:08 +02:00
const-eval Reading values should not be looking at the variant 2018-08-02 10:19:37 +02:00
cross-crate-macro-backtrace Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
cross-file-errors Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
derived-errors update tests 2018-03-14 00:53:24 +01:00
did_you_mean Include lifetime in mutability suggestion in NLL messages 2018-07-30 15:41:39 -07:00
dropck Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
e0119 Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
error-codes Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
existential_types Adjust run pass test to stricter existential type rules 2018-07-18 14:14:04 +02:00
feature-gate Add a test for feature attribute consistency 2018-08-05 15:54:49 +01:00
fmt Use correct spans for format string errors 2018-07-19 23:18:07 -07:00
generator minor fallout from the change. 2018-08-01 17:44:52 +02:00
hello_world Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
hygiene Update the .nll.stderr files under new sorted-by-span scheme. 2018-07-31 14:51:36 +02:00
impl-trait Explicitly label any named lifetimes mentioned in error messages. 2018-08-02 12:00:15 +02:00
imports resolve: Modularize crate-local #[macro_export] macro_rules 2018-07-29 19:30:13 +03:00
in-band-lifetimes Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
include-macros add regression test for #48835 2018-07-08 16:45:01 -04:00
interior-mutability Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
invalid-module-declaration update tests 2018-03-14 00:53:24 +01:00
issue-37311-type-length-limit Update UI tests 2018-02-26 20:24:02 +03:00
issue-38875 Remove empty files 2018-05-16 10:19:45 -07:00
issue-40402-ref-hints Update tests for grouped nll move errors 2018-06-27 22:46:58 +01:00
issue-41652 update tests 2018-03-14 00:53:24 +01:00
issue-49851 Reorder injection of std to get better compilation error 2018-04-16 12:28:30 -07:00
lifetime-errors Use better spans for dummy accesses used in matches 2018-07-26 22:06:12 +01:00
lifetimes Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
lint Applicability-ify librustc_lint 2018-08-01 21:58:25 -07:00
lub-glb add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
macro_backtrace Update UI tests 2018-02-26 20:24:02 +03:00
macros Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00
mismatched_types Rollup merge of #52702 - csmoe:mut_diff, r=estebank 2018-07-28 16:24:55 +08:00
missing-items Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
missing_non_modrs_mod update tests 2018-03-14 00:53:24 +01:00
nll Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix 2018-08-05 09:17:24 +00:00
non_modrs_mods update tests 2018-03-14 00:53:24 +01:00
obsolete-in-place restore emplacement syntax (obsolete) 2018-05-24 18:49:58 -04:00
on-unimplemented Update bad-annotation error message 2018-05-15 14:21:32 +01:00
parser Add test for updated parser error 2018-06-19 15:52:03 -07:00
print-fuel Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
print_type_sizes Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton 2018-05-17 05:18:21 +08:00
pub in which the private/restricted-in-public error messaging gets specific 2018-06-30 22:48:05 -07:00
reachable Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
resolve Fix doc link 2018-07-17 14:10:11 +02:00
rfc-1937-termination-trait fix stderrs 2018-06-06 20:51:57 +05:30
rfc-2005-default-binding-mode Errors are more specific in cases where borrows are used in future iterations of loops. 2018-08-01 17:42:15 +02:00
rfc-2093-infer-outlives fix tidy 2018-07-27 00:02:58 -04:00
rfc-2166-underscore-imports merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
rfc1598-generic-associated-types Make method and variable names more consistent 2018-06-20 12:19:04 +01:00
rust-2018 rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
single-use-lifetime Implement existential types 2018-07-18 10:53:08 +02:00
span Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
token Implement existential types 2018-07-18 10:53:08 +02:00
transmute update tests 2018-03-14 00:53:24 +01:00
tuple-struct-fields Built, corrected, and run tests. Added expected stderr files. 2018-06-08 17:25:53 -04:00
type-check Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
underscore-lifetime improve heuristics for what makes an interesting constraint 2018-07-25 16:36:03 +03:00
union Fix doc link 2018-07-17 14:10:11 +02:00
allocator-submodule.rs fix test 2018-06-24 16:16:14 -05:00
allocator-submodule.stderr actually fix test 2018-06-24 16:16:14 -05:00
anonymous-higher-ranked-lifetime.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
anonymous-higher-ranked-lifetime.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07: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 add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
array-break-length.rs Fix an ICE using break and continue as array lengths 2018-07-02 19:43:16 +01:00
array-break-length.stderr Fix an ICE using break and continue as array lengths 2018-07-02 19:43:16 +01:00
as-ref.rs Implement existential types 2018-07-18 10:53:08 +02:00
as-ref.stderr Implement existential types 2018-07-18 10:53:08 +02:00
asm-out-assign-imm.nll.stderr tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
asm-out-assign-imm.rs tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
asm-out-assign-imm.stderr tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02: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 Extend support to get_generics for all NodeItems 2018-06-28 11:12:43 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
associated-types-ICE-when-projecting-out-of-err.rs Bring back old fallback semantics: Without feature(never_type), fallback to (), not !. 2018-04-20 18:09:59 +02:00
associated-types-ICE-when-projecting-out-of-err.stderr Bring back old fallback semantics: Without feature(never_type), fallback to (), not !. 2018-04-20 18:09:59 +02: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 tests 2018-03-14 00:53:24 +01:00
async-fn-multiple-lifetimes.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
async-fn-multiple-lifetimes.stderr Use MultiSpan in E0707 and E709 2018-07-22 12:19:34 -07:00
async-matches-expr.rs async can begin expressions 2018-08-01 09:50:15 -07: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 tests 2018-03-14 00:53:24 +01:00
augmented-assignments.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
augmented-assignments.rs Be ambiguous when type cannot be properly mentioned 2018-01-02 19:49:38 -08:00
augmented-assignments.stderr update tests 2018-03-14 00:53:24 +01:00
bad-crate-name.rs Suggest underscore when using dashes in crate namet push fork 2018-07-26 13:12:42 -07:00
bad-crate-name.stderr Suggest underscore when using dashes in crate namet push fork 2018-07-26 13:12:42 -07: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 fixed double ref hint 2018-05-11 15:12:53 +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 tests 2018-03-14 00:53:24 +01:00
bogus-tag.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
bogus-tag.stderr update tests 2018-03-14 00:53:24 +01:00
break-while-condition.rs --bless the tests 2018-05-25 17:31:45 +01:00
break-while-condition.stderr Fix incorrect type mismatch label pointing at return type 2018-06-29 10:36:32 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
cast-to-unsized-trait-object-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
cast-to-unsized-trait-object-suggestion.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07: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
casts-differing-anon.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
casts-differing-anon.stderr Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02: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 tests 2018-03-14 00:53:24 +01:00
catch-block-type-error.rs Tweak span for ok-wrapping in no-tail block 2018-04-10 20:03:40 -07:00
catch-block-type-error.stderr Tweak span for ok-wrapping in no-tail block 2018-04-10 20:03:40 -07:00
changing-crates.rs Support regexes in custom normalization in UI tests 2017-12-14 23:26:40 +03:00
changing-crates.stderr update tests 2018-03-14 00:53:24 +01:00
closure-array-break-length.rs Clean up error messages regarding break/continue inside consts 2018-07-02 19:44:27 +01:00
closure-array-break-length.stderr Clean up error messages regarding break/continue inside consts 2018-07-02 19:44:27 +01:00
closure-immutable-outer-variable.fixed Implement existential types 2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
closure-immutable-outer-variable.rs Implement existential types 2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.rs.fixed Implement existential types 2018-07-18 10:53:08 +02:00
closure-immutable-outer-variable.stderr Implement existential types 2018-07-18 10:53:08 +02:00
closure-move-sync.rs Suggest using move when trying to share ...::channel::{Receiver, Sender} 2018-03-14 18:04:20 -07:00
closure-move-sync.stderr Add span label to E0044 2018-03-14 19:14:30 -07:00
coercion-missing-tail-expected-type.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
coercion-missing-tail-expected-type.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
coherence-impls-copy.rs Move some implementations of Clone and Copy to libcore 2018-03-26 21:52:58 -04:00
coherence-impls-copy.stderr Move some implementations of Clone and Copy to libcore 2018-03-26 21:52:58 -04: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
command-line-diagnostics.nll.stderr Improve error messages when assigning to a local that starts initialized 2018-06-30 11:02:38 +01:00
command-line-diagnostics.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-diagnostics.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
const-eval-overflow-2.rs Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
const-eval-overflow-2.stderr Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
const-eval-overflow-4.rs Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
const-eval-overflow-4.stderr Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02: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 tests 2018-03-14 00:53:24 +01:00
const-expr-addr-operator.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
const-fn-error.rs Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
const-fn-error.stderr Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
const-len-underflow-separate-spans.rs Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +02:00
const-len-underflow-separate-spans.stderr Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +02:00
const-pattern-irrefutable.rs Move some tests to UI 2017-11-04 03:09:47 +03:00
const-pattern-irrefutable.stderr update tests 2018-03-14 00:53:24 +01:00
const-pattern-not-const-evaluable.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
const-type-mismatch.rs Implement existential types 2018-07-18 10:53:08 +02:00
const-type-mismatch.stderr Implement existential types 2018-07-18 10:53:08 +02:00
const-unsized.rs Fix typo in error message E0277 2018-07-10 23:10:13 +02:00
const-unsized.stderr Fix doc link 2018-07-17 14:10:11 +02:00
conversion-methods.rs Implement existential types 2018-07-18 10:53:08 +02:00
conversion-methods.stderr Implement existential types 2018-07-18 10:53:08 +02:00
cycle-trait-supertrait-indirect.rs Update tests 2018-04-16 23:30:36 +02:00
cycle-trait-supertrait-indirect.stderr Update tests 2018-04-16 23:30:36 +02: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 Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deprecated-macro_escape.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deprecation-sanity.rs move deprecation-sanity test to ui 2018-06-30 20:44:21 -04:00
deprecation-sanity.stderr add label to unknown meta item error 2018-06-30 21:38:18 -04:00
deref-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
deref-suggestion.stderr update tests 2018-03-14 00:53:24 +01:00
deriving-meta-empty-trait-list.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deriving-meta-empty-trait-list.stderr Update UI tests 2018-02-26 20:24:02 +03:00
deriving-with-repr-packed.rs Specify that packed types must derive, not implement, Copy 2018-06-02 07:24:34 -06:00
deriving-with-repr-packed.stderr Specify that packed types must derive, not implement, Copy 2018-06-02 07:24:34 -06:00
discrim-overflow-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
discrim-overflow-2.stderr update tests 2018-03-14 00:53:24 +01:00
discrim-overflow.rs Reduce noise in error reporting 2018-03-08 08:34:11 +01:00
discrim-overflow.stderr update tests 2018-03-14 00:53:24 +01:00
dont-suggest-private-trait-method.rs Implement existential types 2018-07-18 10:53:08 +02:00
dont-suggest-private-trait-method.stderr Implement existential types 2018-07-18 10:53:08 +02:00
dotdotdot-expr.rs Implement existential types 2018-07-18 10:53:08 +02:00
dotdotdot-expr.stderr Implement existential types 2018-07-18 10:53:08 +02:00
double-import.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
double-import.stderr update tests 2018-03-14 00:53:24 +01:00
duplicate-check-macro-exports.rs resolve: Modularize crate-local #[macro_export] macro_rules 2018-07-29 19:30:13 +03:00
duplicate-check-macro-exports.stderr resolve: Modularize crate-local #[macro_export] macro_rules 2018-07-29 19:30:13 +03:00
E0508.rs Update tests for grouped nll move errors 2018-06-27 22:46:58 +01:00
E0508.stderr Update tests for grouped nll move errors 2018-06-27 22:46:58 +01:00
E0660.rs ignore stage1 testing 2018-04-14 18:04:16 +02:00
E0660.stderr ignore stage1 testing 2018-04-14 18:04:16 +02:00
E0661.rs ignore stage1 testing 2018-04-14 18:04:16 +02:00
E0661.stderr ignore stage1 testing 2018-04-14 18:04:16 +02:00
E0662.rs Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0662.stderr Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0663.rs Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0663.stderr Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0664.rs Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0664.stderr Add missing error codes in libsyntax-ext asm 2018-05-15 14:29:57 +02:00
E0665.rs Add E0665 2018-05-21 15:41:19 +02:00
E0665.stderr Add E0665 2018-05-21 15:41:19 +02:00
edition-keywords-2015-2015-expansion.rs Make async_idents an edition incompat lint 2018-07-17 19:56:41 +02:00
edition-keywords-2015-2015-parsing.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
edition-keywords-2015-2015-parsing.stderr Remove the proc keyword again 2018-05-17 23:13:09 +03:00
edition-keywords-2015-2018-expansion.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
edition-keywords-2015-2018-expansion.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
edition-keywords-2015-2018-parsing.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
edition-keywords-2015-2018-parsing.stderr Remove the proc keyword again 2018-05-17 23:13:09 +03:00
edition-keywords-2018-2015-expansion.rs Make async_idents an edition incompat lint 2018-07-17 19:56:41 +02:00
edition-keywords-2018-2015-parsing.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
edition-keywords-2018-2015-parsing.stderr async await desugaring and tests 2018-06-21 22:36:36 -07:00
edition-keywords-2018-2018-expansion.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
edition-keywords-2018-2018-expansion.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
edition-keywords-2018-2018-parsing.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
edition-keywords-2018-2018-parsing.stderr async await desugaring and tests 2018-06-21 22:36:36 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
enum-size-variance.rs compiletest: Support custom normalization rules. 2017-07-11 16:57:52 +08:00
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 unary op filter, dereference hint 2018-05-11 15:12:53 +03:00
explain.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
explain.stdout fix more typos found by codespell. 2018-02-17 17:38:49 +01:00
extern-const.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
extern-const.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
extern-const.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
extern-crate-rename.rs Implement existential types 2018-07-18 10:53:08 +02:00
extern-crate-rename.stderr Implement existential types 2018-07-18 10:53:08 +02:00
fat-ptr-cast.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
fat-ptr-cast.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
feature-gate-abi-msp430-interrupt.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-abi-msp430-interrupt.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-abi.rs Add the amdgpu-kernel ABI. 2018-07-13 17:22:23 -05:00
feature-gate-abi.stderr Add the amdgpu-kernel ABI. 2018-07-13 17:22:23 -05:00
feature-gate-abi_unadjusted.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-abi_unadjusted.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allocator_internals.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allocator_internals.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allow-internal-unsafe-nested-macro.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allow-internal-unsafe-nested-macro.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allow-internal-unstable-nested-macro.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allow-internal-unstable-nested-macro.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allow-internal-unstable-struct.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allow-internal-unstable-struct.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allow-internal-unstable.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allow-internal-unstable.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-allow_fail.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-allow_fail.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-arbitrary-self-types.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-arbitrary-self-types.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
feature-gate-asm.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-asm.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-asm2.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-asm2.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-assoc-type-defaults.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-assoc-type-defaults.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-async-await-2015-edition.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
feature-gate-async-await-2015-edition.stderr async await desugaring and tests 2018-06-21 22:36:36 -07:00
feature-gate-async-await.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
feature-gate-async-await.stderr add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
feature-gate-box-expr.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-box-expr.stderr Point to the current box syntax tracking issue 2018-05-26 19:27:21 +02:00
feature-gate-box_patterns.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-box_patterns.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-box_syntax.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-box_syntax.stderr Point to the current box syntax tracking issue 2018-05-26 19:27:21 +02:00
feature-gate-catch_expr.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-catch_expr.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-cfg-target-has-atomic.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-cfg-target-has-atomic.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-cfg-target-thread-local.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-cfg-target-thread-local.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-cfg-target-vendor.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-cfg-target-vendor.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-compiler-builtins.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-compiler-builtins.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-concat_idents.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-concat_idents.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-concat_idents2.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-concat_idents2.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-concat_idents3.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-concat_idents3.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-const-indexing.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
feature-gate-const_fn.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-const_fn.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-const_let.rs Report let bindings and statements as unstable 2018-05-22 10:54:05 +02:00
feature-gate-const_let.stderr Report let bindings and statements as unstable 2018-05-22 10:54:05 +02:00
feature-gate-crate_in_paths.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-crate_in_paths.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-crate_visibility_modifier.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-crate_visibility_modifier.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-custom_attribute.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-custom_attribute.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-custom_attribute2.rs Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
feature-gate-custom_attribute2.stderr Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
feature-gate-custom_derive.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-custom_derive.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
feature-gate-default_type_parameter_fallback.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-default_type_parameter_fallback.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-doc_alias.rs Add alias tests 2018-04-21 22:02:54 +02:00
feature-gate-doc_alias.stderr Add tracking issue number for doc alias feature 2018-04-22 00:30:48 +02:00
feature-gate-doc_cfg.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-doc_cfg.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-doc_keyword.rs Add missing ui tests 2018-06-04 09:52:31 +02:00
feature-gate-doc_keyword.stderr Add missing ui tests 2018-06-04 09:52:31 +02:00
feature-gate-doc_masked.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-doc_masked.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-doc_spotlight.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-doc_spotlight.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-dropck-ugeh-2.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-dropck-ugeh-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-dropck-ugeh.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-dropck-ugeh.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-exclusive-range-pattern.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-exclusive-range-pattern.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-exhaustive-patterns.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
feature-gate-exhaustive-patterns.stderr fix ui test error again 2018-03-14 13:31:02 +08:00
feature-gate-existential-type.rs Implement existential types 2018-07-18 10:53:08 +02:00
feature-gate-existential-type.stderr Implement existential types 2018-07-18 10:53:08 +02:00
feature-gate-extern_absolute_paths.rs Resolve absolute paths as extern under a feature flag 2017-12-13 00:02:23 +03:00
feature-gate-extern_absolute_paths.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
feature-gate-extern_prelude.rs Add one more prelude layer for extern crate names passed with --extern 2018-04-27 00:46:55 +03:00
feature-gate-extern_prelude.stderr Add one more prelude layer for extern crate names passed with --extern 2018-04-27 00:46:55 +03:00
feature-gate-extern_types.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-extern_types.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-external_doc.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-external_doc.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-feature-gate.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-feature-gate.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-format_args_nl.rs Fix tidy by adding new feature gate test 2018-07-21 17:58:05 -07:00
feature-gate-format_args_nl.stderr Fix tidy by adding new feature gate test 2018-07-21 17:58:05 -07:00
feature-gate-fundamental.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-fundamental.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-generators.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-generators.stderr Ensure every unstable feature has a tracking issue. 2018-05-27 14:22:35 +08:00
feature-gate-generic_associated_types.rs Feature gate where clauses on associated types 2018-03-25 22:40:13 +01:00
feature-gate-generic_associated_types.stderr Feature gate where clauses on associated types 2018-03-25 22:40:13 +01:00
feature-gate-global_asm.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-global_asm.stderr update tests 2018-03-14 00:53:24 +01: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 update tests 2018-03-14 00:53:24 +01:00
feature-gate-in_band_lifetimes-impl.rs Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
feature-gate-in_band_lifetimes-impl.stderr Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
feature-gate-in_band_lifetimes.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-in_band_lifetimes.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-infer_outlives_requirements.rs Implement inferring outlives requirements for references, structs, enum, union, and projection types. added a feature gate and tests for these scenarios. 2018-04-12 13:52:06 -04:00
feature-gate-infer_outlives_requirements.stderr Implement inferring outlives requirements for references, structs, enum, union, and projection types. added a feature gate and tests for these scenarios. 2018-04-12 13:52:06 -04:00
feature-gate-infer_static_outlives_requirements.rs fix test and add feature gate test 2018-07-26 22:58:03 -04:00
feature-gate-infer_static_outlives_requirements.stderr fix test and add feature gate test 2018-07-26 22:58:03 -04:00
feature-gate-intrinsics.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-intrinsics.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-label_break_value.rs Add feature gate label_break_value 2018-05-16 13:58:41 +02:00
feature-gate-label_break_value.stderr Add feature gate label_break_value 2018-05-16 13:58:41 +02:00
feature-gate-lang-items.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-lang-items.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-link_args.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-link_args.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-link_cfg.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-link_cfg.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-link_llvm_intrinsics.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-link_llvm_intrinsics.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-linkage.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-linkage.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-linker-flavor.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-linker-flavor.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-log_syntax.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-log_syntax.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-log_syntax2.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-log_syntax2.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-macro-literal-matcher.rs Macros: Add a 'literal' fragment specifier 2018-05-13 19:17:02 +03:00
feature-gate-macro-literal-matcher.stderr Macros: Add a 'literal' fragment specifier 2018-05-13 19:17:02 +03:00
feature-gate-macro-vis-matcher.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-macro-vis-matcher.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-macros_in_extern.rs lower case some feature gate messages 2018-06-26 19:06:01 -05:00
feature-gate-macros_in_extern.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
feature-gate-main.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-main.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-may-dangle.rs Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
feature-gate-may-dangle.stderr Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
feature-gate-naked_functions.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-naked_functions.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-needs-allocator.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-needs-allocator.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-negate-unsigned.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-negate-unsigned.stderr unary op filter, dereference hint 2018-05-11 15:12:53 +03:00
feature-gate-never_type.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
feature-gate-never_type.stderr Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
feature-gate-nll.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02:00
feature-gate-nll.rs Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including NLL. 2018-04-11 00:20:05 +02:00
feature-gate-nll.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-no-debug-2.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-no-debug-2.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-no-debug.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-no-debug.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-no_core.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-no_core.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-non_ascii_idents.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-non_ascii_idents.stderr Remove more duplicated spans 2018-04-06 11:50:49 +03:00
feature-gate-non_exhaustive.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-non_exhaustive.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-omit-gdb-pretty-printer-section.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-omit-gdb-pretty-printer-section.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-on-unimplemented.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-on-unimplemented.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
feature-gate-overlapping_marker_traits.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-overlapping_marker_traits.stderr update tests 2018-03-14 00:53:24 +01: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 Ensure every unstable feature has a tracking issue. 2018-05-27 14:22:35 +08:00
feature-gate-plugin.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-plugin.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-plugin_registrar.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-plugin_registrar.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-prelude_import.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-prelude_import.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-profiler-runtime.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-profiler-runtime.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-raw-identifiers.rs Feature gate raw identifiers. 2018-03-18 10:07:19 -05:00
feature-gate-raw-identifiers.stderr Feature gate raw identifiers. 2018-03-18 10:07:19 -05:00
feature-gate-repr-simd.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-repr-simd.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
feature-gate-repr_packed.rs Implementation of #[repr(packed(n))] RFC 1399. 2018-04-11 22:13:13 +10:00
feature-gate-repr_packed.stderr Implementation of #[repr(packed(n))] RFC 1399. 2018-04-11 22:13:13 +10:00
feature-gate-rustc-attrs.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-rustc-attrs.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-rustc-diagnostic-macros.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-rustc-diagnostic-macros.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-rustc_const_unstable.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-rustc_const_unstable.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-sanitizer-runtime.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-sanitizer-runtime.stderr update tests 2018-03-14 00:53:24 +01: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 Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-simd.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-slice-patterns.rs Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
feature-gate-slice-patterns.stderr Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
feature-gate-staged_api.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-staged_api.stderr Update UI tests 2018-02-26 20:24:02 +03:00
feature-gate-start.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-start.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-static-nobundle.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-static-nobundle.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-stmt_expr_attributes.rs Expand attribute macros on statements and expressions. 2018-04-02 01:56:12 -07:00
feature-gate-stmt_expr_attributes.stderr Expand attribute macros on statements and expressions. 2018-04-02 01:56:12 -07:00
feature-gate-thread_local.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-thread_local.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-tool_attributes.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
feature-gate-tool_attributes.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
feature-gate-tool_lints.rs Tests for tool_lints 2018-07-04 12:16:45 +02:00
feature-gate-tool_lints.stderr Tests for tool_lints 2018-07-04 12:16:45 +02:00
feature-gate-trace_macros.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-trace_macros.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-trivial_bounds-lint.rs Add trivial bounds lint 2018-05-15 11:43:59 +01:00
feature-gate-trivial_bounds.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
feature-gate-trivial_bounds.stderr Fix doc link 2018-07-17 14:10:11 +02:00
feature-gate-try_reserve.rs implementing fallible allocation API (try_reserve) for Vec, String and HashMap 2018-03-14 03:48:42 -07:00
feature-gate-try_reserve.stderr try_reserve: updating message for feature-gate-try_reserve.stderr 2018-03-14 03:48:42 -07:00
feature-gate-type_ascription.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-type_ascription.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-unboxed-closures-manual-impls.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-unboxed-closures-manual-impls.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-unboxed-closures-method-calls.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-unboxed-closures-method-calls.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-unboxed-closures-ufcs-calls.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-unboxed-closures-ufcs-calls.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-unboxed-closures.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-unboxed-closures.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-underscore-imports.rs Implement import renaming with _ (RFC 2166) 2018-03-14 12:32:53 +03:00
feature-gate-underscore-imports.stderr Implement import renaming with _ (RFC 2166) 2018-03-14 12:32:53 +03:00
feature-gate-unsized_tuple_coercion.rs lower case some feature gate messages 2018-06-26 19:06:01 -05:00
feature-gate-unsized_tuple_coercion.stderr lower case some feature gate messages 2018-06-26 19:06:01 -05:00
feature-gate-untagged_unions.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
feature-gate-untagged_unions.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-unwind-attributes.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-unwind-attributes.stderr update tests 2018-03-14 00:53:24 +01:00
feature-gate-used.rs Migrate a few feature gate tests to ui 2017-12-07 10:14:39 +01:00
feature-gate-used.stderr update tests 2018-03-14 00:53:24 +01:00
fn-closure-mutable-capture.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
fn-closure-mutable-capture.rs Implement existential types 2018-07-18 10:53:08 +02:00
fn-closure-mutable-capture.stderr Implement existential types 2018-07-18 10:53:08 +02:00
fn_must_use.rs stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
fn_must_use.stderr in which the must-use additional messaging is tucked into a note 2018-05-06 21:51:23 -07:00
for-c-in-str.rs Implement existential types 2018-07-18 10:53:08 +02:00
for-c-in-str.stderr Implement existential types 2018-07-18 10:53:08 +02:00
generic-param-attrs.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
higher-lifetime-bounds.rs Split param-bounds-ignored into two, it was testing two independent things 2018-03-10 11:25:12 +01:00
higher-lifetime-bounds.stderr Split param-bounds-ignored into two, it was testing two independent things 2018-03-10 11:25:12 +01: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 tests 2018-03-14 00:53:24 +01: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
ifmt-bad-arg.rs Add test for raw string 2018-07-23 16:03:26 -07:00
ifmt-bad-arg.stderr Add span label for format str missing specifier 2018-07-24 20:46:22 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
impl_trait_projections.rs Don't inspect the generated existential type items 2018-06-26 16:36:32 +02:00
impl_trait_projections.stderr Don't inspect the generated existential type items 2018-06-26 16:36:32 +02:00
impossible_range.rs Stabilize inclusive_range_syntax language feature. 2018-03-15 16:58:02 +08:00
impossible_range.stderr Stabilize inclusive_range_syntax language feature. 2018-03-15 16:58:02 +08:00
index-help.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
index-help.stderr update tests 2018-03-14 00:53:24 +01:00
inference-variable-behind-raw-pointer.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
inference-variable-behind-raw-pointer.stderr rename epoch to edition 2018-03-20 10:27:02 -07:00
inference_unstable.rs Clarify wordings of the unstable_name_collision lint. 2018-05-01 16:54:25 +08:00
inference_unstable.stderr Fix naming conventions for new lints 2018-05-25 02:35:07 +03:00
inference_unstable_featured.rs When picking a candidate, consider the unstable ones last. 2018-03-24 06:58:01 +08:00
inference_unstable_featured.stderr When picking a candidate, consider the unstable ones last. 2018-03-24 06:58:01 +08:00
inference_unstable_forced.rs When picking a candidate, consider the unstable ones last. 2018-03-24 06:58:01 +08:00
inference_unstable_forced.stderr When picking a candidate, consider the unstable ones last. 2018-03-24 06:58:01 +08:00
infinite-recursion-const-fn.rs Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
infinite-recursion-const-fn.stderr Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02: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 tests 2018-03-14 00:53:24 +01: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-1362.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1362.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1448-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1448-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1476.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1476.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1697.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1697.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1871.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1871.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1900.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-1900.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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-2111.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2111.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2149.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2149.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2150.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2150.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2151.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2151.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-2281-part1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2281-part1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2330.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2330.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2590.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2590.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2590.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2718-a.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2718-a.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2823.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2823.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2848.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-2848.stderr update tests 2018-03-14 00:53:24 +01:00
issue-2849.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2849.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2937.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2937.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2951.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2951.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2995.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-2995.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3008-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3008-1.stderr Fix tuple struct field spans 2018-05-10 09:15:47 -07: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 tests 2018-03-14 00:53:24 +01:00
issue-3008-3.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3008-3.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-b.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-b.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-c.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-c.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-d.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021-d.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3021.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3038.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3038.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3044.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3044.stderr update tests 2018-03-14 00:53:24 +01:00
issue-3080.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3080.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3096-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3096-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3096-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3096-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099-a.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099-a.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099-b.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099-b.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3099.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3154.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3154.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3154.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3214.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3214.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3344.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3344.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3477.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3477.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3521-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3521-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3521.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3521.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3601.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3601.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3668-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3668-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3668.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3668.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3680.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3680.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3702-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3702-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3707.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3707.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3763.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3763.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3779.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-3779.stderr update tests 2018-03-14 00:53:24 +01:00
issue-3820.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3820.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3973.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3973.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3993.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-3993.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4201.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4201.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4265.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4265.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4321.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4321.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4335.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-4335.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-4335.stderr update tests 2018-03-14 00:53:24 +01:00
issue-4366-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4366-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4366.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4366.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4517.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4517.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4736.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4736.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4935.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-4935.stderr update tests 2018-03-14 00:53:24 +01:00
issue-4968.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4968.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4972.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-4972.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5062.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5062.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5067.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5067.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5099.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5099.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5100.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5100.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5153.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5153.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5216.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5216.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5239-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-5239-1.stderr unary op filter, dereference hint 2018-05-11 15:12:53 +03:00
issue-5358-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5358-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5439.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5439.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5883.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5883.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-5927.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5927.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5997-enum.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5997-enum.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5997-struct.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-5997-struct.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6458-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6458-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
issue-6458.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-6458.stderr update tests 2018-03-14 00:53:24 +01:00
issue-6596-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6596-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6596-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6596-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6642.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6642.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6738.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6738.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6801.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-6801.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6801.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6804.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6804.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6936.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-6936.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7013.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7013.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7044.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7044.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7061.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7061.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7092.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7092.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7246.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7246.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7364.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7364.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7607-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7607-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7813.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-7813.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-7867.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7867.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7950.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7950.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7970a.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7970a.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7970b.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-7970b.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8153.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8153.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8208.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8208.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8460-const.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8460-const.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8640.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8640.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8727.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8727.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8761.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8761.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8767.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-8767.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9575.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9575.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9725.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9725.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9814.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-9814.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10176.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10176.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10200.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10200.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10291.nll.stderr Explicitly label any named lifetimes mentioned in error messages. 2018-08-02 12:00:15 +02:00
issue-10291.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10291.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10398.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10398.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10398.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10401.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10401.stderr Do not suggest using to_owned() on &str += &str 2018-07-21 22:33:32 -07:00
issue-10412.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10412.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10465.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10465.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10536.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10536.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10545.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10545.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10656.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10656.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10764.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10764.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10877.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10877.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10969.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-10969.stderr update tests 2018-03-14 00:53:24 +01:00
issue-10991.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-10991.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11004.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-11004.stderr update tests 2018-03-14 00:53:24 +01:00
issue-11154.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11154.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11192.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-11192.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11192.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11319.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-11319.stderr update tests 2018-03-14 00:53:24 +01:00
issue-11374.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11374.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11493.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11493.mir.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11493.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11515.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11515.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11681.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11681.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11692-1.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
issue-11692-1.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
issue-11692-2.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
issue-11692-2.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
issue-11740.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11740.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11771.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11771.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11844.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11844.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11873.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-11873.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-11873.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12028.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12028.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12041.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12041.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12041.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12116.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12116.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12127.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12127.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12187-1.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-12187-1.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-12187-2.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-12187-2.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-12369.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12369.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12470.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-12470.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12470.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12511.rs Update tests 2018-04-16 23:30:36 +02:00
issue-12511.stderr Update tests 2018-04-16 23:30:36 +02:00
issue-12552.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12552.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12567.nll.stderr NLL: On "cannot move out of type" error, print original source before rewrite. 2018-07-31 17:27:29 +02:00
issue-12567.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12567.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12796.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12796.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12863.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12863.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12997-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12997-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12997-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-12997-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13033.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13033.stderr Fix ui test 2018-07-26 21:08:56 +08:00
issue-13058.nll.stderr Trivial updates to .nll.stderr files post-rebase, reflecting s/-Znll/nll/ in messages. 2018-04-18 15:37:23 +02:00
issue-13058.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-13058.stderr update tests 2018-03-14 00:53:24 +01:00
issue-13352.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13352.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13359.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13359.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13404.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13404.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13407.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13407.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13446.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-13446.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-13466.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13466.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13482-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13482-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13482.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13482.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13483.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-13483.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-13497-2.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-13497-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13497-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13497.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13497.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13641.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13641.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13727.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13727.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13847.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13847.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853-5.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853-5.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-13853.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14091-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14091-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14091.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14091.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14092.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-14092.stderr update tests 2018-03-14 00:53:24 +01:00
issue-14221.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14221.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14227.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14227.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14285.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14285.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14285.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14309.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14309.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14366.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14366.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-14541.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14541.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14721.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14721.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14772.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14772.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14845.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14845.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14853.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14853.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14915.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-14915.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15034.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15034.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15034.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15094.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15094.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15129.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15129.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15167.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15167.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15207.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15207.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15260.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-15260.stderr update tests 2018-03-14 00:53:24 +01:00
issue-15381.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15381.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15524.rs Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
issue-15524.stderr update tests 2018-03-14 00:53:24 +01:00
issue-15756.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15756.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-15783.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15783.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15896.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15896.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15965.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-15965.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-16048.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16048.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16098.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16098.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16149.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16149.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16250.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16250.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16338.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16338.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16401.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16401.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16538.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16538.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16562.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16562.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16683.nll.stderr Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
issue-16683.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16683.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16922.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16922.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16922.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16939.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16939.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16966.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-16966.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-16994.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-16994.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17001.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17001.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17025.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17033.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17033.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17252.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17252.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17263.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02:00
issue-17263.rs Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including NLL. 2018-04-11 00:20:05 +02:00
issue-17263.stderr update tests 2018-03-14 00:53:24 +01:00
issue-17337.rs Fix test/ui 2018-08-05 15:54:49 +01:00
issue-17337.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17373.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17373.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17385.nll.stderr Use better spans for dummy accesses used in matches 2018-07-26 22:06:12 +01:00
issue-17385.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17385.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17405.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17405.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-3.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-3.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-4.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-4.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-5.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-5.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-6.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-6.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-7.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17431-7.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17441.rs add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
issue-17441.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
issue-17444.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17444.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17458.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17458.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17545.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17545.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17545.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17546.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17546.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17551.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17551.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17651.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17651.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-17718-const-bad-values.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-const-bad-values.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-const-borrow.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-const-borrow.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-const-naming.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-const-naming.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-constants-not-static.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-constants-not-static.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-patterns.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-patterns.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-references.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-references.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-static-move.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-static-move.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-static-sync.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17718-static-sync.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17728.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17728.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17728.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17740.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17740.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17758.nll.stderr Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
issue-17758.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17758.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17800.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17800.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17904-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17904-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17905.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17905.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17933.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17933.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17954.ast.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-17954.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17954.mir.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-17954.rs Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-17959.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17959.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17994.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17994.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17999.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-17999.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18058.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18058.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18107.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18107.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-18118-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18118-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18118.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-18118.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18118.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18119.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18119.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18159.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18159.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-18183.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-18183.stderr update tests 2018-03-14 00:53:24 +01:00
issue-18294.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18294.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18389.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18389.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18400.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18400.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18423.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18423.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18446.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18446.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18532.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18532.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18566.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18566.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18566.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18611.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18611.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18783.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-18783.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18783.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18819.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-18819.stderr update tests 2018-03-14 00:53:24 +01:00
issue-18919.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18919.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-18937.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18937.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18959.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-18959.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19086.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19086.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19100.fixed use structured suggestion for pattern-named-the-same-as-variant warning 2018-06-23 22:57:37 -07:00
issue-19100.rs use structured suggestion for pattern-named-the-same-as-variant warning 2018-06-23 22:57:37 -07:00
issue-19100.stderr use structured suggestion for pattern-named-the-same-as-variant warning 2018-06-23 22:57:37 -07:00
issue-19244-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19244-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19244-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19244-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19380.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19380.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19482.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19482.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19498.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19498.stderr update tests 2018-03-14 00:53:24 +01:00
issue-19521.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19521.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19538.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19538.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19601.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19601.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19660.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19660.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19692.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19692.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19707.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19707.stderr update tests 2018-03-14 00:53:24 +01:00
issue-19734.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19734.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19883.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19883.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19922.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-19922.stderr update tests 2018-03-14 00:53:24 +01:00
issue-19982.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19982.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19991.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-19991.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20005.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20005.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-20162.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20162.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20225.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20225.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20261.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20261.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-20313.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20313.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20413.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20413.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20433.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20433.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-20605.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20605.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-20616-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-3.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-3.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-4.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-4.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-5.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-5.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-6.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-6.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-7.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-7.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-8.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-8.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-9.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20616-9.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20692.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-20692.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
issue-20714.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20714.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20772.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20772.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20801.nll.stderr Use better spans for cannot-move errors 2018-07-26 22:06:12 +01:00
issue-20801.rs update tests 2018-07-21 18:40:46 +01:00
issue-20801.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20825.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20825.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20831-debruijn.rs we now get 2 extra mismatched type errors 2018-07-21 15:56:49 +03:00
issue-20831-debruijn.stderr we now get 2 extra mismatched type errors 2018-07-21 15:56:49 +03:00
issue-20939.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-20939.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21160.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21160.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21174.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21174.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21177.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21177.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21332.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21332.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21356.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21356.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21449.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21449.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21546.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21546.stderr update tests 2018-03-14 00:53:24 +01:00
issue-21554.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21554.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21600.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-21600.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21600.stderr update tests 2018-03-14 00:53:24 +01:00
issue-21701.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21701.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21763.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21763.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21837.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21837.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21946.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21946.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21950.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-21950.stderr update tests 2018-03-14 00:53:24 +01:00
issue-21974.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-21974.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22034.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22034.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22037.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22037.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22289.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22289.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22312.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22312.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22370.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22370.stderr update tests 2018-03-14 00:53:24 +01:00
issue-22384.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22384.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22434.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22434.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22468.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22468.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22560.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22560.stderr update tests 2018-03-14 00:53:24 +01:00
issue-22599.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22599.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22603.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22603.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22644.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-22644.stderr Update tests 2018-03-16 11:52:46 +01:00
issue-22673.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22673.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22684.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22684.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22706.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22706.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22789.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22789.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22874.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22874.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-22886.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-22886.stderr update tests 2018-03-14 00:53:24 +01:00
issue-22933-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22933-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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 tests 2018-03-14 00:53:24 +01:00
issue-22933-3.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-22933-3.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23024.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23024.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23041.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23041.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-23046.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23046.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23073.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23073.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23080-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23080-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23080.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23080.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23122-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23122-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23122-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23122-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23173.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23173.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23217.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23217.stderr use type name in E0599 enum variant suggestion 2018-06-02 16:58:49 -04:00
issue-23253.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23253.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23281.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23281.stderr Fix doc link 2018-07-17 14:10:11 +02: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 rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03: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 rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
issue-23302-3.rs Update tests 2018-04-16 23:30:36 +02:00
issue-23302-3.stderr Update tests 2018-04-16 23:30:36 +02:00
issue-23543.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23543.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23544.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23544.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23589.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23589.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23595-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23595-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23716.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23716.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23966.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-23966.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24013.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24013.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-24036.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24036.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24081.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24081.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24204.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24204.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24267-flow-exit.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24322.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24322.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24352.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24352.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24357.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-24357.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24357.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24363.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24363.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24365.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24365.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24424.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24424.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24446.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24446.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-24682.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24682.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24819.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24819.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24883.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-24883.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25076.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25076.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25368.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25368.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25385.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-25385.stderr update tests 2018-03-14 00:53:24 +01:00
issue-25386.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25386.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25396.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25396.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25439.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25439.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25579.ast.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25579.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25579.mir.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25579.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25700.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25700.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25793.nll.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-25793.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-25793.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-25826.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-25826.stderr update tests 2018-03-14 00:53:24 +01:00
issue-25901.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-25901.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26056.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26056.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26093.rs tests: replace "lvalue" terminology with "place". 2018-01-29 11:48:12 +02:00
issue-26093.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26094.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26094.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26158.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26158.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26217.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26217.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26217.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26237.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26237.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26262.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26262.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26459.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26459.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26472.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26472.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26614.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26614.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26638.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26638.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26812.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26812.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26886.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-26886.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26905.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26905.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26930.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26930.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26948.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-26948.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27008.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27008.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27033.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27033.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27042.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27042.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27060-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27060-2.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-27060.rs improve error message shown for unsafe operations: explain why undefined behavior could arise 2018-07-10 11:01:44 +02:00
issue-27060.stderr improve error message shown for unsafe operations: explain why undefined behavior could arise 2018-07-10 11:01:44 +02:00
issue-27078.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27078.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-27282-move-match-input-into-guard.rs Tests illustrating the bug fixes for #27282 and #24535. 2018-05-29 23:02:40 +02:00
issue-27282-move-match-input-into-guard.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-27282-move-ref-mut-into-guard.rs Tests illustrating the bug fixes for #27282 and #24535. 2018-05-29 23:02:40 +02:00
issue-27282-move-ref-mut-into-guard.stderr Tests illustrating the bug fixes for #27282 and #24535. 2018-05-29 23:02:40 +02:00
issue-27282-mutate-before-diverging-arm-1.rs Review feedback: Adding test cases suggested by arielb1. 2018-05-29 23:02:40 +02:00
issue-27282-mutate-before-diverging-arm-1.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-27282-mutate-before-diverging-arm-2.rs Review feedback: Adding test cases suggested by arielb1. 2018-05-29 23:02:40 +02:00
issue-27282-mutate-before-diverging-arm-2.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01:00
issue-27282-reborrow-ref-mut-in-guard.rs Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-27282-reborrow-ref-mut-in-guard.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-27340.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27340.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27433.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27433.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27592.nll.stderr Update the .nll.stderr files under new sorted-by-span scheme. 2018-07-31 14:51:36 +02:00
issue-27592.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27592.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27815.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27815.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27842.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-27842.stderr update tests 2018-03-14 00:53:24 +01:00
issue-27895.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27895.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-27942.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-27942.stderr Extend support to get_generics for all NodeItems 2018-06-28 11:12:43 -07:00
issue-28098.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28098.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28105.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28105.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28109.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28109.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28113.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28113.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28324.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28324.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28344.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28344.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28433.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28433.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28472.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28472.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28568.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28568.stderr update tests 2018-03-14 00:53:24 +01:00
issue-28576.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28576.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28586.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28586.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28776.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28776.stderr improve error message shown for unsafe operations: explain why undefined behavior could arise 2018-07-10 11:01:44 +02:00
issue-28837.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28837.stderr update tests 2018-03-14 00:53:24 +01:00
issue-28971.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-28971.stderr use type name in E0599 enum variant suggestion 2018-06-02 16:58:49 -04:00
issue-28992-empty.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-28992-empty.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29084.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29084.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29124.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-29124.stderr update tests 2018-03-14 00:53:24 +01:00
issue-29147.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29147.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29161.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29161.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29184.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29184.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29723.rs fix line 2018-01-19 16:46:07 -05:00
issue-29723.stderr update tests 2018-03-14 00:53:24 +01:00
issue-29857.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29857.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29861.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-29861.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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-30079.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30079.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30225.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30225.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30236.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30236.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30240-b.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30240-b.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30240.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30240.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30255.rs Fix rebase 2017-12-14 23:54:08 +03:00
issue-30255.stderr update tests 2018-03-14 00:53:24 +01:00
issue-30302.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-30302.stderr use structured suggestion for pattern-named-the-same-as-variant warning 2018-06-23 22:57:37 -07:00
issue-30355.nll.stderr update tests 2018-07-21 18:40:46 +01:00
issue-30355.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30355.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-a.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-a.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-a.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-b.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-b.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-c.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-30438-c.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30438-c.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30560.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30560.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30589.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-30589.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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-31011.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31011.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31109.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31109.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31173.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31173.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31212.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31212.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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-31495.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31511.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31511.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31561.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31561.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31769.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31769.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31804.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31804.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31845.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31845.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31910.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31910.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31924-non-snake-ffi.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-31924-non-snake-ffi.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32004.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32004.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32086.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32086.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32119.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32119.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32201.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32201.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32222.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32222.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32323.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32323.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32326.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-32326.stderr Fix tuple struct field spans 2018-05-10 09:15:47 -07:00
issue-32354-suggest-import-rename.fixed Implement existential types 2018-07-18 10:53:08 +02:00
issue-32354-suggest-import-rename.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-32354-suggest-import-rename.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-32655.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32655.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32709.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32709.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32782.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32782.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32797.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32797.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32829.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-32829.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-32833.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32833.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32922.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32922.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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-32963.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32963.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32995-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32995-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32995.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-32995.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33241.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33241.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33293.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33293.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33464.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33464.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33504.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33504.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33525.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33525.stderr update tests 2018-03-14 00:53:24 +01:00
issue-33571.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33571.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33819.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-33819.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33819.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-33941.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33941.stderr update tests 2018-03-14 00:53:24 +01:00
issue-34028.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34028.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34047.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-34047.stderr update tests 2018-03-14 00:53:24 +01:00
issue-34171.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34171.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34209.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-34209.stderr update tests 2018-03-14 00:53:24 +01:00
issue-34222-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34222-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34334.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34334.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34349.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34349.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34373.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34373.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34418.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34418.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34839.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-34839.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35075.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35075.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35139.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-35139.stderr update tests 2018-03-14 00:53:24 +01:00
issue-35241.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35241.stderr update tests 2018-03-14 00:53:24 +01:00
issue-35450.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35450.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35570.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35570.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35668.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35668.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35675.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-35675.stderr update tests 2018-03-14 00:53:24 +01:00
issue-35869.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
issue-35869.stderr Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
issue-35976.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35976.stderr Update UI tests 2018-02-26 20:24:42 +03:00
issue-35988.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-35988.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-36082.ast.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36082.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36082.mir.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36082.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36116.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36116.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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 rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
issue-36299.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36299.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36379.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36379.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36400.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-36400.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-36400.stderr update tests 2018-03-14 00:53:24 +01:00
issue-36617.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36617.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36638.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36638.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36708.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-36708.stderr update tests 2018-03-14 00:53:24 +01:00
issue-36839.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-36839.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37026.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37026.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37051.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37051.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37323.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37323.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37366.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37366.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37510.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37510.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37515.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37515.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37534.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37534.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37550.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37550.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37576.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37576.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37665.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37665.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37884.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-37884.stderr Extend support to get_generics for all NodeItems 2018-06-28 11:12:43 -07:00
issue-37887.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-37887.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38160.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38160.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38293.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38293.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38381.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38381.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38404.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38404.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38412.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38412.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38458.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38458.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38604.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38604.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38715.rs Prohibit duplicate macro_exports 2018-05-30 16:15:35 +03:00
issue-38715.stderr Prohibit duplicate macro_exports 2018-05-30 16:15:35 +03:00
issue-38857.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38857.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38868.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38868.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38919.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38919.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38954.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-38954.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-39211.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39211.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39362.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39362.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39388.rs Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
issue-39388.stderr Allow by default, fix tests 2018-07-23 21:55:51 -05:00
issue-39404.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39404.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39559-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39559-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39559.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39559.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39616.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39616.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39687.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39687.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39848.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39848.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39970.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39970.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39974.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-39974.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40000.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40000.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40288-2.nll.stderr improve heuristics for what makes an interesting constraint 2018-07-25 16:36:03 +03:00
issue-40288-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40288-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40288.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40288.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40288.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40350.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40350.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-1.nll.stderr Update affected tests. 2018-07-27 12:05:01 +02:00
issue-40510-1.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-1.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-2.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-2.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-3.nll.stderr Region inference error messages no longer start with 'free region' 2018-07-27 13:14:56 +02:00
issue-40510-3.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-3.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-4.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40510-4.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40610.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40610.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40749.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40749.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40782.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-40782.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-40845.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40845.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40861.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-40861.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41139.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41139.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41139.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41229-ref-str.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41229-ref-str.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-41255.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41255.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41394.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41394.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41726.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-41726.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41726.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41742.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41742.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41776.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41776.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41880.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41880.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41974.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41974.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41998.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-41998.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42060.rs Update compile-fail tests to be ui tests 2018-07-23 21:24:38 -04:00
issue-42060.stderr Update compile-fail tests to be ui tests 2018-07-23 21:24:38 -04:00
issue-42106.nll.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-42106.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-42106.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-42312.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42312.stderr Fix doc link 2018-07-17 14:10:11 +02:00
issue-42344.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-42344.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42344.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42755.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42755.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42796.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42796.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42796.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42880.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42880.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-42954.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-42954.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-42954.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-43023.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43023.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43105.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43105.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43162.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43162.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43189.rs Add test for reexported crate names 2018-05-28 10:55:32 -07:00
issue-43189.stderr Add test for reexported crate names 2018-05-28 10:55:32 -07:00
issue-43196.rs Update compile-fail tests to be ui tests 2018-07-23 21:24:38 -04:00
issue-43196.stderr Update compile-fail tests to be ui tests 2018-07-23 21:24:38 -04:00
issue-43250.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43250.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43355.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43355.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43420-no-over-suggest.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-43420-no-over-suggest.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-43424.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43424.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43431.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43431.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43733.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43733.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43784-associated-type.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43784-associated-type.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43784-supertrait.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43784-supertrait.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43806.rs Don't trigger unused_result on functions returning empty enums 2017-08-11 22:07:28 -07:00
issue-43925.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43925.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43926.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43926.stderr rustc: Stabilize #[wasm_import_module] as #[link(...)] 2018-07-18 07:50:08 -07:00
issue-43988.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-43988.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44021.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44021.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44023.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44023.stderr update tests 2018-03-14 00:53:24 +01:00
issue-44078.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44078.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-44239.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44239.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44373.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44373.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44406.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44406.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-44415.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-44415.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45087-unreachable-unsafe.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45087-unreachable-unsafe.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45107-unnecessary-unsafe-in-closure.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
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 update tests 2018-03-14 00:53:24 +01:00
issue-45199.ast.nll.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45199.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45199.mir.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45199.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45296.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45296.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-45562.fixed Implement existential types 2018-07-18 10:53:08 +02:00
issue-45562.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-45562.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-45696-long-live-borrows-in-boxes.rs Expand long-live-borrows-in-boxes test to include simplier illustrative cases. 2018-08-01 17:44:53 +02:00
issue-45696-no-variant-box-recur.rs Fix bug in test pointed out during review. 2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.ast.stderr Regression tests. 2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.migrate.stderr Regression tests. 2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.nll.stderr Regression tests. 2018-08-01 17:44:53 +02:00
issue-45696-scribble-on-boxed-borrow.rs Regression tests. 2018-08-01 17:44:53 +02:00
issue-45697-1.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
issue-45697-1.stderr remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
issue-45697.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
issue-45697.stderr remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
issue-45729-unsafe-in-generator.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45729-unsafe-in-generator.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45730.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45730.stderr update tests 2018-03-14 00:53:24 +01:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed Implement existential types 2018-07-18 10:53:08 +02:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-45801.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45801.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45965.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-45965.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46023.ast.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-46023.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46023.mir.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-46023.rs Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-46036.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46036.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-46112.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
issue-46112.stderr update tests 2018-03-14 00:53:24 +01:00
issue-46186.rs Changed to correct quotes 2017-11-26 07:40:29 -07:00
issue-46186.stderr clarify why we're suggesting removing semicolon after braced items 2018-06-30 14:11:44 -07:00
issue-46302.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-46302.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-46311.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46311.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46332.rs add magic comment for ui test, remove newline 2017-12-01 11:38:30 +03:00
issue-46332.stderr update tests 2018-03-14 00:53:24 +01:00
issue-46438.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46438.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07: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 Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-46471.rs Added test for #46471 2017-12-11 19:46:01 +00:00
issue-46471.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-46472.rs Added test for #46472 2017-12-11 20:26:06 +00:00
issue-46472.stderr Point to lifetime in fn definition on lifetime error note 2018-06-28 11:12:42 -07: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-46604.ast.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-46604.ast.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46604.mir.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
issue-46604.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46756-consider-borrowing-cast-or-binexpr.fixed Implement existential types 2018-07-18 10:53:08 +02:00
issue-46756-consider-borrowing-cast-or-binexpr.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-46756-consider-borrowing-cast-or-binexpr.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-46771.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46771.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46843.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46843.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-46983.rs Added test for #46983 2018-01-10 17:12:23 +00:00
issue-46983.stderr update tests 2018-03-14 00:53:24 +01:00
issue-47073-zero-padded-tuple-struct-indices.rs AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
issue-47073-zero-padded-tuple-struct-indices.stderr AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
issue-47094.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-47094.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue-47184.rs Updated test with expected error message. 2018-03-22 21:11:01 +00:00
issue-47184.stderr update test 2018-07-05 17:38:44 +08:00
issue-47309.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-47377.rs fix minor errors 2018-01-17 02:07:15 +05:30
issue-47377.stderr update tests 2018-03-14 00:53:24 +01:00
issue-47380.rs fix minor errors 2018-01-17 02:07:15 +05:30
issue-47380.stderr update tests 2018-03-14 00:53:24 +01:00
issue-47412.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-47412.stderr Use better spans for dummy accesses used in matches 2018-07-26 22:06:12 +01: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 tests 2018-03-14 00:53:24 +01:00
issue-47623.rs Fix ICE with use self; 2018-01-21 12:26:01 +01:00
issue-47623.stderr update tests 2018-03-14 00:53:24 +01:00
issue-47646.rs Fix ICE when a borrow is used after drop 2018-04-09 17:35:28 -03:00
issue-47646.stderr Make causal tracking lazy 2018-07-01 20:46:07 -03:00
issue-47706-trait.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-47706-trait.stderr Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-47706.rs Avoid ICE in arg mistmatch error for tuple variants 2018-02-15 14:47:47 -08:00
issue-47706.stderr update tests 2018-03-14 00:53:24 +01:00
issue-47715.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-47715.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-48131.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-48131.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-48132.rs add regression tests for various MIR bugs that get fixed 2018-03-13 11:22:07 -04:00
issue-48179.rs add regression tests for various MIR bugs that get fixed 2018-03-13 11:22:07 -04:00
issue-48276.rs Fix #48276 2018-03-05 02:47:08 -05:00
issue-48276.stderr update tests 2018-03-14 00:53:24 +01:00
issue-48364.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-48364.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-48636.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-48636.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-48636.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
issue-48728.rs do not propagate Err when determing causal info 2018-04-05 20:15:23 -04:00
issue-48728.stderr Update existing tests for trivial bounds changes 2018-05-15 11:43:59 +01:00
issue-48803.rs Fix unsoundness bug in functions input references 2018-04-11 20:02:14 -03:00
issue-48803.stderr Fix unsoundness bug in functions input references 2018-04-11 20:02:14 -03:00
issue-48838.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-48838.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-49040.rs improve attribute trailing semicolon error 2018-03-17 21:23:41 +08:00
issue-49040.stderr improve attribute trailing semicolon error 2018-03-17 21:23:41 +08:00
issue-49074.rs Checks for unknown attributes before aborting 2018-03-16 16:53:40 +09:00
issue-49074.stderr Checks for unknown attributes before aborting 2018-03-16 16:53:40 +09:00
issue-49257.rs Improve diagnostics for incorrect .. usage 2018-06-05 08:48:55 -07:00
issue-49257.stderr Account for comma in suggestion 2018-06-05 08:48:55 -07:00
issue-49579.rs Added test for #49579. 2018-07-28 19:22:42 +02:00
issue-49824.nll.stderr Added test for #49824. 2018-08-01 17:30:01 +02:00
issue-49824.rs Added test for #49824. 2018-08-01 17:30:01 +02:00
issue-49824.stderr Added test for #49824. 2018-08-01 17:30:01 +02:00
issue-49934.rs Warn on pointless #[derive] in more places 2018-04-29 16:01:41 -07:00
issue-49934.stderr Warn on pointless #[derive] in more places 2018-04-29 16:01:41 -07:00
issue-50187.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
issue-50403.rs forbid empty identifiers from concat_idents 2018-05-02 22:58:28 -04:00
issue-50403.stderr add missing output for ui test 2018-05-03 00:25:14 -04:00
issue-50471.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-50480.rs Merge all "Copy not implemented" errors 2018-05-12 14:24:02 -03:00
issue-50480.stderr Fix rebase 2018-05-12 15:07:15 -03:00
issue-50576.rs Fail typecheck if we encounter a bogus break 2018-05-26 03:09:55 +02:00
issue-50576.stderr Fail typecheck if we encounter a bogus break 2018-05-26 03:09:55 +02:00
issue-50577.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-50577.stderr Don't ICE when performing lower_pattern_unadjusted on a TyError 2018-06-25 13:49:34 -07:00
issue-50581.rs Fail typecheck if we encounter a bogus break 2018-05-26 03:09:55 +02:00
issue-50581.stderr Fail typecheck if we encounter a bogus break 2018-05-26 03:09:55 +02:00
issue-50585.rs Accept TyError in patterns to avoid ICE on bad input 2018-06-21 18:18:39 -07:00
issue-50585.stderr Fix incorrect type mismatch label pointing at return type 2018-06-29 10:36:32 -07:00
issue-50599.rs Fix an ICE when casting a nonexistent const 2018-05-16 00:43:43 +01:00
issue-50599.stderr Fix an ICE when casting a nonexistent const 2018-05-16 00:43:43 +01:00
issue-50600.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-50600.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-50618.rs typeck: Fix ICE with struct update syntax 2018-05-12 02:47:58 +00:00
issue-50618.stderr typeck: Fix ICE with struct update syntax 2018-05-12 02:47:58 +00:00
issue-50688.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-50688.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-50714-1.rs Prevent main and start from having a where clause. 2018-05-18 22:03:24 +01:00
issue-50714-1.stderr Tweak main type arguments and where clause spans 2018-05-22 21:09:57 -07:00
issue-50714.rs Prevent main and start from having a where clause. 2018-05-18 22:03:24 +01:00
issue-50714.stderr Tweak main type arguments and where clause spans 2018-05-22 21:09:57 -07:00
issue-50761.rs remove feature line from test 2018-05-19 13:01:28 -07:00
issue-50781.rs Make where clause object safety be a warn-by-default lint 2018-06-25 06:57:08 -03:00
issue-50781.stderr Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint 2018-06-25 06:57:08 -03:00
issue-50802.rs CheckLoopVisitor: also visit break expressions 2018-05-17 13:18:24 +02:00
issue-50802.stderr CheckLoopVisitor: also visit break expressions 2018-05-17 13:18:24 +02:00
issue-50825-1.rs Fix a typo 2018-06-08 17:00:49 +01:00
issue-50825.rs Fix a typo 2018-06-08 17:00:49 +01:00
issue-50993.rs Update issue-50993.rs 2018-05-24 21:03:48 +02:00
issue-50993.stderr Don't ICE if crate has no valid crate types left 2018-05-24 17:05:16 +02:00
issue-51022.rs Simply joint lifetime/type iteration 2018-06-20 12:21:52 +01:00
issue-51022.stderr Simply joint lifetime/type iteration 2018-06-20 12:21:52 +01:00
issue-51044.rs Normalize associated types when checking global bounds 2018-06-08 17:00:56 +01:00
issue-51102.rs typeck: Do not pass the field check on field error 2018-05-31 14:45:49 +00:00
issue-51102.stderr typeck: Do not pass the field check on field error 2018-05-31 14:45:49 +00:00
issue-51116.rs Fix new test 2018-07-20 09:17:55 -07:00
issue-51116.stderr Fix new test 2018-07-20 09:17:55 -07:00
issue-51244.nll.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-51244.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-51244.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-51279.rs Deny #[cfg] and #[cfg_attr] on generic parameters. 2018-06-02 05:11:33 +08:00
issue-51279.stderr Deny #[cfg] and #[cfg_attr] on generic parameters. 2018-06-02 05:11:33 +08:00
issue-51515.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-51515.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-51632-try-desugar-incompatible-types.fixed in which we plug the crack where ?-desugaring leaked into errors 2018-06-29 22:11:39 -07:00
issue-51632-try-desugar-incompatible-types.rs in which we plug the crack where ?-desugaring leaked into errors 2018-06-29 22:11:39 -07:00
issue-51632-try-desugar-incompatible-types.stderr in which we plug the crack where ?-desugaring leaked into errors 2018-06-29 22:11:39 -07:00
issue-51714.rs Remove early error abort 2018-07-02 19:44:27 +01:00
issue-51714.stderr Remove early error abort 2018-07-02 19:44:27 +01:00
issue-51848.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-51848.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-51874.rs use literal span for concrete type suggestion 2018-06-29 13:51:35 -04:00
issue-51874.stderr use literal span for concrete type suggestion 2018-06-29 13:51:35 -04:00
issue-52023-array-size-pointer-cast.rs Fix ICE when using a pointer cast as array size 2018-07-12 09:10:39 -07:00
issue-52023-array-size-pointer-cast.stderr Fix ICE when using a pointer cast as array size 2018-07-12 09:10:39 -07:00
issue-52049.nll.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-52049.rs Implement existential types 2018-07-18 10:53:08 +02:00
issue-52049.stderr Implement existential types 2018-07-18 10:53:08 +02:00
issue-52057.rs add regression test for #52057 2018-07-31 02:31:41 +02:00
issue-52126-assign-op-invariance.nll.stderr Errors are more specific in cases where borrows are used in future iterations of loops. 2018-08-01 17:42:15 +02:00
issue-52126-assign-op-invariance.rs Regression test for issue. 2018-07-20 14:26:40 +02:00
issue-52126-assign-op-invariance.stderr Regression test for issue. 2018-07-20 14:26:40 +02:00
issue-52213.nll.stderr Explicitly label any named lifetimes mentioned in error messages. 2018-08-02 12:00:15 +02:00
issue-52213.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-52213.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-52533-1.nll.stderr Improved mechanism for naming regions in non-annotated types. 2018-07-27 13:00:56 +02:00
issue-52533-1.rs Improved mechanism for naming regions in non-annotated types. 2018-07-27 13:00:56 +02:00
issue-52533-1.stderr Improved mechanism for naming regions in non-annotated types. 2018-07-27 13:00:56 +02:00
issue-52533.nll.stderr Fixed missing whitespace on some elaborated types. 2018-07-27 12:05:05 +02:00
issue-52533.rs Added fully elaborated type label for inferred arguments. 2018-07-27 11:18:11 +02:00
issue-52533.stderr Added fully elaborated type label for inferred arguments. 2018-07-27 11:18:11 +02:00
issue-pr29383.rs Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
issue-pr29383.stderr Move some compile-fail tests to ui 2018-07-15 17:10:52 -07:00
label_break_value_continue.rs Add tests for new labeled blocks for unused_labels 2018-05-18 16:57:16 -07:00
label_break_value_continue.stderr Add tests for new labeled blocks for unused_labels 2018-05-18 16:57:16 -07:00
label_break_value_illegal_uses.rs Add feature gate label_break_value 2018-05-16 13:58:41 +02:00
label_break_value_illegal_uses.stderr Add feature gate label_break_value 2018-05-16 13:58:41 +02:00
label_break_value_unlabeled_break.rs Add tests for new labeled blocks for unused_labels 2018-05-18 16:57:16 -07:00
label_break_value_unlabeled_break.stderr Add tests for new labeled blocks for unused_labels 2018-05-18 16:57:16 -07: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 tests 2018-03-14 00:53:24 +01:00
lifetime_starts_expressions.rs Add tests 2018-04-23 17:53:18 +02:00
lifetime_starts_expressions.stderr Add tests 2018-04-23 17:53:18 +02:00
lint-anon-param-edition.fixed add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
lint-anon-param-edition.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
lint-anon-param-edition.stderr Make anon params lint warn-by-default 2018-05-27 14:08:45 -05:00
lint-ctypes.rs add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
lint-ctypes.stderr Fix typo in improper_ctypes suggestion 2018-07-13 17:09:09 +02: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 tests 2018-03-14 00:53:24 +01:00
lint-output-format-2.rs Fix test/ui 2018-08-05 15:54:49 +01:00
lint-output-format-2.stderr Update tests 2018-03-16 11:52:46 +01: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 tests 2018-03-14 00:53:24 +01:00
loop-break-value-no-repeat.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
loop-break-value-no-repeat.stderr Make the compiler support the label-break-value feature 2018-05-16 13:56:24 +02:00
loops-reject-duplicate-labels-2.rs Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07:00
loops-reject-duplicate-labels-2.stderr Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07:00
loops-reject-duplicate-labels.rs Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07:00
loops-reject-duplicate-labels.stderr Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07: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 tests 2018-03-16 11:52:46 +01: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 tests 2018-03-16 11:52:46 +01:00
macro-context.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
macro-context.stderr Update tests 2018-03-16 11:52:46 +01: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 Macros: Add a 'literal' fragment specifier 2018-05-13 19:17:02 +03:00
macro-path-prelude-fail-1.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-fail-1.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-fail-2.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-fail-2.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-fail-3.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-fail-3.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-pass.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-shadowing.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-path-prelude-shadowing.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
macro-reexport-removed.rs Remove macro_reexport 2018-05-01 15:58:42 +03:00
macro-reexport-removed.stderr Give removal reasons to removed features 2018-05-01 15:58:42 +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 Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
maybe-bounds.rs Update tests 2018-06-10 10:37:38 +09:00
maybe-bounds.stderr Update tests 2018-06-10 10:37:38 +09: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 tests 2018-03-14 00:53:24 +01:00
method-call-lifetime-args-lint.rs Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
method-call-lifetime-args-lint.stderr Update UI tests 2018-02-26 20:24:02 +03:00
method-call-lifetime-args.rs Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
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 tests 2018-03-14 00:53:24 +01:00
method-on-ambiguous-numeric-type.rs Implement existential types 2018-07-18 10:53:08 +02:00
method-on-ambiguous-numeric-type.stderr Implement existential types 2018-07-18 10:53:08 +02:00
mir_check_nonconst.rs Clarified E0015 message, r=estebank 2018-04-18 10:56:43 +03:00
mir_check_nonconst.stderr Clarified E0015 message, r=estebank 2018-04-18 10:56:43 +03:00
missing-alloc_error_handler.rs Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
missing-alloc_error_handler.stderr Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
missing-allocator.rs Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
missing-allocator.stderr Update the error message for a missing global allocator 2018-06-19 20:16:43 +02: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
missing-comma-in-match.fixed Implement existential types 2018-07-18 10:53:08 +02:00
missing-comma-in-match.rs Implement existential types 2018-07-18 10:53:08 +02:00
missing-comma-in-match.stderr Implement existential types 2018-07-18 10:53:08 +02:00
missing-fields-in-struct-pattern.rs Reduce diagnostic verbosity by removing labels 2018-03-19 19:59:34 -07:00
missing-fields-in-struct-pattern.stderr Reduce diagnostic verbosity by removing labels 2018-03-19 19:59:34 -07:00
moves-based-on-type-block-bad.nll.stderr Update tests for grouped nll move errors 2018-06-27 22:46:58 +01: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 tests 2018-03-14 00:53:24 +01:00
moves-based-on-type-match-bindings.nll.stderr Fix erroneous error note when using field after move 2018-06-22 18:23:33 -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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
mut-ref.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-ref.stderr Update UI tests 2018-02-26 20:24:02 +03:00
nested_impl_trait.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
nested_impl_trait.stderr Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
no-args-non-move-async-closure.rs add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
no-args-non-move-async-closure.stderr Fix error code numbers 2018-06-23 22:08:40 +02: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
non-exhaustive-pattern-witness.rs Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
non-exhaustive-pattern-witness.stderr Stabilize slice patterns without .. 2018-03-20 02:27:40 +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 tests 2018-03-14 00:53:24 +01:00
numeric-cast-2.rs Implement existential types 2018-07-18 10:53:08 +02:00
numeric-cast-2.stderr Implement existential types 2018-07-18 10:53:08 +02:00
numeric-cast.rs Implement existential types 2018-07-18 10:53:08 +02:00
numeric-cast.stderr Implement existential types 2018-07-18 10:53:08 +02:00
numeric-fields.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
numeric-fields.stderr Reduce diagnostic verbosity by removing labels 2018-03-19 19:59:34 -07: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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
order-dependent-cast-inference.rs revert making casts atomic, test order dependency 2018-03-26 22:58:36 -03:00
order-dependent-cast-inference.stderr revert making casts atomic, test order dependency 2018-03-26 22:58:36 -03:00
partialeq_help.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
partialeq_help.stderr Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
path-lookahead.rs rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -07:00
path-lookahead.stderr Update UI tests 2018-02-26 20:24:02 +03:00
placement-syntax.rs Implement existential types 2018-07-18 10:53:08 +02:00
placement-syntax.stderr Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-2.rs Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-2.stderr Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct-2.rs Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct-2.stderr Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct.rs Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn-or-struct.stderr Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn.fixed Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn.rs Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-fn.stderr Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-struct.rs Implement existential types 2018-07-18 10:53:08 +02:00
pub-ident-struct.stderr Implement existential types 2018-07-18 10:53:08 +02: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 tests 2018-03-14 00:53:24 +01:00
range-inclusive-pattern-precedence.rs inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
range-inclusive-pattern-precedence.stderr inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
raw-literal-keywords.rs dyn_trait feature-gate just for stage0 2018-04-27 10:04:58 -05:00
raw-literal-keywords.stderr updated stderr files and removed feature-gate test for dyn_trait 2018-04-27 10:05:51 -05:00
raw-literal-self.rs Feature gate raw identifiers. 2018-03-18 10:07:19 -05:00
raw-literal-self.stderr Feature gate raw identifiers. 2018-03-18 10:07:19 -05:00
raw-literal-underscore.rs Initial implementation of RFC 2151, Raw Identifiers 2018-03-18 10:07:19 -05:00
raw-literal-underscore.stderr Initial implementation of RFC 2151, Raw Identifiers 2018-03-18 10:07:19 -05:00
raw_string.rs Add note for unterminated raw string error 2018-03-04 14:37:44 +01:00
raw_string.stderr Update tests 2018-03-16 11:52:46 +01:00
reassign-ref-mut.rs Add unit test for case that didn't seem to be covered in existing UI tests 2018-06-19 19:41:54 +02:00
reassign-ref-mut.stderr Add unit test for case that didn't seem to be covered in existing UI tests 2018-06-19 19:41:54 +02:00
recursive-requirements.rs Optimized error reporting for recursive requirements #47720 2018-01-27 18:19:39 +01:00
recursive-requirements.stderr update tests 2018-03-14 00:53:24 +01:00
region-borrow-params-issue-29793-small.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01: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 tests 2018-03-14 00:53:24 +01:00
regions-fn-subtyping-return-static.rs make lifetimes that only appear in return type early-bound 2017-02-05 16:30:03 -05:00
regions-fn-subtyping-return-static.stderr update tests 2018-03-14 00:53:24 +01:00
regions-nested-fns-2.nll.stderr Update tests for new spans for nll errors involving closures 2018-08-03 23:00:27 +01: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 tests 2018-03-14 00:53:24 +01:00
removing-extern-crate.fixed Implement existential types 2018-07-18 10:53:08 +02:00
removing-extern-crate.rs Implement existential types 2018-07-18 10:53:08 +02:00
removing-extern-crate.stderr Implement existential types 2018-07-18 10:53:08 +02:00
repr-align-assign.fixed suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
repr-align-assign.rs suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
repr-align-assign.stderr suggestion applicabilities for libsyntax and librustc, run-rustfix tests 2018-05-20 14:13:25 -07:00
repr.rs Implement existential types 2018-07-18 10:53:08 +02:00
repr.stderr Implement existential types 2018-07-18 10:53:08 +02: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 tests 2018-03-14 00:53:24 +01:00
resolve-inconsistent-names.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
resolve-inconsistent-names.stderr update tests 2018-03-14 00:53:24 +01:00
return-match-array-const.rs Fix ICEs with match/return expressions inside array lengths 2018-07-02 19:44:27 +01:00
return-match-array-const.stderr Fix ICEs with match/return expressions inside array lengths 2018-07-02 19:44:27 +01:00
return-type.rs Implement existential types 2018-07-18 10:53:08 +02:00
return-type.stderr Implement existential types 2018-07-18 10:53:08 +02:00
self-impl.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
self-impl.stderr update tests 2018-03-14 00:53:24 +01:00
shadowed-lifetime.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
shadowed-lifetime.stderr update tests 2018-03-14 00:53:24 +01:00
shadowed-type-parameter.rs Move type parameter shadowing test to ui 2017-06-28 15:11:05 -07:00
shadowed-type-parameter.stderr update tests 2018-03-14 00:53:24 +01:00
short-error-format.rs Stabilize short error format 2018-05-31 20:09:27 +02:00
short-error-format.stderr Make short-error format GNU compatible 2018-05-31 20:09:27 +02:00
similar-tokens.rs Modified test case again. 2018-06-01 15:51:00 -04:00
similar-tokens.stderr Modified test case again. 2018-06-01 15:51:00 -04:00
specialization-feature-gate-default.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
specialization-feature-gate-default.stderr update tests 2018-03-14 00:53:24 +01:00
specialization-feature-gate-overlap.rs Migrate even more feature gate tests to ui 2017-12-07 10:14:41 +01:00
specialization-feature-gate-overlap.stderr update tests 2018-03-14 00:53:24 +01:00
static-lifetime.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
static-lifetime.stderr Extend support to get_generics for all NodeItems 2018-06-28 11:12:43 -07:00
str-array-assignment.rs Implement existential types 2018-07-18 10:53:08 +02:00
str-array-assignment.stderr Implement existential types 2018-07-18 10:53:08 +02:00
str-as-char.fixed Implement existential types 2018-07-18 10:53:08 +02:00
str-as-char.rs Implement existential types 2018-07-18 10:53:08 +02:00
str-as-char.stderr Implement existential types 2018-07-18 10:53:08 +02: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 tests 2018-03-14 00:53:24 +01:00
str-lit-type-mismatch.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
str-lit-type-mismatch.stderr update tests 2018-03-14 00:53:24 +01:00
struct-duplicate-comma.rs Issue #50974: Adding issue number in the test 2018-06-22 11:38:38 +02:00
struct-duplicate-comma.stderr Issue #50974: Fix compilation error and test 2018-06-22 11:38:38 +02:00
struct-field-init-syntax.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
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 tests 2018-03-14 00:53:24 +01: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 update tests 2018-03-14 00:53:24 +01:00
struct-fields-hints.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
struct-fields-hints.stderr update tests 2018-03-14 00:53:24 +01: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 update tests 2018-03-14 00:53:24 +01:00
struct-missing-comma.rs Issue #50636: Improve error diagnostic with missing commas after struct fields. 2018-05-20 13:08:25 +02:00
struct-missing-comma.stderr Issue #50636: Improve error diagnostic with missing commas after struct fields. 2018-05-20 13:08:25 +02: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 tests 2018-03-14 00:53:24 +01:00
suggest-labels.rs Implement existential types 2018-07-18 10:53:08 +02:00
suggest-labels.stderr Implement existential types 2018-07-18 10:53:08 +02:00
suggest-methods.rs Implement existential types 2018-07-18 10:53:08 +02:00
suggest-methods.stderr Implement existential types 2018-07-18 10:53:08 +02:00
suggest-private-fields.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
suggest-private-fields.stderr update tests 2018-03-14 00:53:24 +01:00
suggest-ref-mut.rs Implement existential types 2018-07-18 10:53:08 +02:00
suggest-ref-mut.stderr Implement existential types 2018-07-18 10:53:08 +02:00
suggest-remove-refs-1.rs New test added. 2018-03-18 20:46:27 -03:00
suggest-remove-refs-1.stderr Review fixes. 2018-03-18 20:46:28 -03:00
suggest-remove-refs-2.rs New test added. 2018-03-18 20:46:27 -03:00
suggest-remove-refs-2.stderr Review fixes. 2018-03-18 20:46:28 -03:00
suggest-remove-refs-3.rs Created multiple line test. 2018-03-18 20:46:28 -03:00
suggest-remove-refs-3.stderr Review fixes. 2018-03-18 20:46:28 -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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
switched-expectations.rs Fix switched types in type mismatch 2017-12-10 01:20:40 +01:00
switched-expectations.stderr update tests 2018-03-14 00:53:24 +01:00
target-feature-gate.rs tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
target-feature-gate.stderr tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
target-feature-wrong.rs tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
target-feature-wrong.stderr tests/ui: Add missing mips{64} ignores 2018-07-31 15:22:14 +02:00
test-should-panic-attr.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
test-should-panic-attr.stderr Update UI tests 2018-02-26 20:24:02 +03:00
tool-attributes-disabled-1.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-disabled-1.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-disabled-2.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-misplaced-1.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-misplaced-1.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-misplaced-2.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-misplaced-2.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-shadowing.rs resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool-attributes-shadowing.stderr resolve: Implement prelude search for macro paths 2018-08-01 12:08:41 +03:00
tool_lints.rs Improving span of unknown lint tool error message 2018-07-04 14:28:44 +02:00
tool_lints.stderr Improving span of unknown lint tool error message 2018-07-04 14:28:44 +02:00
trait-alias.rs feature gate trait aliases 2017-12-14 12:56:26 -05:00
trait-alias.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
trait-method-private.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trait-method-private.stderr update tests 2018-03-14 00:53:24 +01:00
trait-object-auto-dedup-in-impl.rs Dedup auto traits in trait objects 2018-06-01 14:37:16 -07:00
trait-object-auto-dedup-in-impl.stderr Dedup auto traits in trait objects 2018-06-01 14:37:16 -07: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 improve error message shown for unsafe operations: explain why undefined behavior could arise 2018-07-10 11:01:44 +02:00
trait-suggest-where-clause.rs Fix typo in error message E0277 2018-07-10 23:10:13 +02:00
trait-suggest-where-clause.stderr Fix doc link 2018-07-17 14:10:11 +02: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 tests 2018-03-14 00:53:24 +01:00
trivial-bounds-inconsistent-associated-functions.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent-copy-reborrow.nll.stderr Include lifetime in mutability suggestion in NLL messages 2018-07-30 15:41:39 -07:00
trivial-bounds-inconsistent-copy-reborrow.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent-copy-reborrow.stderr Add tests for trivial bounds 2018-05-15 11:43:59 +01:00
trivial-bounds-inconsistent-copy.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent-copy.stderr Add tests for trivial bounds 2018-05-15 11:43:59 +01:00
trivial-bounds-inconsistent-projection-error.rs Add tests for associated types and inconsistent bounds 2018-06-08 17:00:26 +01:00
trivial-bounds-inconsistent-projection-error.stderr Add tests for associated types and inconsistent bounds 2018-06-08 17:00:26 +01:00
trivial-bounds-inconsistent-projection.rs Add tests for associated types and inconsistent bounds 2018-06-08 17:00:26 +01:00
trivial-bounds-inconsistent-projection.stderr Add tests for associated types and inconsistent bounds 2018-06-08 17:00:26 +01:00
trivial-bounds-inconsistent-sized.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent-sized.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
trivial-bounds-inconsistent-well-formed.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent-well-formed.stderr Add tests for trivial bounds 2018-05-15 11:43:59 +01:00
trivial-bounds-inconsistent.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-inconsistent.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
trivial-bounds-leak-copy.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-leak-copy.stderr Add tests for trivial bounds 2018-05-15 11:43:59 +01:00
trivial-bounds-leak.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-leak.stderr Fix doc link 2018-07-17 14:10:11 +02:00
trivial-bounds-lint.rs Reenable trivial bounds 2018-06-08 17:00:03 +01:00
trivial-bounds-lint.stderr Add trivial bounds lint 2018-05-15 11:43:59 +01:00
trivial-bounds-object.rs Test that object bounds are preferred over global where clause bounds 2018-06-08 17:00:36 +01:00
try-on-option.rs Implement existential types 2018-07-18 10:53:08 +02:00
try-on-option.stderr Implement existential types 2018-07-18 10:53:08 +02:00
try-operator-on-main.rs Implement existential types 2018-07-18 10:53:08 +02:00
try-operator-on-main.stderr Implement existential types 2018-07-18 10:53:08 +02:00
try-poll.rs std::ops::Try impl for std::task::Poll 2018-07-25 17:26:12 -07:00
tuple-float-index.fixed Implement existential types 2018-07-18 10:53:08 +02:00
tuple-float-index.rs Implement existential types 2018-07-18 10:53:08 +02:00
tuple-float-index.stderr Implement existential types 2018-07-18 10:53:08 +02:00
type-alias-bounds.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
type-alias-bounds.stderr wording nits 2018-03-19 18:04:09 +01: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 tests 2018-03-14 00:53:24 +01:00
type-ascription-instead-of-initializer.rs Implement existential types 2018-07-18 10:53:08 +02:00
type-ascription-instead-of-initializer.stderr Implement existential types 2018-07-18 10:53:08 +02:00
type-ascription-instead-of-statement-end.rs Implement existential types 2018-07-18 10:53:08 +02:00
type-ascription-instead-of-statement-end.stderr Implement existential types 2018-07-18 10:53:08 +02:00
type-ascription-with-fn-call.rs Implement existential types 2018-07-18 10:53:08 +02:00
type-ascription-with-fn-call.stderr Implement existential types 2018-07-18 10:53:08 +02:00
type-check-defaults.rs Add message to rustc_on_unimplemented attributes in core 2018-06-19 15:19:13 -07:00
type-check-defaults.stderr prove defaults meet WF requirements, not that they are WF 2018-07-02 10:38:30 -04:00
type-dependent-def-issue-49241.rs Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
type-dependent-def-issue-49241.stderr Refactor the const eval diagnostic API 2018-06-05 20:49:46 +02:00
type-mismatch.rs Add UI tests for diagnostics comparing types 2018-07-12 17:06:03 +09:00
type-mismatch.stderr Don't display default generic parameters in diagnostics that compare types. 2018-07-12 17:14:53 +09:00
type-recursive.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
type-recursive.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
ui-testing-optout.rs Implement opt-out from UI testing normalization 2018-02-26 20:24:41 +03:00
ui-testing-optout.stderr update tests 2018-03-14 00:53:24 +01:00
unboxed-closure-no-cyclic-sig.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closure-no-cyclic-sig.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
unboxed-closures-infer-fn-once-move-from-projection.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closures-infer-fn-once-move-from-projection.stderr update tests 2018-03-14 00:53:24 +01:00
unconstrained-none.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unconstrained-none.stderr update tests 2018-03-14 00:53:24 +01:00
unconstrained-ref.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
unconstrained-ref.stderr update tests 2018-03-14 00:53:24 +01:00
underscore-ident-matcher.rs Reject _ in ident matcher 2018-03-17 22:08:18 +03:00
underscore-ident-matcher.stderr Reject _ in ident matcher 2018-03-17 22:08:18 +03:00
unevaluated_fixed_size_array_len.rs Produce nice array lengths on a best effort basis 2018-03-22 09:56:04 +01:00
unevaluated_fixed_size_array_len.stderr Produce nice array lengths on a best effort basis 2018-03-22 09:56:04 +01:00
unknown-language-item.rs Point at unknown lang item attribute 2018-01-23 21:36:40 -08:00
unknown-language-item.stderr update tests 2018-03-14 00:53:24 +01: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 improve error message shown for unsafe operations: explain why undefined behavior could arise 2018-07-10 11:01:44 +02:00
unsized-enum2.rs Fix typo in error message E0277 2018-07-10 23:10:13 +02:00
unsized-enum2.stderr Fix doc link 2018-07-17 14:10:11 +02:00
use-mod.rs Various tweaks 2017-12-20 11:03:26 -08:00
use-mod.stderr update tests 2018-03-14 00:53:24 +01:00
use-nested-groups-error.rs Stabilize use_nested_groups 2018-02-05 10:23:40 +01:00
use-nested-groups-error.stderr update tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01: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 tests 2018-03-14 00:53:24 +01:00
wasm-custom-section-relocations.rs rustc: Use link_section, not wasm_custom_section 2018-07-16 09:40:45 -07:00
wasm-custom-section-relocations.stderr rustc: Use link_section, not wasm_custom_section 2018-07-16 09:40:45 -07:00
wasm-import-module.rs rustc: Stabilize #[wasm_import_module] as #[link(...)] 2018-07-18 07:50:08 -07:00
wasm-import-module.stderr rustc: Stabilize #[wasm_import_module] as #[link(...)] 2018-07-18 07:50:08 -07:00