rust/src/test/ui
bors 5371ddf8c6 Auto merge of #68080 - varkor:declared-here, r=petrochenkov
Address inconsistency in using "is" with "declared here"

"is" was generally used for NLL diagnostics, but not other diagnostics. Using "is" makes the diagnostics sound more natural and readable, so it seems sensible to commit to them throughout.

r? @Centril
2020-01-31 15:13:51 +00:00
..
abi Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
alloc-error
allocator Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
annotate-snippet librustc_errors: Support ui-testing flag in annotate-snippet emitter 2019-07-25 21:03:53 +02:00
array-slice-vec slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
asm rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
associated-const Normalise notes with the/is 2020-01-24 16:24:50 +00:00
associated-consts tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item Rollup merge of #68014 - estebank:unify-e0599, r=cramertj 2020-01-11 04:50:48 +09:00
associated-type Fix rebase and sort assoc type list for deterministic output 2019-12-25 11:12:56 -08:00
associated-type-bounds Update tests 2020-01-09 21:23:12 +03:00
associated-types Add test for issue-64848 2020-01-15 23:41:37 +09:00
ast-json syntactically allow visibility on trait item & enum variant 2019-11-11 06:33:09 +01:00
async-await Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
attributes Normalise notes with the/is 2020-01-24 16:24:50 +00:00
autoref-autoderef tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auxiliary rustc: Allow cdylibs to link against dylibs 2020-01-23 13:10:04 -08:00
bad Normalise notes with the/is 2020-01-24 16:24:50 +00:00
bench tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bind-by-move check_legality_of_move_bindings: generalize diagnostics & add comments 2019-12-23 14:47:19 +01:00
binding slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
binop Update tests 2019-12-12 20:56:14 +01:00
blind Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
block-result Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
borrowck Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
builtin-superkinds Handle more cases 2019-10-15 13:55:43 -07:00
c-variadic Get rid of RegionErrorNamingContext 2020-01-12 19:43:00 -06:00
cast Start generating AddressOf rvalues in MIR 2019-12-18 20:09:10 +00:00
cfg syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
chalkify Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
closure-expected-type Update missed test. 2019-12-03 14:58:41 -05:00
closure_context
closures Update new tests 2020-01-24 20:52:16 +00:00
codemap_tests Add a test and bless existing test case. 2019-12-26 13:13:01 +08:00
coerce tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
coercion review comments 2020-01-16 09:49:13 -08:00
coherence Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
command Move command-related tests into command/ 2019-12-16 14:44:16 -08:00
compare-method Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
conditional-compilation Normalise notes with the/is 2020-01-24 16:24:50 +00:00
confuse-field-and-method Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
const-generics Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
consts Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
cross Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
cross-crate ui test formulation of regression test for issue 64872. 2019-11-01 15:06:21 +01:00
custom_test_frameworks
cycle-trait Update tests 2020-01-09 21:23:12 +03:00
definition-reachable Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
dep-graph
deprecation Normalise notes with the/is 2020-01-24 16:24:50 +00:00
derived-errors Implement CRs 2019-09-28 14:39:19 +03:00
derives Normalise notes with the/is 2020-01-24 16:24:50 +00:00
deriving tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
destructuring-assignment Add new folder for destructuring assignment tests 2019-12-23 11:20:13 +00:00
did_you_mean rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. 2020-01-26 17:18:55 +02:00
directory_ownership
disallowed-deconstructing
discrim Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
dollar-crate try to fix ui errors 2020-01-04 14:27:29 +05:30
drop slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
dropck clarify that Drop can be implemented for enums and unions too 2020-01-03 17:57:24 -05:00
dst review comments 2020-01-16 09:49:13 -08:00
duplicate rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
dyn-keyword Normalise notes with the/is 2020-01-24 16:24:50 +00:00
dynamically-sized-types tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
editions Normalise notes with the/is 2020-01-24 16:24:50 +00:00
empty Auto merge of #65912 - estebank:variants-orig, r=petrochenkov 2020-01-11 06:15:59 +00:00
enum Normalise notes with the/is 2020-01-24 16:24:50 +00:00
enum-discriminant Reorganize, bless and add tests for const control flow 2019-11-21 16:55:13 -08:00
error-codes Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
explicit Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
extenv Always emit unresolved import errors and hide unused import lint 2019-09-08 11:11:26 -07:00
extern resolve: Say "import" when reporting private imports 2020-01-16 21:59:11 +03:00
extern-flag Normalise notes with the/is 2020-01-24 16:24:50 +00:00
feature-gate Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
feature-gates Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
fmt Allow any identifier as format arg name 2019-11-28 11:24:51 -08:00
fn Auto merge of #66682 - estebank:fn-type-err, r=davidtwco 2019-11-25 12:54:42 +00:00
for Update tests 2019-12-12 20:56:14 +01:00
for-loop-while Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
foreign Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
fully-qualified-type Emit coercion suggestions in more places 2019-12-03 21:51:16 -05:00
functional-struct-update
functions-closures Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00:00
generator Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
generic Normalise notes with the/is 2020-01-24 16:24:50 +00:00
generic-associated-types Don't use spaces before type ascription like colons 2020-01-25 13:19:21 +01:00
generics Slides path lifetime to the lifetime resolver 2019-10-15 13:59:32 +00:00
half-open-range-patterns Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01: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 Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov 2019-11-21 17:53:19 +00:00
hrtb Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
hygiene Suggest defining type parameter when appropriate 2020-01-26 10:57:18 -08:00
if Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
impl-header-lifetime-elision review comments 2020-01-19 17:31:34 -08:00
impl-trait Apply resolve_vars_if_possible to returned types for more accurate suggestions 2020-01-24 11:48:17 -08:00
imports Normalise notes with the/is 2020-01-24 16:24:50 +00:00
in-band-lifetimes Normalise notes with the/is 2020-01-24 16:24:50 +00:00
include-macros Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
inference Use structured suggestion for disambiguating method calls 2019-12-11 17:42:28 -08:00
infinite rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. 2020-01-26 17:18:55 +02:00
interior-mutability Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests 2019-12-28 12:26:48 -08:00
internal Test that stable const fn requires allow_internal_unstable 2020-01-10 18:51:42 -08:00
intrinsics UI failures fix 2019-10-23 10:19:45 -07:00
invalid Normalise notes with the/is 2020-01-24 16:24:50 +00:00
invalid-module-declaration
invalid-self-argument
issues Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
iterators Avoid overflow in std::iter::Skip::count 2020-01-22 20:28:28 +00:00
keyword Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00:00
kindck Point at the def span of trait refs E0277 2020-01-08 09:30:27 -08:00
label more recovery in if-parsing 2019-12-23 13:42:25 +01:00
layout Fix spelling typos 2019-11-26 22:19:54 -05:00
lifetimes review comments 2020-01-19 17:31:34 -08:00
linkage-attr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
lint Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
liveness Normalise notes with the/is 2020-01-24 16:24:50 +00:00
loops add #![feature(never_type)] to tests as needed 2019-12-14 09:01:18 -05:00
lub-glb Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
macro_backtrace Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
macros Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
malformed Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
manual
marker_trait_attr Don't discard marker trait impls when inference variables are present 2020-01-09 10:01:20 -05:00
match Normalise notes with the/is 2020-01-24 16:24:50 +00:00
methods Normalise notes with the/is 2020-01-24 16:24:50 +00:00
mir Delay bug to prevent ICE in MIR borrowck 2020-01-09 05:57:28 +09:00
mir-dataflow Bless test 2019-10-03 15:51:11 -07:00
mismatched_types Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
missing more recovery in if-parsing 2019-12-23 13:42:25 +01: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 slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
mut Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov 2019-11-21 17:53:19 +00:00
namespace Point at the span for the definition of crate foreign ADTs 2020-01-10 11:40:29 -08:00
never_type Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
nll Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00: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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
numeric Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
object-lifetime Include a span in more expected...found notes 2019-12-03 23:13:10 -05:00
object-safety RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
obsolete-in-place Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
on-unimplemented parse_meta: ditch parse_in_attr 2019-12-06 21:17:18 +01:00
or-patterns Normalise notes with the/is 2020-01-24 16:24:50 +00:00
overloaded tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed Add more tests for raw_ref_op 2019-12-18 20:30:00 +00:00
packed-struct
panic-handler Normalise notes with the/is 2020-01-24 16:24:50 +00:00
panic-runtime rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
panics test unwind(abort) with Rust ABI 2019-10-12 21:02:38 +02:00
parser Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
pattern Normalise notes with the/is 2020-01-24 16:24:50 +00:00
print-fuel Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
print_type_sizes rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
privacy Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
proc-macro Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
process issue-2214.rs: lgamma is lgamma on vxWorks 2019-07-31 19:19:40 -07:00
pub Change E0741 into E0742 2019-10-29 13:59:40 +01:00
qualified Update tests for GATs 2019-12-21 12:35:28 +00:00
range Normalise notes with the/is 2020-01-24 16:24:50 +00:00
raw-ref-op Add more tests for raw_ref_op 2019-12-18 20:30:00 +00:00
reachable Normalise notes with the/is 2020-01-24 16:24:50 +00:00
recursion fix real_drop_in_place in comments 2020-01-19 10:11:16 -06:00
regions Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
repr transparent_enums: test alignment 2020-01-20 11:18:05 +01:00
reserved Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
resolve resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
return Reorganize, bless and add tests for const control flow 2019-11-21 16:55:13 -08: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 Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests 2019-12-28 12:26:48 -08:00
rfc-2005-default-binding-mode slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
rfc-2008-non-exhaustive Normalise notes with the/is 2020-01-24 16:24:50 +00:00
rfc-2027-object-safe-for-dispatch Aggregation of drive-by cosmetic changes. 2019-11-21 18:50:38 +00:00
rfc-2091-track-caller Test that ReifyShim + caller_location return the def site. 2020-01-19 14:26:28 -08:00
rfc-2093-infer-outlives Don't use spaces before type ascription like colons 2020-01-25 13:19:21 +01:00
rfc-2126-crate-paths Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07: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-2457 Add a test and bless existing test case. 2019-12-26 13:13:01 +08:00
rfc-2497-if-let-chains Update tests 2020-01-09 21:23:12 +03:00
rfc-2565-param-attrs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
rfc-2627-raw-dylib Add more tests, fix span issue, improve diagnostics. 2019-10-07 12:01:57 +08:00
rfc-2632-const-trait-impl Update tests 2020-01-20 01:28:10 -08:00
rfc1445 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
rfc1717 normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
rfcs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
rust-2018 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
sanitize Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
save-analysis save-analysis: Account for async desugaring in async fn return types 2019-10-29 16:25:37 +01:00
self Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
sepcomp Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
shadowed resolve: Say "import" when reporting private imports 2020-01-16 21:59:11 +03:00
simd Revert const_err lint checking of casts 2020-01-02 21:21:02 -05:00
simd-intrinsic Add test cases which exercise the fix. 2019-12-25 11:12:08 +10:00
single-use-lifetime Normalise notes with the/is 2020-01-24 16:24:50 +00:00
span Normalise notes with the/is 2020-01-24 16:24:50 +00:00
specialization Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
stability-attribute clarify "incorrect issue" error 2020-01-30 09:01:56 -05:00
static resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
statics Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
str Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
structs resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
structs-enums Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
suggestions Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
svh
symbol-names Fix normalizing 32bit symbol hash. 2020-01-15 06:59:26 +13:00
target-feature Update the minimum external LLVM to 7 2019-12-02 11:36:21 -08:00
terminal-width Update tests 2019-12-12 20:56:14 +01:00
test-attrs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
thinlto tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
threads-sendsync Add a test for iter::empty::<*mut i32> being Sync and Send 2020-01-18 18:50:10 +01:00
tool-attributes Update tests 2020-01-09 21:23:12 +03:00
traits Diagnostics should start lowercase 2020-01-12 15:36:40 +00:00
transmute normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
trivial-bounds Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
try-block Normalise notes with the/is 2020-01-24 16:24:50 +00:00
tuple Update tests 2020-01-09 21:23:12 +03:00
type Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkov 2020-01-07 13:46:04 +09:00
type-alias Suggest defining type parameter when appropriate 2020-01-26 10:57:18 -08:00
type-alias-enum-variants Normalise notes with the/is 2020-01-24 16:24:50 +00:00
type-alias-impl-trait Rollup merge of #68498 - Aaron1011:tait-regression-tests, r=Centril 2020-01-26 06:37:19 +09:00
type-inference Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
typeck review comments 2020-01-16 09:49:13 -08:00
ufcs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
unboxed-closures Revert suggestion window size change 2020-01-25 12:26:33 -08:00
underscore-imports Normalise notes with the/is 2020-01-24 16:24:50 +00:00
underscore-lifetime review comments 2020-01-19 17:31:34 -08:00
uniform-paths tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninhabited Normalise notes with the/is 2020-01-24 16:24:50 +00:00
union Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unsized Fix pointing at arg for fulfillment errors in function calls 2019-11-24 15:26:09 +01:00
unsized-locals tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unused Normalise notes with the/is 2020-01-24 16:24:50 +00:00
use Auto merge of #68080 - varkor:declared-here, r=petrochenkov 2020-01-31 15:13:51 +00:00
variance Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov 2019-11-21 17:53:19 +00:00
variants Normalise notes with the/is 2020-01-24 16:24:50 +00:00
vec Update tests 2019-12-12 20:56:14 +01:00
wf Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
where-clauses When encountering an undefined named lifetime, point to where it can be 2020-01-19 17:31:33 -08:00
xcrate resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
zero-sized tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
.gitattributes Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr
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 Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" 2019-11-13 17:00:47 +01:00
alignment-gep-tup-like-1.rs Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00: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 Rename Alloc to AllocRef 2020-01-27 21:39:51 +01: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 Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
anonymous-higher-ranked-lifetime.rs Deduplicate closure type errors 2019-09-30 17:48:22 -07:00
anonymous-higher-ranked-lifetime.stderr Add long error for E0631 and update ui tests. 2019-12-02 22:01:27 -05:00
arg-count-mismatch.rs
arg-count-mismatch.stderr
arg-type-mismatch.rs
arg-type-mismatch.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
array-not-vector.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
array-not-vector.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
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 Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00: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
assign-imm-local-twice.stderr
assign-to-method.rs
assign-to-method.stderr
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr
assoc-inherent.rs
assoc-inherent.stderr
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
attr-bad-crate-attr.rc
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 Remove unused ignore-license directives 2020-01-24 00:00:00 +00: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
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
attribute-with-no-generics-in-parameter-list.stderr
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
augmented-assignments.stderr
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 Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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 Update tests 2019-12-12 20:56:14 +01:00
autoderef-full-lval.stderr Update UI test expectations 2019-12-12 20:56:14 +01: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 Update tests 2019-12-12 20:56:14 +01:00
binary-op-on-double-ref.stderr Update UI test expectations 2019-12-12 20:56:14 +01: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 Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
block-expr-precedence.stderr Update tests for excess semicolon lint 2019-08-12 10:14:07 -04:00
block-expression-remove-semicolon.rs
block-expression-remove-semicolon.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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
bogus-tag.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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
bounds-lifetime.stderr
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 Avoid ICE when checking Destination of break inside a closure 2019-10-17 18:18:29 -07:00
break-outside-loop.stderr Avoid ICE when checking Destination of break inside a closure 2019-10-17 18:18:29 -07:00
break-while-condition.rs Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05:00
break-while-condition.stderr Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05: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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -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
by-move-pattern-binding.stderr
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 Tweak unexpected token wording 2019-10-28 10:53:13 -07:00
can-begin-expr-check.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08: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
cannot-mutate-captured-non-mut-var.stderr Update ui tests 2019-11-18 19:00:10 +01:00
capture1.rs
capture1.stderr
cast-char.rs Added tests for issues. 2019-07-06 16:15:27 +01:00
cast-char.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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
casts-differing-anon.stderr
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
catch-unwind-bang.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
cell-does-not-clone.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cfg-rustdoc.rs Rename the cfg attribute from rustdoc to doc 2019-11-21 15:38:30 +01:00
cfg-rustdoc.stderr Stabilize cfg rustdoc 2019-11-21 15:37:36 +01:00
changing-crates.rs
changing-crates.stderr
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 Correct other tests related to const_mut_refs 2019-12-02 09:46:26 -05:00
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
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
class-cast-to-trait.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
class-missing-self.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -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
cleanup-rvalue-scopes-cf.stderr
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 Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00: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-line-diagnostics.rs
command-line-diagnostics.stderr
commandline-argfile-badutf8.args rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
commandline-argfile-badutf8.rs refactor & address review comments 2019-12-21 22:16:00 +01:00
commandline-argfile-badutf8.stderr Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-missing.rs refactor & address review comments 2019-12-21 22:16:00 +01: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
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
conflicting-repr-hints.rs lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
conflicting-repr-hints.stderr lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
conservative_impl_trait.rs
conservative_impl_trait.stderr
constructor-lifetime-args.rs
constructor-lifetime-args.stderr
continue-after-missing-main.nll.stderr Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
continue-after-missing-main.rs Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
continue-after-missing-main.stderr Update ui tests 2019-11-07 13:02:34 +01:00
conversion-methods.rs
conversion-methods.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
copy-a-resource.rs
copy-a-resource.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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
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
cycle-projection-based-on-where-clause.stderr
debuginfo-lto.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
deduplicate-diagnostics-2.deduplicate.stderr Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
deduplicate-diagnostics-2.duplicate.stderr Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
deduplicate-diagnostics-2.rs Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
deduplicate-diagnostics.deduplicate.stderr Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
deduplicate-diagnostics.duplicate.stderr Address review comments + Update NLL tests 2020-01-09 21:49:32 +03:00
deduplicate-diagnostics.rs Address review comments + Update NLL tests 2020-01-09 21:49:32 +03: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
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
deref-suggestion.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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 Update error annotations in tests that successfully compile 2019-11-02 10:28:29 +01: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 review comments 2020-01-16 09:49:13 -08:00
destructure-trait-ref.stderr review comments 2020-01-16 09:49:13 -08: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
diverging-tuple-parts-39485.rs
diverging-tuple-parts-39485.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
dont-suggest-private-trait-method.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
dotdotdot-expr.rs
dotdotdot-expr.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
double-import.rs
double-import.stderr
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
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 Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00:00
duplicate_entry_error.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr Suggest defining type parameter when appropriate 2020-01-26 10:57:18 -08: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
elide-errors-on-mismatched-tuple.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
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
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
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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
enums-pats-not-idents.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
enums-pats-not-idents.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07: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 Disable the testcase for Vxworks. 2020-01-27 09:37:57 -08: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 resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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
exec-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03: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 Adapt error index generator to the new format 2019-11-14 13:05:56 +01: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
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
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 resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
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 resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
export.rs
export.stderr resolve: Point at the private item definitions in privacy errors 2020-01-16 21:59:11 +03:00
export2.rs
export2.stderr
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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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
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
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
extoption_env-too-many-args.rs
extoption_env-too-many-args.stderr
fact.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fail-simple.rs
fail-simple.stderr
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
fat-ptr-cast.stderr
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 parser: don't hardcode ABIs into grammar 2019-11-07 05:25:31 +01:00
ffi_returns_twice.rs
ffi_returns_twice.stderr
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 Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
fn-in-pat.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
fn-in-pat.stderr Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
fn_must_use.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
fn_must_use.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr
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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
gated-bad-feature.rs
gated-bad-feature.stderr update ui tests 2019-10-03 14:11:39 +02:00
generator-yielding-or-returning-itself.rs
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 Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
global-scope.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
hashmap-iter-value-lifetime.rs
hashmap-iter-value-lifetime.stderr
hashmap-lifetimes.nll.stderr
hashmap-lifetimes.rs
hashmap-lifetimes.stderr
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
hidden-rt-injection2.rs
hidden-rt-injection2.stderr
higher-lifetime-bounds.rs
higher-lifetime-bounds.stderr
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 add build-fail to 32-bit tests 2019-12-21 22:33:36 +01:00
huge-array-simple-32.stderr add build-fail to 32-bit tests 2019-12-21 22:33:36 +01:00
huge-array-simple-64.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-array-simple-64.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-array.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-array.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-enum.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-enum.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-struct.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
huge-struct.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01: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 Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
if-else-type-mismatch.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
if-ret.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01: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 Allow any identifier as format arg name 2019-11-28 11:24:51 -08:00
ignore-all-the-things.rs slice_patterns: address review comments 2020-01-18 19:33:47 +01:00
illegal-ufcs-drop.rs
illegal-ufcs-drop.stderr
immut-function-arguments.rs
immut-function-arguments.stderr Update ui tests 2019-11-18 19:00:10 +01:00
impl-bounds-checking.rs
impl-bounds-checking.stderr
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
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
import.rs
import.stderr resolve: Say "import" when reporting private imports 2020-01-16 21:59:11 +03:00
import2.rs
import2.stderr
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 Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01:00
impossible_range.stderr Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01: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
index-help.rs
index-help.stderr
index_message.rs
index_message.stderr
indexing-requires-a-uint.rs
indexing-requires-a-uint.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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 rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
inline-asm-bad-constraint.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
inline-asm-bad-operand.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
inline-asm-bad-operand.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01: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
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
integer-literal-suffix-inference.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
integral-indexing.rs
integral-indexing.stderr
integral-variable-unification-error.rs Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
integral-variable-unification-error.stderr Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08: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_crate_type_syntax.rs
invalid_crate_type_syntax.stderr
invalid_dispatch_from_dyn_impls.rs
invalid_dispatch_from_dyn_impls.stderr
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 refactor & address review comments 2019-12-21 22:16:00 +01:00
json-and-color.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-error-format.rs refactor & address review comments 2019-12-21 22:16:00 +01:00
json-and-error-format.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-bom-plus-crlf-multifile-aux.rs Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
json-bom-plus-crlf-multifile.rs refactor & address review comments 2019-12-21 22:16:00 +01:00
json-bom-plus-crlf-multifile.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
json-bom-plus-crlf.rs refactor & address review comments 2019-12-21 22:16:00 +01:00
json-bom-plus-crlf.stderr refactor & address review comments 2019-12-21 22:16:00 +01:00
json-invalid.rs refactor & address review comments 2019-12-21 22:16:00 +01: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 refactor & address review comments 2019-12-21 22:16:00 +01:00
json-short.stderr refactor & address review comments 2019-12-21 22:16:00 +01: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 Remove unused ignore-license directives 2020-01-24 00:00:00 +00:00
lexical-scopes.rs
lexical-scopes.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -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-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 rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
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 update tests 2019-10-27 09:39:14 -05:00
lub-if.rs
lub-if.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
lub-match.nll.stderr update tests 2019-10-27 09:39:14 -05: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 Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
main-wrong-type.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
malformed_macro_lhs.rs
malformed_macro_lhs.stderr
map-types.rs
map-types.stderr
match-on-negative-integer-ranges.rs
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 Add explanation message for E0203 2019-11-29 22:42:38 +00:00
maybe-bounds.rs
maybe-bounds.stderr
meta-expected-error-correct-rev.a.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08: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 Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
mir_check_nonconst.rs
mir_check_nonconst.stderr
missing_debug_impls.rs
missing_debug_impls.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
mod-subitem-as-enum-variant.rs
mod-subitem-as-enum-variant.stderr
module-macro_use-arguments.rs Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
module-macro_use-arguments.stderr Add backticks in appropriate places 2020-01-12 15:37:50 +00: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 Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00: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
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
nested-ty-params.stderr
nested_impl_trait.rs
nested_impl_trait.stderr Add detailed explaination for E0666 2019-10-26 17:44:23 -05: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
no-capture-arc.stderr
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07: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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07: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
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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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
no-reuse-move-arc.stderr
no-send-res-ports.rs Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests 2019-12-28 12:26:48 -08:00
no-send-res-ports.stderr Point at the def span of trait refs E0277 2020-01-08 09:30:27 -08: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
no-warn-on-field-replace-issue-34101.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
no_crate_type.rs
no_crate_type.stderr
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
noexporttypeexe.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
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 Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
non-ice-error-on-worker-io-fail.rs Keep plugging holes in the test to placate CI. 2020-01-09 05:20:06 +01:00
non-ice-error-on-worker-io-fail.stderr regression test for 66530. 2019-12-31 00:04:17 -05:00
non-integer-atomic.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
non-integer-atomic.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01: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 Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
nonscalar-cast.rs
nonscalar-cast.stderr
not-clone-closure.rs
not-clone-closure.stderr Point at the def span of trait refs E0277 2020-01-08 09:30:27 -08:00
not-copy-closure.rs
not-copy-closure.stderr
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
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
object-pointer-types.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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
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
offset_from.rs Make <*const/mut T>::offset_from const fn 2019-10-11 10:40:49 +02:00
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr Deduplicate type param constraint suggestion code 2019-11-28 12:20:28 -08: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 Diagnostics should start lowercase 2020-01-12 15:36:40 +00:00
orphan-check-diagnostics.rs
orphan-check-diagnostics.stderr Improve coherence errors for wrong type order 2019-11-10 16:26:38 +01:00
osx-frameworks.rs
osx-frameworks.stderr
out-of-order-shadowing.rs
out-of-order-shadowing.stderr
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
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
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
parenthesized-deref-suggestion.rs
parenthesized-deref-suggestion.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07: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 Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
parse-error-correct.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03: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 Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
parser-recovery-1.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
parser-recovery-2.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
parser-recovery-2.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +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 Use ident instead of def_span in dead-code pass 2019-10-26 21:42:52 -04:00
path-lookahead.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
path.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
pathless-extern-ok.rs Add more --extern tests. 2019-11-07 05:51:17 -08:00
paths-containing-nul.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00: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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
point-to-type-err-cause-on-impl-trait-return-2.rs
point-to-type-err-cause-on-impl-trait-return-2.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
point-to-type-err-cause-on-impl-trait-return.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
point-to-type-err-cause-on-impl-trait-return.stderr Account for object safety when suggesting Box<dyn Trait> 2020-01-16 09:49:14 -08:00
pptypedef.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
pptypedef.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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
prim-with-args.stderr
primitive-binop-lhs-mut.rs
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
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 Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
ptr-coercion.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08: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 Point at method call when type annotations are needed 2019-12-10 12:02:18 -08:00
question-mark-type-infer.stderr Use the appropriate number of type arguments in suggestion 2019-12-10 12:02:18 -08: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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -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 Rename Alloc to AllocRef 2020-01-27 21:39:51 +01: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
ref-suggestion.stderr
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
regions-fn-subtyping-return-static-fail.rs
regions-fn-subtyping-return-static-fail.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
reify-intrinsic.rs Emit error on intrinsic to fn ptr casts 2019-09-02 17:28:37 -04:00
reify-intrinsic.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
reject-specialized-drops-8142.rs Don't use spaces before type ascription like colons 2020-01-25 13:19:21 +01:00
reject-specialized-drops-8142.stderr Don't use spaces before type ascription like colons 2020-01-25 13:19:21 +01:00
removing-extern-crate.fixed Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
removing-extern-crate.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
removing-extern-crate.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
repeat_count.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
repr.rs
repr.stderr Suggest #[repr(C)] instead of #[repr(C, packed, ...)] 2019-11-08 12:32:46 -03: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 rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
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 Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
return-nil.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rfc1623.rs
rfc1623.stderr When encountering an expected named lifetime and none are present, suggest adding one 2020-01-19 17:31:33 -08:00
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 Correct rmeta/rlib test 2020-01-20 16:00:01 -05:00
rmeta.rs
rmeta.stderr
rmeta_lib.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
rmeta_lib.stderr
rmeta_meta_main.rs
rmeta_meta_main.stderr
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
rustc-args-required-const2.rs
rustc-args-required-const2.stderr
rustc-error.rs rewrote error messages for #[rustc_error] 2019-11-05 22:42:23 +01:00
rustc-error.stderr rewrote error messages for #[rustc_error] 2019-11-05 22:42:23 +01: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
safe-extern-statics.rs safe_extern_static -> error 2019-11-06 11:10:36 +01:00
safe-extern-statics.stderr safe_extern_static -> error 2019-11-06 11:10:36 +01: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
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
shift-various-bad-types.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs UI failures fix 2019-10-23 10:19:45 -07: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 rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
simd-type-generic-monomorphisation.stderr
simd-type.rs
simd-type.stderr
similar-tokens.rs
similar-tokens.stderr Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' 2019-11-26 19:24:36 +01: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
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
slice-mut-2.rs
slice-mut-2.stderr
slice-mut.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
slice-mut.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
slightly-nice-generic-literal-messages.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
slightly-nice-generic-literal-messages.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08: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 Ignore some tests on platforms without libstd spans 2020-01-16 22:19:55 +03:00
stability-in-private-module.stderr Ignore some tests on platforms without libstd spans 2020-01-16 22:19:55 +03: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 Normalise notes with the/is 2020-01-24 16:24:50 +00:00
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
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
struct-literal-variant-in-if.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08: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 Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
substs-ppaux.rs review comments: tweak prefix strings 2019-11-18 11:02:44 -08:00
substs-ppaux.verbose.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
suffixed-literal-meta.rs Update tests 2020-01-09 21:23:12 +03:00
suffixed-literal-meta.stderr Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
super-at-top-level.rs Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00:00
super-at-top-level.stderr Diagnostics should not end with a full stop 2020-01-12 15:37:50 +00: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
suppressed-error.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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
synthetic-param.rs Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
synthetic-param.stderr Changed APIT with explicit generic args span to specific arg spans 2019-10-24 09:47:26 -05:00
tag-that-dare-not-speak-its-name.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
tag-that-dare-not-speak-its-name.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
tag-type-args.rs
tag-type-args.stderr
tag-variant-cast-non-nullary.rs
tag-variant-cast-non-nullary.stderr
tag-variant-disr-dup.rs
tag-variant-disr-dup.stderr
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 Emit coercion suggestions in more places 2019-12-03 21:51:16 -05: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 Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
terr-in-field.stderr Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
terr-sorts.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
terr-sorts.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08: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
test-panic-abort-disabled.rs Improve error message for tests with panic=abort 2019-11-15 05:52:06 -08:00
test-panic-abort-disabled.stderr Improve error message for tests with panic=abort 2019-11-15 05:52:06 -08:00
test-panic-abort.rs Don't propagate __RUST_TEST_INVOKE to subprocess 2020-01-16 16:54:00 -08:00
test-panic-abort.run.stdout Don't propagate __RUST_TEST_INVOKE to subprocess 2020-01-16 16:54:00 -08: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 Bless remaining test output 2019-11-21 20:55:17 +00:00
thread-local-in-ctfe.stderr Bless remaining test output 2019-11-21 20:55:17 +00:00
thread-local-mutation.rs
thread-local-mutation.stderr Update ui tests 2019-11-18 19:00:10 +01:00
thread-local-not-in-prelude.rs Use ident instead of def_span in dead-code pass 2019-10-26 21:42:52 -04: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 Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Update tests 2020-01-09 21:23:12 +03:00
tool_lints.stderr Update tests 2020-01-09 21:23:12 +03: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
trace_macros-gate.rs
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 slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
trait-method-number-parameters.rs
trait-method-number-parameters.stderr
transmute-equal-assoc-types.rs
transmute-equal-assoc-types.stderr
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
trivial_casts.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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-diagnostics.rs Test try diagnostics for impl and trait methods 2020-01-21 18:56:56 +01:00
try-on-option-diagnostics.stderr Test try diagnostics for impl and trait methods 2020-01-21 18:56:56 +01:00
try-on-option.rs
try-on-option.stderr added enclosing_scope attr to Try trait and fixed ui tests accordingly 2019-11-25 18:10:14 +03: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 added enclosing_scope attr to Try trait and fixed ui tests accordingly 2019-11-25 18:10:14 +03: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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
tutorial-suffix-inference-test.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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 Revert "Remove #![feature(never_type)] from tests." 2019-12-14 09:01:04 -05: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 Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests 2019-12-28 12:26:48 -08:00
type_length_limit.stderr test fallout 2019-12-22 19:04:10 -05: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 Support -Z ui-testing=yes/no 2019-12-30 20:01:34 +03:00
ui-testing-optout.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07: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 Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
unconstrained-ref.rs
unconstrained-ref.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
underscore-ident-matcher.rs
underscore-ident-matcher.stderr
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 Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
unique-object-noncopyable.rs
unique-object-noncopyable.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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 Update tests 2020-01-09 21:23:12 +03:00
unknown-lint-tool-name.stderr Update tests 2020-01-09 21:23:12 +03:00
unknown-tool-name.rs
unknown-tool-name.stderr
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
unnecessary-extern-crate.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unop-move-semantics.rs
unop-move-semantics.stderr Deduplicate type param constraint suggestion code 2019-11-28 12:20:28 -08:00
unop-neg-bool.rs
unop-neg-bool.stderr
unreachable-code-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unreachable-code-ret.rs Renamed ui/dead-code-ret to ui/unreachable-code-ret 2019-10-26 21:42:52 -04:00
unreachable-code-ret.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00: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 Unify output of "variant not found" errors 2020-01-08 08:05:31 -08: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-module-level-int-consts.rs Add test accessing the module level int/float consts 2020-01-23 20:55:07 +01: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
use-self-in-inner-fn.stderr
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
useless-comment.rs
useless-comment.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
useless-pub.rs
useless-pub.stderr
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
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
vector-no-ann.rs
vector-no-ann.stderr Add more context for type parameters 2019-12-11 17:18:43 -08: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
walk-struct-literal-with.stderr
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
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr
wasm-import-module.rs
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 error annotations positions 2019-11-03 10:20:11 +01:00
while-let.stderr refactor loop parsing a bit 2019-12-23 13:42:21 +01:00
while-type-error.rs
while-type-error.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
windows-subsystem-invalid.rs
windows-subsystem-invalid.stderr
wrapping-int-api.rs Ignore overflow lint on 32-bit platform 2020-01-01 12:31:36 -05: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
write-to-static-mut-in-static.stderr
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
writing-to-immutable-vec.stderr
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
wrong-mul-method-signature.stderr Auto merge of #66682 - estebank:fn-type-err, r=davidtwco 2019-11-25 12:54:42 +00:00
wrong-ret-type.rs
wrong-ret-type.stderr Emit coercion suggestions in more places 2019-12-03 21:51:16 -05: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
xc-private-method.stderr
xc-private-method2.rs
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