rust/src/test/ui
Yuki Okushi 557d27637d
Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis
Add more coherence tests

I've wrote the missing test cases listed in [this google doc](https://docs.google.com/spreadsheets/d/1WlroTEXE6qxxGvEOhICkUpqguYZP9YOZEvnmEtSNtM0/edit#gid=0)

> The other thing that might be useful is to rename the existing tests so they all fit the new naming scheme we were using.

I'm not entirely sure how to do this. If everything from the google sheet is covered could I just remove the remaining tests in `src/test/ui/coherence` or is there something in there that should remain?

cc #63599

r? @nikomatsakis
2019-10-23 17:14:31 +09:00
..
abi Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
alloc-error Update tests 2019-03-11 23:10:26 +03:00
allocator Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
annotate-snippet librustc_errors: Support ui-testing flag in annotate-snippet emitter 2019-07-25 21:03:53 +02:00
array-slice-vec Subslice patterns: Test passing static & dynamic semantics. 2019-07-30 10:46:30 +02:00
asm Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
associated-const Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
associated-consts tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item Add test for issue-48027 2019-10-14 10:47:14 +09:00
associated-type Update stderr files with --bless 2019-08-16 10:54:20 +01:00
associated-type-bounds Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
associated-types Deduplicate some code and apply review comments 2019-10-15 13:55:44 -07:00
ast-json Fix AST JSON output test 2019-09-26 21:39:56 +01:00
async-await Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
attributes hir: Disallow target_feature on constants 2019-09-26 16:55:52 +01:00
autoref-autoderef tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auxiliary proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
bad Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
bench tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bind-by-move Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
binding Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
binop Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
blind Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
block-result review comments: typo and rewording 2019-08-09 07:18:05 -07:00
borrowck Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
builtin-superkinds Handle more cases 2019-10-15 13:55:43 -07:00
c-variadic Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
cast normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
cfg syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
chalkify On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
check_match Only emit overlapping patterns lint if the overlap is partial 2019-10-16 11:57:35 -07:00
closure-expected-type Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
closure_context Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
closures Handle more cases 2019-10-15 13:55:43 -07:00
codemap_tests Fix a minor grammar nit, update UI tests 2019-09-19 00:16:16 +02:00
coerce tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
coercion Organize never_type tests 2019-10-15 16:58:14 +02:00
coherence Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis 2019-10-23 17:14:31 +09:00
compare-method Add explanation to type mismatch involving type params and assoc types 2019-09-18 17:30:35 -07:00
conditional-compilation Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebank 2019-09-16 17:09:41 +02:00
confuse-field-and-method Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
const-generics Fix resolve_type_vars_with_obligations not resolving const inference 2019-10-20 09:16:52 +13:00
consts Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk 2019-10-21 22:00:47 +02:00
cross normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
cross-crate Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
custom_test_frameworks
cycle-trait Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
definition-reachable Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
dep-graph Update tests 2019-03-30 18:43:26 +01:00
deprecation test: extend derive_on_deprecated to include more derivations 2019-10-11 16:38:54 +03:00
derived-errors Implement CRs 2019-09-28 14:39:19 +03:00
derives ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
deriving tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
did_you_mean Clarify diagnostics when using ~ as a unary op 2019-10-18 18:15:16 +09:00
directory_ownership Update tests 2019-03-11 23:10:26 +03:00
disallowed-deconstructing Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
discrim Suggest try_into when possible 2019-04-29 14:38:26 -07:00
dollar-crate hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
drop Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
dropck Calculate liveness for the same locals with and without -Zpolonius 2019-10-02 20:39:01 +01:00
dst Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
duplicate Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
dyn-keyword Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
dynamically-sized-types tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
editions Upgrade async/await to "used" keywords. 2019-09-28 09:15:06 -07:00
empty Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
enum update ui tests 2019-10-16 13:56:14 +02:00
enum-discriminant normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
error-codes Point at enclosing function without self receiver 2019-10-17 20:26:21 -07:00
exclusive-range And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
explicit Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
extenv Always emit unresolved import errors and hide unused import lint 2019-09-08 11:11:26 -07:00
extern Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
feature-gate Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
feature-gates Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
fmt On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
fn On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
for When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
for-loop-while Organize never_type tests 2019-10-15 16:58:14 +02:00
foreign Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
fully-qualified-type Point at return type when appropriate 2019-01-18 00:12:09 -08:00
functional-struct-update Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
functions-closures tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
generator Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
generic Make wording less confusing 2019-09-11 00:29:35 +01:00
generics Slides path lifetime to the lifetime resolver 2019-10-15 13:59:32 +00:00
hello_world Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
higher-rank-trait-bounds Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
hr-subtype Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
hrtb Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
hygiene Change how Symbol::Debug works. 2019-10-18 13:26:03 +11:00
if Call Expr::peel_drop_temps() from more places for more accurate suggestions 2019-10-08 08:42:26 -07:00
impl-header-lifetime-elision Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
impl-trait Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasper 2019-10-21 01:39:16 +02:00
imports Always emit unresolved import errors and hide unused import lint 2019-09-08 11:11:26 -07:00
in-band-lifetimes Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
include-macros Add regression test for include_str! normalization 2019-08-15 10:42:31 +03:00
inference --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
infinite Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
interior-mutability ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
internal normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
intrinsics Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
invalid Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
invalid-module-declaration Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
invalid-self-argument review comments: move back some methods and clean up wording 2019-05-25 12:15:06 -07:00
issues Rollup merge of #65602 - varkor:other-candidates, r=Centril 2019-10-20 12:40:22 +02:00
iterators Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
keyword update ui tests 2019-09-25 16:41:05 +02:00
kindck Update NLL tests 2019-10-15 13:55:44 -07:00
label Use snippet instead of pprinting statement 2019-07-12 14:01:13 -07:00
layout Regression test for issue 60431. 2019-07-12 11:45:02 +02:00
lifetimes Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
linkage-attr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk 2019-10-19 08:59:39 +00:00
liveness Do not trigger unreachable lint in async body and Use span labels 2019-09-21 13:04:04 -07:00
loops Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
lub-glb Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
macro_backtrace pprust: Fix formatting regressions from the previous commits 2019-07-15 12:42:07 +03:00
macros Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
malformed Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
manual
marker_trait_attr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
match Only emit overlapping patterns lint if the overlap is partial 2019-10-16 11:57:35 -07:00
methods Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=Centril 2019-09-29 20:34:14 +02:00
mir Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
mir-dataflow Bless test 2019-10-03 15:51:11 -07:00
mismatched_types Rollup merge of #64933 - sam09:master, r=estebank 2019-10-01 23:56:24 +02:00
missing resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
missing_non_modrs_mod
mod Update ui tests 2019-10-17 14:19:27 +02:00
modules tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
moves Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
mut On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
namespace Rollup merge of #64691 - estebank:unexpected-variant, r=Centril 2019-09-29 20:34:12 +02:00
never_type Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
nll Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril 2019-10-14 07:36:54 +02:00
non-exhaustive pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
non_modrs_mods tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
non_modrs_mods_and_inline_mods Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
not-panic Tweak wording 2019-10-09 10:17:29 -07:00
numbers-arithmetic Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
numeric fix indentation 2019-06-19 19:47:52 +02:00
object-lifetime Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
object-safety account for DUMMY_SP and correct wording 2019-09-02 22:11:29 -07:00
obsolete-in-place Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
on-unimplemented On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
or-patterns syntax: recover trailing | in or-patterns. 2019-09-29 07:11:26 +02:00
overloaded tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed-struct Clarify wording of E0512 2018-12-28 19:23:22 +00:00
panic-handler getting more context for duplicate lang items (fixes #60561) 2019-09-27 22:56:23 +08:00
panic-runtime Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
panics test unwind(abort) with Rust ABI 2019-10-12 21:02:38 +02:00
parser Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison 2019-10-18 13:48:24 -07:00
pattern Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
print-fuel Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
print_type_sizes Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
privacy update ui tests 2019-10-16 13:56:14 +02:00
proc-macro Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
process issue-2214.rs: lgamma is lgamma on vxWorks 2019-07-31 19:19:40 -07:00
pub normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
qualified Update ui tests 2019-09-25 13:10:25 +02:00
range Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
reachable Organize never_type tests 2019-10-15 16:58:14 +02:00
recursion Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
regions Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
repr Tweak transparent enums and unions diagnostic spans 2019-06-14 13:39:13 -07:00
reserved resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
resolve Point at enclosing function without self receiver 2019-10-17 20:26:21 -07:00
return Remove double trailing newlines 2019-04-22 16:57:01 +01:00
rfc-0107-bind-by-move-pattern-guards Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper 2019-09-09 12:46:59 +00:00
rfc-1937-termination-trait Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
rfc-2005-default-binding-mode Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
rfc-2008-non-exhaustive resolve: shorten wording on private constructor error 2019-10-11 22:18:07 +03:00
rfc-2091-track-caller Prohibit #[track_caller] within trait impls as well as decls. 2019-10-07 08:05:33 -07:00
rfc-2093-infer-outlives Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
rfc-2126-crate-paths Update tests 2019-03-11 23:10:26 +03:00
rfc-2126-extern-absolute-paths diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
rfc-2306 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rfc-2361-dbg-macro Update dbg macro test to use check-run-results flag for run-pass test 2019-08-28 15:00:40 -04:00
rfc-2497-if-let-chains Ignore ExprKind::DropTemps for some ref suggestions 2019-10-08 08:26:42 -07:00
rfc-2565-param-attrs syntax: improve parameter without type suggestions 2019-10-02 09:51:27 +01:00
rfc-2627-raw-dylib Add more tests, fix span issue, improve diagnostics. 2019-10-07 12:01:57 +08:00
rfc1445 Regression tests for fn ptr and #[structural_match] as discussed in #63479. 2019-09-13 17:08:01 +02:00
rfc1598-generic-associated-types Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
rfc1717 normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
rfcs Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper 2019-10-19 16:00:50 +02:00
rust-2018 Bring attention to suggestions when the only difference is capitalization 2019-10-13 21:48:39 -07:00
save-analysis save-analysis: Add a relevant test case 2019-10-17 20:49:06 +02:00
self Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
sepcomp Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
shadowed Fixed grammar in one diagnostic and blessed tests. 2019-09-30 01:15:25 +01:00
simd tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simd-intrinsic Remove vector fadd/fmul reduction workarounds 2019-07-20 18:49:50 +02:00
single-use-lifetime in which we suggest anonymizing single-use lifetimes in paths 2019-07-06 15:04:18 -07:00
span syntax: improve parameter without type suggestions 2019-10-02 09:51:27 +01:00
specialization Handle more cases 2019-10-15 13:55:43 -07:00
stability-attribute Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank 2019-09-28 22:12:02 +02:00
static Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril 2019-10-14 07:36:54 +02:00
statics Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
str On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
structs Implement CRs 2019-09-28 14:39:19 +03:00
structs-enums Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
suggestions Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper 2019-10-19 16:00:51 +02:00
svh hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
symbol-names Rename ConstValue::Infer(InferConst::Canonical(..)) to ConstValue::Bound(..) 2019-10-21 20:50:41 +01:00
target-feature hir: Disallow target_feature on constants 2019-09-26 16:55:52 +01:00
terminal-width Further unicode checks 2019-08-21 11:56:20 -07:00
test-attrs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
thinlto tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
threads-sendsync tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool-attributes update ui tests 2019-10-16 13:56:14 +02:00
traits Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper 2019-10-19 16:00:51 +02:00
transmute normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
trivial-bounds On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
try-block Update ui tests 2019-10-13 22:10:03 +02:00
tuple Correct pluralisation of tuple/array/associated type binding mismatch errors 2019-05-28 21:35:20 +01:00
type Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper 2019-10-19 16:00:51 +02:00
type-alias Blessed tests. 2019-07-06 16:16:12 +01:00
type-alias-enum-variants Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=Centril 2019-09-29 20:34:14 +02:00
type-alias-impl-trait Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
typeck Deduplicate some code and apply review comments 2019-10-15 13:55:44 -07:00
ufcs Update ui tests 2019-10-17 11:30:42 +02:00
unboxed-closures Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
underscore-imports Add more tests for underscore imports 2019-10-13 21:37:26 +01:00
underscore-lifetime update ui tests 2019-10-07 17:12:54 +02:00
uniform-paths tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninhabited Organize never_type tests 2019-10-15 16:58:14 +02:00
union Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
unique tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unresolved Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
unsafe normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
unsized Handle more cases 2019-10-15 13:55:43 -07:00
unsized-locals tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unused Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
use Update ui tests 2019-10-13 22:10:03 +02:00
variance Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
variants update ui tests 2019-10-16 13:56:14 +02:00
vec update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
wf Deduplicate some code and apply review comments 2019-10-15 13:55:44 -07:00
where-clauses Handle more cases involving impl and trait 2019-10-15 13:55:43 -07:00
xcrate
zero-sized tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
.gitattributes Add regression test for include_str! normalization 2019-08-15 10:42:31 +03:00
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr Update tests 2019-03-11 23:10:26 +03:00
access-mode-in-closures.rs
access-mode-in-closures.stderr Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
alias-uninit-value.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
align-with-extern-c-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
alignment-gep-tup-like-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
alloca-from-derived-tydesc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
allocator-alloc-one.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
anon-params-denied-2018.rs parser: gracefully handle fn foo(A | B: type). 2019-08-25 05:45:19 +02:00
anon-params-denied-2018.stderr syntax: improve parameter without type suggestions 2019-10-02 09:51:27 +01:00
anon-params-deprecated.fixed Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
anon-params-deprecated.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
anon-params-deprecated.stderr Update tests 2019-03-11 23:10:26 +03:00
anonymous-higher-ranked-lifetime.rs Deduplicate closure type errors 2019-09-30 17:48:22 -07:00
anonymous-higher-ranked-lifetime.stderr Deduplicate closure type errors 2019-09-30 17:48:22 -07:00
arg-count-mismatch.rs
arg-count-mismatch.stderr
arg-type-mismatch.rs
arg-type-mismatch.stderr
argument-passing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
array-break-length.rs more --blessing + test error annotations fixes 2019-08-21 15:13:13 +03:00
array-break-length.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
array-not-vector.rs
array-not-vector.stderr
array_const_index-0.rs
array_const_index-0.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
array_const_index-1.rs
array_const_index-1.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
artificial-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
as-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-concat-src.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-in-moved.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-in-out-operand.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-indirect-memory.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-out-assign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-eq-trailing-comma.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-escape.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-ne-trailing-comma.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assign-assign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assign-imm-local-twice.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
assign-imm-local-twice.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
assign-to-method.rs use structured suggestion for method calls 2019-01-03 13:42:52 -05:00
assign-to-method.stderr Update tests 2019-03-11 23:10:26 +03:00
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr Update tests 2019-03-11 23:10:26 +03:00
assoc-inherent.rs Add issue reference to E0202 message 2019-01-08 23:53:19 +00:00
assoc-inherent.stderr Update tests 2019-03-11 23:10:26 +03:00
assoc-oddities-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item-long-paths.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-path-shl.rs And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
associated-path-shl.stderr And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
atomic-access-bool.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-alignment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-compare_exchange.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-print.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attempted-access-non-fatal.rs
attempted-access-non-fatal.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-bad-crate-attr.rc remove remaining copyright headers 2018-12-28 21:50:33 +01:00
attr-eq-token-tree.rs Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
attr-eq-token-tree.stderr Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
attr-main-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-shebang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-start.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-usage-inline.rs
attr-usage-inline.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-usage-repr.rs Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
attr-usage-repr.stderr Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attribute-with-no-generics-in-parameter-list.rs Add warning for a parameter list with an attribute but no parameters 2019-02-07 15:03:20 +01:00
attribute-with-no-generics-in-parameter-list.stderr Update tests 2019-03-11 23:10:26 +03:00
attrs-resolution-errors.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
attrs-resolution-errors.stderr Resolve attributes in several places 2019-09-09 09:27:15 -03:00
attrs-resolution.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
augmented-assignments-feature-gate-cross.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
augmented-assignments-feature-gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
augmented-assignments-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
augmented-assignments.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
augmented-assignments.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
auto-instantiate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-is-contextual.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-ref-slice-plus-ref.rs
auto-ref-slice-plus-ref.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
auto-trait-validation.rs
auto-trait-validation.stderr Update ui tests 2019-10-10 15:56:59 +02:00
autobind.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
autoderef-full-lval.rs
autoderef-full-lval.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
backtrace-debuginfo-aux.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
backtrace-debuginfo.rs Attempt to fix backtrace tests on i686-msvc 2019-07-31 10:59:32 -07:00
backtrace.rs Attempt to fix backtrace tests on i686-msvc 2019-07-31 10:59:32 -07:00
bare-fn-implements-fn-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bare-static-string.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bastion-of-the-turbofish.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
big-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binary-minus-without-space.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binary-op-on-double-ref.rs
binary-op-on-double-ref.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
bind-by-move.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binops-issue-22743.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binops.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bitwise.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-local-shadow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-mixed-crate-use-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-mixed-use-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-arg-call-as.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-arg.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-explicit-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-expr-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-expr-precedence.stderr Update tests for excess semicolon lint 2019-08-12 10:14:07 -04:00
block-expression-remove-semicolon.rs Add a test for #26577 2019-03-12 18:34:43 +00:00
block-expression-remove-semicolon.stderr Remove compiletest comments from tests 2019-03-12 19:06:13 +00:00
block-fn-coerce.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-iter-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-iter-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bogus-tag.rs Fixed more tests. 2018-12-26 21:40:21 +00:00
bogus-tag.stderr improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
bool-not.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bool.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
borrow-by-val-method-receiver.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bounds-lifetime.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
bounds-lifetime.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
box-new.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
break-outside-loop.rs more --blessing + test error annotations fixes 2019-08-21 15:13:13 +03:00
break-outside-loop.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
break-while-condition.rs
break-while-condition.stderr Update tests 2019-03-11 23:10:26 +03:00
bug-7183-generics.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bug-7295.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-clone-unwind.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
builtin-clone.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities-transitive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities-xc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-in-metadata.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-phantom-typaram.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-typaram.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
by-move-pattern-binding.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
by-move-pattern-binding.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
byte-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
c-stack-returning-int64.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
can-begin-expr-check.rs
can-begin-expr-check.stderr Update tests 2019-03-11 23:10:26 +03:00
can-copy-pod.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cancel-clean-via-immediate-rvalue-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cannot-mutate-captured-non-mut-var.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
cannot-mutate-captured-non-mut-var.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
capture1.rs
capture1.stderr
cast-char.rs Added tests for issues. 2019-07-06 16:15:27 +01:00
cast-char.stderr Added tests for issues. 2019-07-06 16:15:27 +01:00
cast-does-fallback.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-region-to-uint.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-rfc0401-vtable-kinds.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-rfc0401.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-to-infer-ty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
casts-differing-anon.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
casts-differing-anon.stderr Update tests 2019-03-11 23:10:26 +03:00
casts-issue-46365.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
casts-issue-46365.stderr Update tests 2019-03-11 23:10:26 +03:00
catch-unwind-bang.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
cdylib-deps-must-be-static.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
cdylib-deps-must-be-static.stderr
cell-does-not-clone.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
changing-crates.rs
changing-crates.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
char.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
char_unicode.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
check-static-immutable-mut-slices.rs
check-static-immutable-mut-slices.stderr
check-static-recursion-foreign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
check-static-values-constraints.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
check-static-values-constraints.stderr update tests 2019-09-30 13:47:12 +02:00
check_const-feature-gated.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
child-outlives-parent.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
class-cast-to-trait.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
class-cast-to-trait.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs
class-missing-self.stderr Change suggestion of field when not in self context 2019-04-18 18:39:56 -07:00
cleanup-arm-conditional.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-during-if-and-while.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-for-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-scopes-cf.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
cleanup-rvalue-scopes-cf.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
cleanup-rvalue-scopes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-temp-during-incomplete-alloc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-shortcircuit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
clone-with-exterior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
close-over-big-then-small-data.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
closure-expected.rs
closure-expected.stderr When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
closure_promotion.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
cmp-default.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
codegen-object-shim.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
collections-const-new.rs Const-stabilize String::new. 2019-09-16 16:45:16 +02:00
command-exec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
command-line-diagnostics.rs
command-line-diagnostics.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
command-pre-exec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
command-uid-gid.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
commandline-argfile-badutf8.args rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
commandline-argfile-badutf8.rs Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-badutf8.stderr Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-missing.rs Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-missing.stderr Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile.args rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
commandline-argfile.rs rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
compile_error_macro.rs
compile_error_macro.stderr Update tests 2019-03-11 23:10:26 +03:00
complex.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
concat-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
concat.rs
concat.stderr Update tests 2019-03-11 23:10:26 +03:00
conflicting-repr-hints.rs
conflicting-repr-hints.stderr Update ui tests 2019-10-06 21:00:40 +02:00
conservative_impl_trait.rs
conservative_impl_trait.stderr
constructor-lifetime-args.rs
constructor-lifetime-args.stderr
continue-after-missing-main.nll.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
continue-after-missing-main.rs Continue evaluating after missing main 2019-04-11 20:01:19 -07:00
continue-after-missing-main.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
conversion-methods.rs
conversion-methods.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
copy-a-resource.rs
copy-a-resource.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
core-run-destroy.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
crate-in-paths.rs
crate-in-paths.stderr
crate-leading-sep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-method-reexport-grrrrrrr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-name-attr-used.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-name-mismatch.rs normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
crate-name-mismatch.stderr normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
crt-static-off-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crt-static-on-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
custom-attribute-multisegment.rs Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
custom-attribute-multisegment.stderr Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
custom-test-frameworks-simple.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
custom_attribute.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
custom_attribute.stderr resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
cycle-generic-bound.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cycle-projection-based-on-where-clause.rs Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
cycle-projection-based-on-where-clause.stderr Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
dead-code-alias-in-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dead-code-closure-bang.rs
dead-code-impl.rs Add a regression test for #47131 2019-03-28 01:47:39 +00:00
dead-code-leading-underscore.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dead-code-ret.rs
dead-code-ret.stderr Do not trigger unreachable lint in async body and Use span labels 2019-09-21 13:04:04 -07:00
dead-code-tuple-struct-field.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
debuginfo-lto.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
deep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-alloc-error-hook.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-associated-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-method-parsing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-method-simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
defaults-well-formedness.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deprecation-in-force-unstable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-lval.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-mut-on-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-non-pointer.rs
deref-non-pointer.stderr Update tests 2019-03-11 23:10:26 +03:00
deref-on-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-rc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-suggestion.rs Expand test 2019-03-27 19:44:08 -07:00
deref-suggestion.stderr Expand test 2019-03-27 19:44:08 -07:00
deref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
derive-uninhabited-enum-38885.rs Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
derive-uninhabited-enum-38885.stderr Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
destructure-trait-ref.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
destructure-trait-ref.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
diverging-fallback-method-chain.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fallback-option.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fn-tail-35849.rs
diverging-fn-tail-35849.stderr
diverging-tuple-parts-39485.rs
diverging-tuple-parts-39485.stderr Update tests 2019-03-11 23:10:26 +03:00
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs
dont-suggest-private-trait-method.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
dotdotdot-expr.rs
dotdotdot-expr.stderr
double-import.rs
double-import.stderr Update tests 2019-03-11 23:10:26 +03:00
double-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
double-type-import.rs
double-type-import.stderr Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
dupe-first-attr.rc tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
duplicate_entry_error.rs
duplicate_entry_error.stderr getting more context for duplicate lang items (fixes #60561) 2019-09-27 22:56:23 +08:00
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
early-ret-binop-add.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
early-vtbl-resolution.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2015-2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2015-2018.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2018-2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2018-2018.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
elide-errors-on-mismatched-tuple.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
elide-errors-on-mismatched-tuple.stderr
elided-test.rs
elided-test.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
else-if.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
emit-artifact-notifications.nll.stderr Make -Zemit-artifact-notifications also emit the artifact type 2019-05-21 13:51:36 -07:00
emit-artifact-notifications.polonius.stderr Bless output of test ui/emit-artifact-notifications.rs for Polonius 2019-07-22 10:32:38 +02:00
emit-artifact-notifications.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
emit-artifact-notifications.stderr Make -Zemit-artifact-notifications also emit the artifact type 2019-05-21 13:51:36 -07:00
empty-allocation-non-null.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-allocation-rvalue-non-null.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-type-parameter-list.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty_global_asm.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
enable-unstable-lib-feature.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
enable-unstable-lib-feature.stderr Tweak heuristics for less noise 2019-10-14 14:48:45 -07:00
enums-pats-not-idents.rs
enums-pats-not-idents.stderr update ui tests 2019-09-25 16:41:05 +02:00
env-args-reverse-iterator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-funky-keys.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-home-dir.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-null-vars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-vars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
epoch-gate-feature.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
eq-multidispatch.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
error-festival.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
error-festival.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
error-should-say-copy-not-pod.rs
error-should-say-copy-not-pod.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
estr-subtyping.rs
estr-subtyping.stderr Update tests 2019-03-11 23:10:26 +03:00
estr-uniq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
eval-enum.rs
eval-enum.stderr
exclusive-drop-and-copy.rs
exclusive-drop-and-copy.stderr Update tests 2019-03-11 23:10:26 +03:00
exec-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
exhaustive_integer_patterns.rs Lint only on single element overlap 2019-10-16 12:22:23 -07:00
exhaustive_integer_patterns.stderr Lint only on single element overlap 2019-10-16 12:22:23 -07:00
expanded-cfg.rs compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
explain.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
explain.stdout Fix typos 2019-06-13 00:37:30 +09:00
explicit-i-suffix.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
explore-issue-38412.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
explore-issue-38412.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
export-fully-qualified.rs
export-fully-qualified.stderr Update tests 2019-03-11 23:10:26 +03:00
export-glob-imports-target.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-import.rs
export-import.stderr
export-multi.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-non-interference2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-non-interference3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-tag-variant.rs
export-tag-variant.stderr Update tests 2019-03-11 23:10:26 +03:00
export.rs
export.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
export2.rs
export2.stderr Update tests 2019-03-11 23:10:26 +03:00
expr-block-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic-unique1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic-unique2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-slot.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-copy.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-empty-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-generic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-panic-all.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr_attr_paren_order.rs
expr_attr_paren_order.stderr Bring attention to suggestions when the only difference is capitalization 2019-10-13 21:48:39 -07:00
ext-expand-inner-exprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ext-nonexistent.rs
ext-nonexistent.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
extend-for-unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
exterior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-fail.rs Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
extern-prelude-fail.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
extern-prelude.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
extoption_env-no-args.rs
extoption_env-no-args.stderr Update tests 2019-03-11 23:10:26 +03:00
extoption_env-not-defined.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extoption_env-not-string-literal.rs
extoption_env-not-string-literal.stderr Update tests 2019-03-11 23:10:26 +03:00
extoption_env-too-many-args.rs
extoption_env-too-many-args.stderr Update tests 2019-03-11 23:10:26 +03:00
fact.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fail-no-dead-code-core.rs
fail-no-dead-code-core.stderr Update tests 2019-03-11 23:10:26 +03:00
fail-no-dead-code.rs
fail-no-dead-code.stderr Update tests 2019-03-11 23:10:26 +03:00
fail-simple.rs
fail-simple.stderr Update tests 2019-03-11 23:10:26 +03:00
fat-lto.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fat-ptr-cast-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
fat-ptr-cast.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
fat-ptr-cast.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
fds-are-cloexec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
feature-gate-optimize_attribute.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-optimize_attribute.stderr --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gated-feature-in-macro-arg.rs
feature-gated-feature-in-macro-arg.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
ffi_returns_twice.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
ffi_returns_twice.stderr Update ui tests 2019-04-23 11:42:14 +01:00
filter-block-view-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fixup-deref-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
float-literal-inference-restrictions.rs
float-literal-inference-restrictions.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
fn-in-pat.rs Instead of ICEing on incorrect pattern, use delay_span_bug 2019-05-08 10:23:55 -07:00
fn-in-pat.stderr Tweak wording when encountering fn call in pattern 2019-06-01 16:27:35 -07:00
fn_must_use.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
fn_must_use.stderr Update tests 2019-03-11 23:10:26 +03:00
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
foreign-unsafe-fn-called.rs
foreign-unsafe-fn-called.stderr
format-nan.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
format-no-std.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
format-ref-cell.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fsu-moves-and-copies.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fun-call-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fun-indirect-call.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
future-incompatible-lint-group.rs
future-incompatible-lint-group.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
gated-bad-feature.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
gated-bad-feature.stderr update ui tests 2019-10-03 14:11:39 +02:00
generator-yielding-or-returning-itself.rs Trust signature over return expr for generators. 2019-05-07 07:44:12 +01:00
generator-yielding-or-returning-itself.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
glob-cycles.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
glob-resolve1.rs
glob-resolve1.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
global-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
guards-not-exhaustive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
guards.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hashmap-iter-value-lifetime.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
hashmap-iter-value-lifetime.rs
hashmap-iter-value-lifetime.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
hashmap-lifetimes.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
hashmap-lifetimes.rs
hashmap-lifetimes.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
hashmap-memory.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hello.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hidden-rt-injection.rs
hidden-rt-injection.stderr Update tests 2019-03-11 23:10:26 +03:00
hidden-rt-injection2.rs
hidden-rt-injection2.stderr Update tests 2019-03-11 23:10:26 +03:00
higher-lifetime-bounds.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
higher-lifetime-bounds.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
html-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
huge-array-simple-32.rs review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-32.stderr review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-64.rs review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-64.stderr review comments 2019-08-06 11:23:32 -07:00
huge-array.rs Point to local place span on "type too big" error 2019-08-03 21:59:51 -07:00
huge-array.stderr Point to local place span on "type too big" error 2019-08-03 21:59:51 -07:00
huge-enum.rs revert change to single test 2019-08-04 13:14:53 -07:00
huge-enum.stderr revert change to single test 2019-08-04 13:14:53 -07:00
huge-struct.rs tweak output and tests 2019-08-04 12:23:05 -07:00
huge-struct.stderr tweak output and tests 2019-08-04 12:23:05 -07:00
if-bot.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
if-check.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
if-else-type-mismatch.rs Suggest removal of semicolon when appropriate 2019-01-13 17:36:29 -08:00
if-else-type-mismatch.stderr Suggest removal of semicolon when appropriate 2019-01-13 17:36:29 -08:00
if-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
if-ret.stderr Do not trigger unreachable lint in async body and Use span labels 2019-09-21 13:04:04 -07:00
ifmt.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ignore-all-the-things.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
illegal-ufcs-drop.rs
illegal-ufcs-drop.stderr Update tests 2019-03-11 23:10:26 +03:00
immut-function-arguments.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
immut-function-arguments.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
impl-bounds-checking.rs
impl-bounds-checking.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
impl-inherent-non-conflict.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-not-adjacent-to-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-privacy-xc-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-privacy-xc-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-trait-in-bindings.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-trait-in-bindings.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
impl-unused-rps-in-assoc-type.rs
impl-unused-rps-in-assoc-type.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-unused-tps-inherent.rs
impl-unused-tps-inherent.stderr
impl-unused-tps.rs
impl-unused-tps.stderr
implicit-method-bind.rs
implicit-method-bind.stderr Update tests 2019-03-11 23:10:26 +03:00
import.rs use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
import.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
import2.rs
import2.stderr Update tests 2019-03-11 23:10:26 +03:00
import3.rs
import3.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
import4.rs
import4.stderr
impossible_range.rs
impossible_range.stderr Update tests 2019-03-11 23:10:26 +03:00
in-band-lifetimes.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
inc-range-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
include-single-expr-helper-1.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr-helper.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr.stderr Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
index-bot.rs
index-bot.stderr Update tests 2019-03-11 23:10:26 +03:00
index-help.rs
index-help.stderr Update tests 2019-03-11 23:10:26 +03:00
index_message.rs
index_message.stderr Update tests 2019-03-11 23:10:26 +03:00
indexing-requires-a-uint.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
indexing-requires-a-uint.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
infer-fn-tail-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inherit-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-large-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-res-into-things.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-unsafe.rs Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. 2019-07-04 09:33:15 -04:00
init-unsafe.stderr Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. 2019-07-04 09:33:15 -04:00
inline-asm-bad-constraint.rs
inline-asm-bad-constraint.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
inline-asm-bad-operand.rs
inline-asm-bad-operand.stderr Introduce term-size dependency and consider term width when trimming 2019-08-21 11:56:20 -07:00
inlined-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-attrs-on-impl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-module.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-static-type-parameter.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
inner-static-type-parameter.stderr resolve: prohibit foreign statics w/ generics 2019-10-08 18:46:24 +01:00
inner-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
instantiable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
integer-literal-suffix-inference.rs
integer-literal-suffix-inference.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
integral-indexing.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
integral-indexing.stderr Update tests 2019-03-11 23:10:26 +03:00
integral-variable-unification-error.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
integral-variable-unification-error.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
intrinsics-always-extern.rs Ban non-extern rust intrinsics 2019-09-14 11:47:02 -04:00
intrinsics-always-extern.stderr Ban non-extern rust intrinsics 2019-09-14 11:47:02 -04:00
invalid_const_promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
invalid_crate_type_syntax.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
invalid_crate_type_syntax.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
invalid_dispatch_from_dyn_impls.rs Only allow ZSTs with 1 byte alignment 2019-04-30 14:38:17 +02:00
invalid_dispatch_from_dyn_impls.stderr Only allow ZSTs with 1 byte alignment 2019-04-30 14:38:17 +02:00
irrefutable-unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
istr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
item-name-overload.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
json-and-color.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-color.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-error-format.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-error-format.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-invalid.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-invalid.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-multiple.nll.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-multiple.polonius.stderr Bless json output of test ui/json-multiple.rs for Polonius 2019-09-17 19:34:12 +02:00
json-multiple.rs Drive-by fix: Update two tests failing in --pass check mode 2019-07-31 21:42:24 +03:00
json-multiple.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-options.nll.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-options.polonius.stderr Bless json output of test ui/json-options.rs for Polonius 2019-09-17 19:35:16 +02:00
json-options.rs Drive-by fix: Update two tests failing in --pass check mode 2019-07-31 21:42:24 +03:00
json-options.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-short.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-short.stderr Don't emit explain with json short messages. 2019-09-24 16:53:33 -07:00
keyword-changes-2012-07-31.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
kindck-implicit-close-over-mut-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
kinds-in-metadata.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lambda-infer-unresolved.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lambda-var-hygiene.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lang-item-missing-generator.rs Error when generator trait is not found 2019-08-26 17:51:52 +00:00
lang-item-missing-generator.stderr Add Option<Span> to require_lang_item 2019-08-28 07:11:12 +09:00
lang-item-missing.rs
lang-item-missing.stderr Remove sized spans 2019-08-28 07:32:25 +09:00
large-records.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-in-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-in-cap-clause.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-is-capture.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lazy-and-or.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lazy-init.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
leak-unique-as-tydesc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lex-bare-cr-nondoc-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Fix issues with git converting CRLF to CR 2019-07-27 19:22:45 +03:00
lexical-scopes.rs
lexical-scopes.stderr Update ui tests 2019-10-13 22:10:03 +02:00
lexical-scoping.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lifetime-before-type-params.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
lifetime-before-type-params.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
lifetime_starts_expressions.rs
lifetime_starts_expressions.stderr Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -07:00
link-cfg-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
link-section.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
linkage1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-cap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-dead-code-associated-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-dead-code-variant.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-expr-stmt-attrs-for-early-lints.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-unknown-lints-at-crate-level.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
list.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
liveness-assign-imm-local-after-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
llvm-pr32379.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-err-phi.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-knows-the-names-of-variants-in-std.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-knows-the-names-of-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-poly.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
logging-only-prints-once.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
logging_before_rt_started.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
long-while.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
loud_ui.rs
lto-duplicate-symbols.rs
lto-duplicate-symbols.stderr rustc: Handle modules in "fat" LTO more robustly 2019-08-27 13:51:14 -07:00
lto-many-codegen-units.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lto-still-runs-thread-dtors.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lub-glb-with-unbound-infer-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lub-if.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
lub-if.rs
lub-if.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
lub-match.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
lub-match.rs
lub-match.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
macro-quote-cond.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-quote-test.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
main-wrong-location.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
main-wrong-location.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
main-wrong-type.rs
main-wrong-type.stderr
malformed_macro_lhs.rs
malformed_macro_lhs.stderr Update tests 2019-03-11 23:10:26 +03:00
map-types.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
map-types.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
match-on-negative-integer-ranges.rs Fix bug in integer range matching 2019-02-01 20:02:21 +00:00
max-min-classes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
maybe-bounds-where-cpass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
maybe-bounds-where.rs
maybe-bounds-where.stderr Fixed stylistic convention for one diagnostic and blessed tests. 2019-09-30 01:15:25 +01:00
maybe-bounds.rs Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
maybe-bounds.stderr Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
meta-expected-error-correct-rev.a.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
meta-expected-error-correct-rev.rs
mid-path-type-params.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
minmax-stability-issue-23687.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
minus-string.rs
minus-string.stderr
mir-unpretty.rs
mir-unpretty.stderr Update tests 2019-03-11 23:10:26 +03:00
mir_check_nonconst.rs
mir_check_nonconst.stderr
missing_debug_impls.rs
missing_debug_impls.stderr normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
mod-subitem-as-enum-variant.rs Remove leading newlines 2019-04-22 17:01:33 +01:00
mod-subitem-as-enum-variant.stderr Update ui tests 2019-04-22 17:30:54 +01:00
module-macro_use-arguments.rs
module-macro_use-arguments.stderr Update tests 2019-03-11 23:10:26 +03:00
monad.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
monomorphize-abi-alignment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
monomorphized-callees-with-ty-params-3314.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mpsc_stress.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
msvc-data-only.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multi-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multibyte.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch-conditional-impl-not-considered.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multiline-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multiple-main-2.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-2.stderr normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-3.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-3.stderr normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-plugin-registrars.rs
multiple-plugin-registrars.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
multiple-reprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mut-function-arguments.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mut-vstore-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mutexguard-sync.rs
mutexguard-sync.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
mutual-recursion-group.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
native-print-no-runtime.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
negative.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-block-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-cfg-attrs.rs
nested-cfg-attrs.stderr Update tests 2019-03-11 23:10:26 +03:00
nested-class.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-function-names-issue-8587.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-ty-params.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
nested-ty-params.stderr Resolve inconsistency in error messages between "parameter" and "variable". 2019-04-17 13:25:07 +03:00
nested_impl_trait.rs
nested_impl_trait.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
nested_item_main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-box-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-impl-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-import-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-style-constants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-unicode-escapes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-unsafe-pointers.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas-ret-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas-ret-infer2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype-polymorphic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype-temporary.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nil-decl-in-foreign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-capture-arc.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-capture-arc.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-core-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-core-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-implicit-prelude-nested.rs resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude-nested.stderr resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude.rs resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude.stderr resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-landing-pads.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-link-unknown-crate.rs
no-link-unknown-crate.stderr Update tests 2019-03-11 23:10:26 +03:00
no-link.rs diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
no-link.stderr diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
no-patterns-in-args-2.rs
no-patterns-in-args-2.stderr Update tests 2019-03-11 23:10:26 +03:00
no-patterns-in-args-macro.rs
no-patterns-in-args-macro.stderr Update ui tests 2019-10-07 11:20:10 +02:00
no-patterns-in-args.rs
no-patterns-in-args.stderr Update ui tests 2019-10-07 11:20:10 +02:00
no-reuse-move-arc.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-reuse-move-arc.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-send-res-ports.rs ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
no-send-res-ports.stderr ignore musl target in tests to avoid issues with output differences 2019-09-22 11:33:13 -07:00
no-std-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-inject.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
no-std-inject.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
no-stdio.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-type-for-node-ice.rs
no-type-for-node-ice.stderr Update tests 2019-03-11 23:10:26 +03:00
no-warn-on-field-replace-issue-34101.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
no_crate_type.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
no_crate_type.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
no_owned_box_lang_item.rs
no_owned_box_lang_item.stderr
no_send-enum.rs
no_send-enum.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_send-rc.rs
no_send-rc.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_send-struct.rs
no_send-struct.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_share-enum.rs
no_share-enum.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_share-struct.rs
no_share-struct.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
noexporttypeexe.rs
noexporttypeexe.stderr
non-built-in-quote.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
non-constant-expr-for-arr-len.rs
non-constant-expr-for-arr-len.stderr
non-constant-in-const-path.rs
non-constant-in-const-path.stderr
non-copyable-void.rs
non-copyable-void.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
non-integer-atomic.rs Fix naming misspelling 2019-08-22 15:03:19 +08:00
non-integer-atomic.stderr Fix naming misspelling 2019-08-22 15:03:19 +08:00
non-legacy-modes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
noncopyable-class.rs
noncopyable-class.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
nonscalar-cast.rs
nonscalar-cast.stderr Update tests 2019-03-11 23:10:26 +03:00
not-clone-closure.rs
not-clone-closure.stderr Update tests 2019-03-11 23:10:26 +03:00
not-copy-closure.rs
not-copy-closure.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
not-enough-arguments.rs
not-enough-arguments.stderr
not-sync.rs
not-sync.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
nul-characters.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-ffi-compat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-iotareduction.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-size.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-does-not-impl-trait.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
object-does-not-impl-trait.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
object-lifetime-default-default-to-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-method-numbering.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-pointer-types.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
object-pointer-types.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
objects-coerce-freeze-borrored.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
objects-owned-object-borrowed-method-headerless.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
objects-owned-object-owned-method.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr Update tests 2019-03-11 23:10:26 +03:00
occurs-check-2.rs
occurs-check-2.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
occurs-check-3.rs
occurs-check-3.stderr
occurs-check.rs
occurs-check.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr syntax: More consistent wording for some literal parsing errors 2019-05-23 12:44:05 +03:00
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
once-move-out-on-heap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
one-tuple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
op-assign-builtins-by-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
opeq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-associativity.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-multidispatch.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-overloading.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
opt-in-copy.rs
opt-in-copy.stderr
optimization-fuel-0.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-0.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-1.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
option-ext.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
option-unwrap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
order-dependent-cast-inference.rs
order-dependent-cast-inference.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
orphan-check-diagnostics.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
orphan-check-diagnostics.stderr Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
osx-frameworks.rs
osx-frameworks.stderr
out-of-order-shadowing.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
out-of-order-shadowing.stderr Update tests 2019-03-11 23:10:26 +03:00
out-of-stack.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
out-pointer-aliasing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
output-slot-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
output-type-mismatch.rs
output-type-mismatch.stderr
over-constrained-vregs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overlap-doesnt-conflict-with-specialization.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overlap-marker-trait.rs
overlap-marker-trait.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
overlap-permitted-for-annotated-marker-traits.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overloaded-calls-nontuple.rs
overloaded-calls-nontuple.stderr Update tests 2019-03-11 23:10:26 +03:00
owned-implies-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
panic_implementation-closures.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
paren-free.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
paren-span.rs
paren-span.stderr Update tests 2019-03-11 23:10:26 +03:00
parenthesized-deref-suggestion.rs Corrected spelling inconsistency 2019-01-22 09:08:52 +01:00
parenthesized-deref-suggestion.stderr Update tests 2019-03-11 23:10:26 +03:00
parse-assoc-type-lt.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
parse-error-correct.rs
parse-error-correct.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
parse-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
parser-recovery-1.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
parser-recovery-1.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
parser-recovery-2.rs
parser-recovery-2.stderr Update tests 2019-03-11 23:10:26 +03:00
parser-unicode-whitespace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
partialeq_help.rs
partialeq_help.stderr Remove useless help 2019-10-15 13:55:44 -07:00
path-lookahead.rs
path-lookahead.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
path.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
paths-containing-nul.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
phantom-oibit.rs
phantom-oibit.stderr Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
placement-syntax.rs Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
placement-syntax.stderr Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
point-to-type-err-cause-on-impl-trait-return-2.rs Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return-2.stderr Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return.rs Add match test cases 2019-09-02 17:37:50 -07:00
point-to-type-err-cause-on-impl-trait-return.stderr Add match test cases 2019-09-02 17:37:50 -07:00
pptypedef.rs
pptypedef.stderr Suggest try_into when possible 2019-04-29 14:38:26 -07:00
precise_pointer_size_matching.rs Lint only on single element overlap 2019-10-16 12:22:23 -07:00
precise_pointer_size_matching.stderr Lint only on single element overlap 2019-10-16 12:22:23 -07:00
prim-with-args.rs Update tests 2019-03-20 18:32:52 +00:00
prim-with-args.stderr Update tests 2019-03-20 18:32:52 +00:00
primitive-binop-lhs-mut.rs Add a test for #27054 2019-03-12 18:34:43 +00:00
print-stdout-eprint-stderr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
priv-in-bad-locations.rs
priv-in-bad-locations.stderr Update tests 2019-03-11 23:10:26 +03:00
proc_macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-cache-issue-31849.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-cache-issue-37154.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-defer-unification.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ptr-coercion-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
ptr-coercion.rs
ptr-coercion.stderr Update tests 2019-03-11 23:10:26 +03:00
pure-sum.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
purity-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
question-mark-type-infer.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
question-mark-type-infer.stderr Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
range-type-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range_inclusive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range_inclusive_gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ranges-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
raw-fat-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
raw-str.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rcvr-borrowed-to-region.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reachable-unnameable-items.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
reachable-unnameable-type-alias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
readalias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
realloc-16687.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reassign-ref-mut.rs
reassign-ref-mut.stderr
reexport-should-still-link.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reexport-star.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reexport-test-harness-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ref-suggestion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
ref-suggestion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
refer-to-other-statics-by-value.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
refutable-pattern-errors.rs pacify tidy. 2019-09-09 17:05:41 +02:00
refutable-pattern-errors.stderr Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
refutable-pattern-in-fn-arg.rs
refutable-pattern-in-fn-arg.stderr
regions-fn-subtyping-return-static-fail.rs update test files to reflect new output 2019-02-21 11:32:17 -05:00
regions-fn-subtyping-return-static-fail.stderr Update tests 2019-03-11 23:10:26 +03:00
reify-intrinsic.rs Emit error on intrinsic to fn ptr casts 2019-09-02 17:28:37 -04:00
reify-intrinsic.stderr Revert changes to src/test/ui/reify-intrinsic.stderr 2019-10-02 20:38:47 -04:00
reject-specialized-drops-8142.rs
reject-specialized-drops-8142.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
removing-extern-crate.fixed Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
removing-extern-crate.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
removing-extern-crate.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
repeat-expr-in-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
repeat-to-run-dtor-twice.rs rustc_mir: Re-use report_selection_error. 2019-07-07 19:51:31 +01:00
repeat-to-run-dtor-twice.stderr rustc_mir: Re-use report_selection_error. 2019-07-07 19:51:31 +01:00
repeat_count.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
repeat_count.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
repr.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
repr.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
repr_c_int_align.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
required-lang-item.rs
required-lang-item.stderr
resolve-issue-2428.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resolve-pseudo-shadowing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resolve_self_super_hint.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
resolve_self_super_hint.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
resource-assign-is-not-copy.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resource-destruct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
result-opt-conversions.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ret-bang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ret-non-nil.rs
ret-non-nil.stderr
ret-none.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
retslot-cast.rs
retslot-cast.stderr rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
return-nil.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rfc1623.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
rfc1623.stderr
rmeta-lib-pass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-pass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-priv-warn.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
rmeta.rs
rmeta.stderr Update tests 2019-03-11 23:10:26 +03:00
rmeta_lib.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_lib.stderr
rmeta_meta_main.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_meta_main.stderr Update tests 2019-03-11 23:10:26 +03:00
running-with-no-runtime.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rustc-args-required-const.rs
rustc-args-required-const.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-args-required-const2.rs
rustc-args-required-const2.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-error.rs
rustc-error.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-rust-log.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rvalue-static-promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
safe-extern-statics-mut.rs
safe-extern-statics-mut.stderr Update tests 2019-03-11 23:10:26 +03:00
safe-extern-statics.rs
safe-extern-statics.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
semistatement-in-lambda.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
seq-args.rs
seq-args.stderr Update tests 2019-03-11 23:10:26 +03:00
seq-compare.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shadow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shadowed-use-visibility.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shebang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shift-various-bad-types.rs
shift-various-bad-types.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
signal-exit-status.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sigpipe-should-be-ignored.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simd-type-generic-monomorphisation.rs
simd-type-generic-monomorphisation.stderr
simd-type.rs Remove restriction on isize/usize in repr(simd) 2019-03-15 09:42:02 -04:00
simd-type.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
similar-tokens.rs
similar-tokens.stderr Update tests 2019-03-11 23:10:26 +03:00
simple-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simple_global_asm.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
single-primitive-inherent-impl.rs
single-primitive-inherent-impl.stderr Update tests 2019-03-11 23:10:26 +03:00
size-and-align.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sized-borrowed-pointer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sized-cycle-note.rs
sized-cycle-note.stderr
sized-owned-pointer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sleep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
slice-2.rs
slice-2.stderr Update tests 2019-03-11 23:10:26 +03:00
slice-mut-2.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
slice-mut-2.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
slice-mut.rs
slice-mut.stderr
slightly-nice-generic-literal-messages.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
slightly-nice-generic-literal-messages.stderr Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
slowparse-bstring.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
slowparse-string.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sse2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stability-in-private-module.rs Add test 2019-02-04 19:26:46 +09:00
stability-in-private-module.stderr Add test 2019-02-04 19:26:46 +09:00
stable-addr-of.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stable-features.rs
stable-features.stderr
static_sized_requirement.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
staticness-mismatch.rs
staticness-mismatch.stderr
std-backtrace.rs std: Add a backtrace module 2019-09-09 08:20:34 -07:00
std-uncopyable-atomics.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
std-uncopyable-atomics.stderr Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
stdio-is-blocking.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stmt_expr_attrs_no_feature.rs Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
stmt_expr_attrs_no_feature.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
str-concat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
str-multiline.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
string-box-error.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
string-escapes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
struct-ctor-mangling.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
struct-literal-variant-in-if.rs Some cleanup to maybe_parse_struct_expr 2019-04-19 10:32:44 -07:00
struct-literal-variant-in-if.stderr Point at enclosing match when expecting () in arm 2019-09-28 09:56:28 -07:00
structured-compare.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
substs-ppaux.normal.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
substs-ppaux.rs rustc: always hide defaulted generic args, even in verbose mode. 2019-03-15 13:25:10 +02:00
substs-ppaux.verbose.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
suffixed-literal-meta.rs Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
suffixed-literal-meta.stderr Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
super-at-top-level.rs
super-at-top-level.stderr Update tests 2019-03-11 23:10:26 +03:00
super-fast-paren-parsing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
super.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
supported-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
suppressed-error.rs
suppressed-error.stderr
svh-add-nothing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-overlapping.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
switched-expectations.rs
switched-expectations.stderr Update tests 2019-03-11 23:10:26 +03:00
syntax-extension-minor.rs Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
syntax-trait-polarity-feature-gate.rs
syntax-trait-polarity-feature-gate.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
syntax-trait-polarity.rs
syntax-trait-polarity.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
synthetic-param.rs Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
synthetic-param.stderr Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
tag-that-dare-not-speak-its-name.rs Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-that-dare-not-speak-its-name.stderr Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-type-args.rs
tag-type-args.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-cast-non-nullary.rs
tag-variant-cast-non-nullary.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-disr-dup.rs
tag-variant-disr-dup.stderr Update tests 2019-03-11 23:10:26 +03:00
tail-call-arg-leak.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-cps.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-direct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-typeck.rs
tail-typeck.stderr Point at return type when appropriate 2019-01-18 00:12:09 -08:00
tcp-stress.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
terminate-in-initializer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
terr-in-field.rs
terr-in-field.stderr Update tests 2019-03-11 23:10:26 +03:00
terr-sorts.rs
terr-sorts.stderr Only make suggestion when type is Copy. 2019-04-22 19:26:24 +01:00
test-allow-dead-extern-static-no-warning.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-cfg.rs
test-cfg.stderr Update tests 2019-03-11 23:10:26 +03:00
test-panic-abort-disabled.rs Put panic=abort test support behind -Z panic_abort_tests 2019-09-28 13:52:18 -07:00
test-panic-abort-disabled.stderr Put panic=abort test support behind -Z panic_abort_tests 2019-09-28 13:52:18 -07:00
test-panic-abort.rs Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr 2019-10-02 15:23:22 -04:00
test-panic-abort.run.stdout Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr 2019-10-02 15:23:22 -04:00
thin-lto-global-allocator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
thread-local-in-ctfe.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
thread-local-in-ctfe.stderr Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
thread-local-mutation.rs Add a regression test for mutating a non-mut #[thread_local] 2019-01-14 08:02:33 -08:00
thread-local-mutation.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
thread-local-not-in-prelude.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool_attributes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool_lints-fail.rs
tool_lints-fail.stderr Update tests 2019-03-11 23:10:26 +03:00
tool_lints-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
tool_lints.rs
tool_lints.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
tool_lints_2018_preview.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trace_macros-format.rs
trace_macros-format.stderr Update tests 2019-03-11 23:10:26 +03:00
trace_macros-gate.rs Make sure feature gate errors are recoverable 2018-12-27 15:51:37 +03:00
trace_macros-gate.stderr resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
trailing-comma.rs Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
trait-method-number-parameters.rs
trait-method-number-parameters.stderr Update tests 2019-03-11 23:10:26 +03:00
transmute-equal-assoc-types.rs Add specific diagnostic for transmuting between equal associated types 2018-12-28 19:23:22 +00:00
transmute-equal-assoc-types.stderr Update tests 2019-03-11 23:10:26 +03:00
transmute-non-immediate-to-immediate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
transmute-specialization.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trivial-message.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trivial_casts-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
trivial_casts.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trivial_casts.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
try-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-from-int-error-partial-eq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-is-identifier-edition2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-on-option.rs Give custom error for E0277 on ? error case 2019-04-17 19:50:50 -07:00
try-on-option.stderr Explain that ? converts the error type using From 2019-05-17 12:18:56 -07:00
try-operator-custom.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-operator-hygiene.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-operator-on-main.rs Ignore obligations coming from desugared call spans 2019-09-19 12:10:23 -07:00
try-operator-on-main.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
try-operator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-poll.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
try-wait.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tup.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tuple-index-fat-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tuple-index.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tutorial-suffix-inference-test.rs
tutorial-suffix-inference-test.stderr Reblessed tests. 2019-06-05 21:09:27 +01:00
tydesc-name.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-ascription.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-id-higher-rank-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-id-higher-rank.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-in-nested-module.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-infer-generalize-ty-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-namespace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-param-constraints.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-param.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-params-in-for-each.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-sizes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-use-i1-versus-i8.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type_length_limit.rs rustc_mir: adjust the type_length_limit diagnostic to be more useful. 2019-03-15 13:25:10 +02:00
type_length_limit.stderr bless you 2019-05-29 12:28:45 +02:00
typeck-closure-to-unsafe-fn-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck-fn-to-unsafe-fn-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck_type_placeholder_1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeclasses-eq-example-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeclasses-eq-example.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeid-intrinsic.rs check against more collisions for TypeId of fn pointer 2019-08-09 20:10:39 +02:00
typestate-cfg-nesting.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typestate-multi-decl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ufcs-polymorphic-paths.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ufcs-type-params.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ui-testing-optout.rs
ui-testing-optout.stderr Update tests 2019-03-11 23:10:26 +03:00
unary-minus-suffix-inference.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unconstrained-none.rs
unconstrained-none.stderr Update tests 2019-03-11 23:10:26 +03:00
unconstrained-ref.rs
unconstrained-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore-ident-matcher.rs
underscore-ident-matcher.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore-lifetimes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
underscore-method-after-integer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unevaluated_fixed_size_array_len.rs
unevaluated_fixed_size_array_len.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
unify-return-ty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninit-empty-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unique-object-noncopyable.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
unique-object-noncopyable.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unknown-language-item.rs
unknown-language-item.stderr
unknown-lint-tool-name.rs
unknown-lint-tool-name.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
unknown-tool-name.rs
unknown-tool-name.stderr Update tests 2019-03-11 23:10:26 +03:00
unnamed_argument_mode.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unnecessary-extern-crate.rs Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
unnecessary-extern-crate.stderr
unop-move-semantics.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
unop-move-semantics.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
unop-neg-bool.rs
unop-neg-bool.stderr Update tests 2019-03-11 23:10:26 +03:00
unreachable-code-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unreachable-code.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unrestricted-attribute-tokens.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
unsafe-coercion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-fn-called-from-unsafe-blk.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-fn-called-from-unsafe-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-pointer-assignability.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized-tuple-impls.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized3-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unsized3.rs
unsized3.stderr Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
unsized5.rs
unsized5.stderr Handle more cases 2019-10-15 13:55:43 -07:00
unsized6.rs
unsized6.stderr Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
unsized7.rs
unsized7.stderr Handle more cases 2019-10-15 13:55:43 -07:00
unspecified-self-in-trait-ref.rs
unspecified-self-in-trait-ref.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
unsupported-cast.rs
unsupported-cast.stderr
unused-move-capture.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unused-move.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unwind-resource.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unwind-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-crate-name-alias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-import-export.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-keyword-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-mod.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-nested-groups.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-self-in-inner-fn.rs Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
use-self-in-inner-fn.stderr Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
use.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use_inline_dtor.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
used.rs
used.stderr Update tests 2019-03-11 23:10:26 +03:00
useless-comment.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-comment.stderr Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-pub.rs
useless-pub.stderr Update tests 2019-03-11 23:10:26 +03:00
user-defined-macro-rules.rs syntax: Unsupport foo! bar { ... } macros in the parser 2019-07-01 12:20:54 +03:00
using-target-feature-unstable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8-bom.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8_chars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8_idents-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
utf8_idents.rs specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
utf8_idents.stderr Use heuristics for capitalization warning in suggestions 2019-10-14 14:32:10 -07:00
variance-intersection-of-ref-and-opt-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
variance-iterators-in-libcore.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
vector-cast-weirdness.rs
vector-cast-weirdness.stderr Update tests 2019-03-11 23:10:26 +03:00
vector-no-ann.rs Add more detail to type inference error 2019-05-31 18:33:59 -07:00
vector-no-ann.stderr review comment: tweak wording 2019-06-01 14:47:15 -07:00
volatile-fat-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
vtable-res-trait-param.rs
vtable-res-trait-param.stderr When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
wait-forked-but-failed-child.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
walk-struct-literal-with.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
walk-struct-literal-with.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
warn-ctypes-inhibit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
warn-path-statement.rs
warn-path-statement.stderr Update tests 2019-03-11 23:10:26 +03:00
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr Update tests that don't run on my platform 2019-03-11 23:30:10 +03:00
wasm-import-module.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
wasm-import-module.stderr normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
weak-lang-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weak-new-uninhabited-issue-48493.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weird-exit-code.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weird-exprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
wf-bound-region-in-object-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
while-let.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
while-let.stderr Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
while-type-error.rs
while-type-error.stderr
windows-subsystem-invalid.rs
windows-subsystem-invalid.stderr
wrapping-int-api.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
wrapping-int-combinations.rs Skip wrapping arithmetic tests on emscripten for 128 bit integers 2019-08-30 14:10:46 +02:00
write-fmt-errors.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
write-to-static-mut-in-static.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
write-to-static-mut-in-static.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
writealias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
writing-to-immutable-vec.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
writing-to-immutable-vec.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
wrong-hashset-issue-42918.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
wrong-mul-method-signature.rs Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
wrong-mul-method-signature.stderr Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
wrong-ret-type.rs
wrong-ret-type.stderr Point at return type when appropriate 2019-01-18 00:12:09 -08:00
x86stdcall.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
x86stdcall2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xc-private-method.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method.stderr
xc-private-method2.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method2.stderr
yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
z-crate-attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00