rust/src/test/ui
bors 1986b58c64 Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov
Improve diagnostics when parsing angle args

https://github.com/rust-lang/rust/pull/79266 introduced parsing of generic arguments in associated type constraints, this however resulted in possibly very confusing error messages in cases in which closing angle brackets were missing such as in `Vec<(u32, _, _) = vec![]`, which outputs an incorrectly parsed equality constraint error, as noted by `@cynecx.`

This PR tries to provide better error messages in such cases.

r? `@petrochenkov`
2021-01-23 06:27:21 +00:00
..
abi Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
alloc-error
allocator Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
annotate-snippet
anon-params
array-slice-vec Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
asm Validate naked functions definitions 2020-12-07 00:00:00 +00:00
associated-consts Fix wording of query description 2021-01-04 21:40:38 +00:00
associated-item Add test for #34792 2021-01-16 17:08:33 +01:00
associated-type-bounds Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
associated-types Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
ast-json ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00
async-await Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov 2021-01-17 02:48:07 +00:00
attributes Update tests for extern block linting 2021-01-13 07:49:16 -05:00
auto-traits Fix UI tests for negative polarity implementations of traits 2020-12-01 13:30:08 -06:00
autoref-autoderef Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
auxiliary Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
bad Auto merge of #77524 - Patryk27:fixes/66228, r=estebank 2021-01-13 20:35:58 +00:00
bench
binding update tests 2020-12-26 18:24:10 +01:00
binop Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
blind pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
block-result pretty.rs: Update Closure and Generator print 2020-09-28 01:27:19 -04:00
borrowck Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov 2021-01-17 02:48:07 +00:00
box Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
btreemap
builtin-superkinds Move builtin-superkinds-related tests 2021-01-01 09:23:10 +09:00
c-variadic Update tests for extern block linting 2021-01-13 07:49:16 -05:00
cast Move cast-related tests 2020-12-31 08:05:46 +09:00
cfg Update tests for extern block linting 2021-01-13 07:49:16 -05:00
chalkify Fix various Chalk lowering bugs 2020-10-30 19:39:33 +00:00
closure_context
closure-expected-type Make anonymous binders start at 0 2020-10-29 18:50:23 -04:00
closures Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsakis` 2021-01-17 12:24:44 +00:00
cmse-nonsecure-entry Add more tests and check for ABI 2020-09-30 18:10:17 +01:00
codemap_tests Change wording of note 2021-01-08 14:57:35 -05:00
coercion pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
coherence Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
command Update src/test/ui/command/command-setgroups.rs to ignore windows 2021-01-21 22:42:38 -08:00
compare-method pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
conditional-compilation resolve: Do not put macros into module.unexpanded_invocations unless necessary 2020-11-22 14:42:29 +03:00
confuse-field-and-method pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
const_evaluatable fix test on 32 bit systems 2020-09-09 20:10:23 +02:00
const_prop Do not run const prop on the mir_for_ctfe of const fn 2021-01-04 22:29:45 +00:00
const-generics Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper 2021-01-17 12:24:39 +00:00
const-ptr Add tests 2020-12-26 03:45:51 +01:00
consts Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung 2021-01-18 20:54:36 +00:00
crate-loading Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
cross Add underscore expressions for destructuring assignments 2020-11-14 13:53:12 +00:00
cross-crate Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
custom_test_frameworks pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
cycle-trait Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
definition-reachable
dep-graph pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
deprecation Allow since="TBD" for rustc_deprecated 2020-12-16 13:21:24 -05:00
derived-errors Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
derives Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
deriving Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
dest-prop Properly inherit conflicts when merging locals 2020-09-18 21:23:01 +02:00
destructuring-assignment don't suggest erroneous trailing comma after .. 2021-01-16 16:01:36 -08:00
did_you_mean Fixes #79357 unstable or-pat suggestions 2020-11-29 15:31:45 -03:00
directory_ownership
disallowed-deconstructing pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
discrim Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
dollar-crate
drop Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
drop-bounds Uplift drop-bounds lint from clippy 2020-10-01 12:06:33 -07:00
dropck Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
dst pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
duplicate Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
dyn-keyword
dynamically-sized-types test that we do not change the offset of ZST tuple fields when unsizing 2020-08-30 14:58:03 -04:00
editions Improve unknown external crate error 2021-01-18 12:05:07 +01:00
empty Update tests for extern block linting 2021-01-13 07:49:16 -05:00
enum update tests 2020-12-26 18:24:10 +01:00
enum-discriminant Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
error-codes Rollup merge of #81147 - estebank:drop-suggestion, r=varkor 2021-01-19 10:27:56 +01:00
explicit Fix structured suggestion for explicit drop call 2021-01-17 16:48:52 -08:00
expr Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
extenv
extern Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
extern-flag Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
feature-gates Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov 2021-01-17 02:48:07 +00:00
fmt Move format machinery tests to where they belong 2020-12-04 16:22:36 +03:00
fn Add regression test for #80179 2020-12-22 13:26:28 -06:00
for Fix tests from rebase 2020-10-06 11:19:33 +01:00
for-loop-while
foreign Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fully-qualified-type pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
functional-struct-update pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
functions-closures Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
generator Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry 2021-01-15 18:26:16 +09:00
generic-associated-types bless tests 2021-01-22 18:31:25 +01:00
generics Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
half-open-range-patterns Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
hashmap Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
hello_world
higher-rank-trait-bounds
hr-subtype pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
hrtb Provide more information for HRTB lifetime errors involving closures 2021-01-12 13:53:13 -08:00
hygiene resolve: Simplify collection of traits in scope 2021-01-11 23:49:47 +03:00
impl-header-lifetime-elision
impl-trait Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
imports Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
in-band-lifetimes Tweak diagnostics on shadowing lifetimes/labels 2020-12-02 11:39:42 +09:00
include-macros
inference Tweak ? inference error messages 2021-01-10 19:48:11 -05:00
infinite Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk 2020-12-05 15:58:06 +00:00
inherent-impls-overlap-check Add tests 2020-12-07 02:01:21 +01:00
inline-const Don't allow const to begin a nonterminal 2020-12-17 13:58:56 -08:00
interior-mutability traits diagnostics: Don't print closure/generator upvar_tys tuple 2020-10-11 03:33:27 -04:00
internal Allow multiple allow_internal_unstable attributes 2020-09-25 15:19:46 +02:00
intrinsics remove move_val_init leftovers 2020-12-31 10:53:37 +01:00
invalid
invalid-module-declaration
invalid-self-argument
issues Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov 2021-01-23 06:27:21 +00:00
iterators Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
keyword
kindck review comments 2020-10-20 09:26:15 -07:00
label Parse loop labels missing a leading ' 2021-01-21 21:41:47 -08:00
layout change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
lazy_normalization_consts update tests 2020-12-26 18:24:10 +01:00
lifetimes Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
linkage-attr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
lint Fix formatting for removed lints 2021-01-17 16:18:02 -05:00
liveness Bless liveness-asm output 2020-10-21 00:57:06 -05:00
llvm-asm Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
loops Do not suggest using a break label when one is already present 2021-01-21 21:43:29 -08:00
lub-glb
macro_backtrace
macros Rollup merge of #81071 - osa1:fix_81006, r=estebank 2021-01-18 21:53:24 +10:00
malformed Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
manual
marker_trait_attr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
match Include .. suggestion if fields are all wildcards 2021-01-12 21:20:26 -08:00
meta Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
methods Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
mir Fix ICE in mir when evaluating SizeOf on unsized type 2021-01-19 18:35:21 +03:00
mir-dataflow
mismatched_types Auto merge of #77524 - Patryk27:fixes/66228, r=estebank 2021-01-13 20:35:58 +00:00
missing Regroup many usefulness-related test in the same folder 2020-11-19 19:52:54 +00:00
missing_non_modrs_mod
modules Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
modules_and_files_visibility Clarify the mod dir name not to make confusion with the modules 2020-10-15 10:49:43 +09:00
moves Change wording of note 2021-01-08 14:57:35 -05:00
mut pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
namespace Point at item definition in foreign crates 2020-08-10 12:04:10 -07:00
never_type Move some tests to more reasonable directories 2021-01-11 19:49:51 -03:00
nll Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
non_modrs_mods
non_modrs_mods_and_inline_mods
not-panic pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
numbers-arithmetic Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
numeric Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
object-lifetime pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
object-safety review comments 2020-10-20 09:26:15 -07:00
obsolete-in-place
on-unimplemented pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
or-patterns Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov 2020-12-20 04:10:44 +00:00
overloaded
packed
packed-struct
panic-handler Bless ui tests 2021-01-01 18:45:44 +00:00
panic-runtime Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
panics Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
parser add and update tests 2021-01-22 17:07:27 +01:00
pattern Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
polymorphization update tests 2020-12-26 18:24:10 +01:00
print_type_sizes Mark -1 as an available niche for file descriptors 2020-12-10 13:31:52 -07:00
print-fuel update print fuel test output again... 2020-11-19 08:47:00 -05:00
privacy Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
proc-macro Force token collection to run when parsing nonterminals 2021-01-20 18:09:32 -05:00
process Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
process-termination
pub Calculate visibilities once in resolve 2020-10-19 11:57:50 +03:00
qualified char not char 2020-09-26 13:34:49 +01:00
range Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
raw-ref-op
reachable Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
recursion simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
recursion_limit
regions Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
repr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
reserved
resolve Add tests for resolution changes 2021-01-18 14:01:09 +01:00
return
rfc-0107-bind-by-move-pattern-guards pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
rfc-1445-restrict-constants-in-patterns Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
rfc-1717-dllimport Rename some RFC dirs to be sorted alphabetically 2020-10-15 10:21:45 +09:00
rfc-1937-termination-trait pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
rfc-2005-default-binding-mode Stabilize move_ref_pattern 2020-09-15 14:23:05 +08:00
rfc-2008-non-exhaustive Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rfc-2027-object-safe-for-dispatch
rfc-2091-track-caller Validate naked functions definitions 2020-12-07 00:00:00 +00:00
rfc-2093-infer-outlives Avoid cycle with projections from object types 2020-10-06 11:19:31 +01:00
rfc-2126-crate-paths
rfc-2126-extern-absolute-paths Improve unknown external crate error 2021-01-18 12:05:07 +01:00
rfc-2294-if-let-guard Change the message for if_let_guard feature gate 2020-12-17 17:08:18 +01:00
rfc-2306
rfc-2361-dbg-macro pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
rfc-2457
rfc-2497-if-let-chains update tests 2020-12-26 18:24:10 +01:00
rfc-2565-param-attrs resolve: Centralize some error reporting for unexpected macro resolutions 2020-11-19 19:25:20 +03:00
rfc-2627-raw-dylib Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rfc-2632-const-trait-impl Recover on const impl<> X for Y 2020-12-12 14:45:54 -06:00
rfcs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rmeta Move rmeta-related tests 2021-01-01 09:23:10 +09:00
rust-2018
sanitize Fix sanitizer test output matching 2020-12-10 09:02:30 -05:00
save-analysis
self Rollup merge of #76765 - guswynn:async_return, r=tmandry 2020-11-10 14:45:09 +01:00
sepcomp Update tests for extern block linting 2021-01-13 07:49:16 -05:00
shadowed Tweak diagnostics on shadowing lifetimes/labels 2020-12-02 11:39:42 +09:00
simd update tests 2020-12-26 18:24:10 +01:00
simd-intrinsic Support vectors with fewer than 8 elements for simd_select_bitmask 2020-10-03 20:35:59 +01:00
single-use-lifetime Use check-pass in single-use-lifetime ui test suite 2020-10-24 19:22:53 -05:00
span Update tests for extern block linting 2021-01-13 07:49:16 -05:00
specialization fold_with not super_fold_with in TypeFoldable impl for Predicate 2021-01-16 18:40:47 -05:00
stability-attribute Don't mark ineffective_unstable_trait_impl as an internal lint 2021-01-15 17:31:10 -05:00
static Update tests for extern block linting 2021-01-13 07:49:16 -05:00
statics also test non-extern uninhabited statics 2020-10-25 15:01:52 +01:00
str Indent a note to make folding work nicer 2020-09-05 02:17:22 +00:00
structs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
structs-enums Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
suggestions Force vec! to expressions only 2021-01-17 12:48:25 +01:00
svh Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
symbol-names Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
target-feature Add compiler support for LLVM's x86 ERMSB feature 2020-10-26 03:46:54 -07:00
terminal-width Add test for trimming with tabs (#78438) 2020-12-06 02:32:12 +00:00
test-attrs Add #[cfg(panic = "...")] 2020-11-09 15:30:49 +00:00
thinlto
threads-sendsync Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
tool-attributes
traits Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum 2021-01-21 20:04:41 +09:00
transmute stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' 2020-10-16 11:33:33 +02:00
trivial-bounds Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
try-block Consistently call editions "Rust 20xx" in messages. 2020-12-31 19:06:09 +01:00
tuple rustc_parse: More precise spans for tuple.0.0 2020-10-11 02:33:49 +03:00
type Force vec! to expressions only 2021-01-17 12:48:25 +01:00
type-alias Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
type-alias-enum-variants Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
type-alias-impl-trait Provide more information for HRTB lifetime errors involving closures 2021-01-12 13:53:13 -08:00
type-inference
typeck Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
ufcs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
unboxed-closures Auto merge of #77524 - Patryk27:fixes/66228, r=estebank 2021-01-13 20:35:58 +00:00
underscore-imports resolve: Simplify collection of traits in scope 2021-01-11 23:49:47 +03:00
underscore-lifetime
uniform-paths
uninhabited Add note on void reference test 2021-01-03 20:49:35 +01:00
union Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis 2020-12-15 11:31:03 +00:00
unique Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
unresolved
unsafe Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung 2021-01-19 08:59:37 +00:00
unsized Use smaller example for issue-71659 2020-10-18 08:13:25 +09:00
unsized-locals Change wording of note 2021-01-08 14:57:35 -05:00
unused Move some tests to subdirectories 2020-12-07 02:25:09 +03:00
unused-crate-deps
use Change wording of note 2021-01-08 14:57:35 -05:00
variance pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
variants
wasm Add a regression test for #76281 2021-01-16 14:29:55 +09:00
wf FIx ICE on wf check for foreign fns 2020-12-31 11:25:53 +09:00
where-clauses pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
xcrate Point at item definition in foreign crates 2020-08-10 12:04:10 -07:00
zero-sized Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
.gitattributes
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr
access-mode-in-closures.rs
access-mode-in-closures.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
alias-uninit-value.rs
align-with-extern-c-fn.rs
alignment-gep-tup-like-1.rs
alloca-from-derived-tydesc.rs
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
arg-count-mismatch.rs
arg-count-mismatch.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
arg-type-mismatch.rs
arg-type-mismatch.stderr
argument-passing.rs
artificial-block.rs
as-precedence.rs
assign-assign.rs
assign-imm-local-twice.rs
assign-imm-local-twice.stderr
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr
assoc-inherent.rs
assoc-inherent.stderr
assoc-lang-items.rs
assoc-lang-items.stderr
assoc-oddities-3.rs
associated-item-long-paths.rs
associated-path-shl.rs
associated-path-shl.stderr
atomic-from-mut-not-available.rs Test that AtomicU64::from_mut is not available on x86 linux. 2020-09-21 21:20:05 +02:00
atomic-from-mut-not-available.stderr Test that AtomicU64::from_mut is not available on x86 linux. 2020-09-21 21:20:05 +02:00
atomic-print.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
attempted-access-non-fatal.rs
attempted-access-non-fatal.stderr
attr-bad-crate-attr.rc
attr-eq-token-tree.rs Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
attr-eq-token-tree.stderr Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
attr-main-2.rs
attr-main.rs
attr-shebang.rs
attr-start.rs
attr-usage-inline.rs
attr-usage-inline.stderr
attr-usage-repr.rs passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
attr-usage-repr.stderr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
attr.rs
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr
attrs-resolution-errors.rs resolve: Centralize some error reporting for unexpected macro resolutions 2020-11-19 19:25:20 +03:00
attrs-resolution-errors.stderr resolve: Centralize some error reporting for unexpected macro resolutions 2020-11-19 19:25:20 +03:00
attrs-resolution.rs
augmented-assignments-feature-gate-cross.rs
augmented-assignments-feature-gate.rs
augmented-assignments-rpass.rs
augmented-assignments.rs
augmented-assignments.stderr
auto-instantiate.rs
auto-ref-slice-plus-ref.rs
auto-ref-slice-plus-ref.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
autobind.rs
autoderef-full-lval.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
autoderef-full-lval.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
backtrace-debuginfo-aux.rs
backtrace-debuginfo.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
backtrace.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
bare-fn-implements-fn-mut.rs
bare-static-string.rs
bastion-of-the-turbofish.rs
big-literals.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
bind-by-move.rs
bitwise.rs
blind-item-local-shadow.rs
blind-item-mixed-crate-use-item.rs
blind-item-mixed-use-item.rs
bogus-tag.rs
bogus-tag.stderr
borrow-by-val-method-receiver.rs
bound-suggestions.fixed pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
bound-suggestions.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
bound-suggestions.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
bounds-lifetime.rs
bounds-lifetime.stderr
break-diverging-value.rs Use diverges instead of !-type 2020-10-22 23:12:46 +01:00
break-diverging-value.stderr Use diverges instead of !-type 2020-10-22 23:12:46 +01:00
break-outside-loop.rs
break-outside-loop.stderr
break-while-condition.rs
break-while-condition.stderr
bug-7183-generics.rs
bug-7295.rs
builtin-clone-unwind.rs
builtin-clone.rs
by-move-pattern-binding.rs
by-move-pattern-binding.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
byte-literals.rs
c-stack-returning-int64.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs
cannot-mutate-captured-non-mut-var.rs
cannot-mutate-captured-non-mut-var.stderr
capture1.rs
capture1.stderr
catch-unwind-bang.rs
cenum_impl_drop_cast.rs
cenum_impl_drop_cast.stderr
cfg-rustdoc.rs
cfg-rustdoc.stderr
cfguard-run.rs
changing-crates.rs
changing-crates.stderr
char.rs
check-doc-alias-attr-location.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
check-doc-alias-attr-location.stderr Remove useless doc_alias feature 2021-01-05 16:20:46 +01:00
check-doc-alias-attr.rs Remove useless doc_alias feature 2021-01-05 16:20:46 +01:00
check-doc-alias-attr.stderr Remove useless doc_alias feature 2021-01-05 16:20:46 +01:00
check-static-immutable-mut-slices.rs
check-static-immutable-mut-slices.stderr
check-static-recursion-foreign.rs Fix broken test on musl 2020-09-05 21:29:54 -04:00
check-static-values-constraints.rs Bless tests 2020-09-29 19:20:33 -07:00
check-static-values-constraints.stderr Bless tests 2020-09-29 19:20:33 -07:00
child-outlives-parent.rs
class-cast-to-trait.rs
class-cast-to-trait.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs
class-missing-self.stderr
cleanup-arm-conditional.rs
cleanup-rvalue-during-if-and-while.rs
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes-cf.rs
cleanup-rvalue-scopes-cf.stderr
cleanup-rvalue-scopes.rs
cleanup-rvalue-temp-during-incomplete-alloc.rs
cleanup-shortcircuit.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
clone-with-exterior.rs
close-over-big-then-small-data.rs
closure_promotion.rs
closure-expected.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
closure-expected.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
codegen-object-shim.rs
collections-const-new.rs
command-line-diagnostics.rs
command-line-diagnostics.stderr
commandline-argfile-badutf8.args
commandline-argfile-badutf8.rs
commandline-argfile-badutf8.stderr
commandline-argfile-missing.rs
commandline-argfile-missing.stderr
commandline-argfile.args
commandline-argfile.rs
compile_error_macro.rs
compile_error_macro.stderr
complex.rs
concat-rpass.rs
concat.rs
concat.stderr
conflicting-repr-hints.rs
conflicting-repr-hints.stderr
conservative_impl_trait.rs
conservative_impl_trait.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
constructor-lifetime-args.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
constructor-lifetime-args.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
continue-after-missing-main.nll.stderr
continue-after-missing-main.rs
continue-after-missing-main.stderr
conversion-methods.rs
conversion-methods.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
copy-a-resource.rs
copy-a-resource.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
core-run-destroy.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
crate-in-paths.rs
crate-in-paths.stderr
crate-leading-sep.rs
crate-method-reexport-grrrrrrr.rs
crate-name-attr-used.rs
crate-name-mismatch.rs
crate-name-mismatch.stderr
crt-static-off-works.rs
crt-static-on-works.rs
custom_attribute.rs
custom_attribute.stderr
custom-attribute-multisegment.rs
custom-attribute-multisegment.stderr
custom-test-frameworks-simple.rs
cycle-generic-bound.rs
cycle-projection-based-on-where-clause.rs Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
cycle-projection-based-on-where-clause.stderr Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
debuginfo-lto.rs
deduplicate-diagnostics-2.deduplicate.stderr
deduplicate-diagnostics-2.duplicate.stderr
deduplicate-diagnostics-2.rs
deduplicate-diagnostics.deduplicate.stderr
deduplicate-diagnostics.duplicate.stderr
deduplicate-diagnostics.rs
deep.rs
default-alloc-error-hook.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
default-associated-types.rs
default-method-parsing.rs
default-method-simple.rs
defaults-well-formedness.rs
deprecation-in-force-unstable.rs
deref-non-pointer.rs
deref-non-pointer.stderr
deref-rc.rs
deref-suggestion.rs
deref-suggestion.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
deref.rs
derive-uninhabited-enum-38885.rs
derive-uninhabited-enum-38885.stderr
destructure-trait-ref.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
destructure-trait-ref.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
disambiguate-identical-names.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
disambiguate-identical-names.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
diverging-fallback-method-chain.rs
diverging-fallback-option.rs
diverging-fn-tail-35849.rs
diverging-fn-tail-35849.stderr
diverging-tuple-parts-39485.rs
diverging-tuple-parts-39485.stderr
doc_keyword.rs Add tests for #[doc(keyword = "...")] and update other doc attributes tests 2020-12-02 20:01:06 +01:00
doc_keyword.stderr Add tests for #[doc(keyword = "...")] and update other doc attributes tests 2020-12-02 20:01:06 +01:00
doc-alias-crate-level.rs Remove useless doc_alias feature 2021-01-05 16:20:46 +01:00
doc-alias-crate-level.stderr Remove useless doc_alias feature 2021-01-05 16:20:46 +01:00
doc-alias-same-name.rs Add tests for new doc alias check 2021-01-04 16:30:53 +01:00
doc-alias-same-name.stderr Add tests for new doc alias check 2021-01-04 16:30:53 +01:00
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs
dont-suggest-private-trait-method.stderr
dotdotdot-expr.rs
dotdotdot-expr.stderr
double-ref.rs
double-type-import.rs
double-type-import.stderr
dupe-first-attr.rc
duplicate_entry_error.rs
duplicate_entry_error.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
dyn-trait-compatibility.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
dyn-trait-compatibility.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
early-ret-binop-add.rs
early-vtbl-resolution.rs
edition-keywords-2015-2015.rs
edition-keywords-2015-2018.rs
edition-keywords-2018-2015.rs
edition-keywords-2018-2018.rs
elide-errors-on-mismatched-tuple.rs
elide-errors-on-mismatched-tuple.stderr
elided-test.rs
elided-test.stderr
else-if.rs
emit-artifact-notifications.nll.stderr
emit-artifact-notifications.polonius.stderr
emit-artifact-notifications.rs
emit-artifact-notifications.stderr
emit-metadata-obj.rs Skip linking if it is not required 2021-01-17 15:44:42 +01:00
empty_global_asm.rs
empty-allocation-non-null.rs
empty-allocation-rvalue-non-null.rs
empty-type-parameter-list.rs
enable-unstable-lib-feature.rs
enable-unstable-lib-feature.stderr
enums-pats-not-idents.rs
enums-pats-not-idents.stderr
env-args-reverse-iterator.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
env-funky-keys.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
env-null-vars.rs
env-vars.rs Fix src/test/ui/env-vars.rs on 128-core machines on Windows 2020-12-03 18:07:29 -08:00
epoch-gate-feature.rs
eq-multidispatch.rs
error-festival.rs
error-festival.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
error-should-say-copy-not-pod.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
error-should-say-copy-not-pod.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
estr-subtyping.rs
estr-subtyping.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
estr-uniq.rs
eval-enum.rs Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
eval-enum.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
exclusive-drop-and-copy.rs
exclusive-drop-and-copy.stderr
exec-env.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
expanded-cfg.rs
explain.rs
explain.stdout Slightly improve code samples in E0591 2020-11-27 19:07:14 -08:00
explicit-i-suffix.rs
explore-issue-38412.rs
explore-issue-38412.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
export2.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
export2.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
export-fully-qualified.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
export-fully-qualified.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
export-import.rs
export-import.stderr
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
export-tag-variant.rs
export-tag-variant.stderr
export.rs
export.stderr
expr-block-fn.rs
expr-block-generic-unique1.rs
expr-block-generic-unique2.rs
expr-block-generic.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs
expr-empty-ret.rs
expr-fn.rs
expr-if-generic.rs
expr-if-panic-all.rs
expr-if-panic.rs
expr-if-unique.rs
expr-if.rs
expr-scope.rs
ext-expand-inner-exprs.rs
ext-nonexistent.rs
ext-nonexistent.stderr
extoption_env-no-args.rs
extoption_env-no-args.stderr
extoption_env-not-defined.rs
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
fail-simple.rs
fail-simple.stderr
fat-lto.rs
fat-ptr-cast-rpass.rs
fat-ptr-cast.rs
fat-ptr-cast.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
fds-are-cloexec.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
ffi_const2.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
ffi_const2.stderr
ffi_const.rs
ffi_const.stderr Add explanation for E0756 2020-09-21 21:04:56 +02:00
ffi_pure.rs
ffi_pure.stderr Add error explanation for E0755 2020-09-08 21:07:52 +02:00
ffi_returns_twice.rs
ffi_returns_twice.stderr
filter-block-view-items.rs
fixup-deref-mut.rs
float-literal-inference-restrictions.rs
float-literal-inference-restrictions.stderr
fn_must_use.rs
fn_must_use.stderr
fn-in-pat.rs
fn-in-pat.stderr
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr
foreign-unsafe-fn-called.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-unsafe-fn-called.stderr
format-no-std.rs
fsu-moves-and-copies.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
fun-call-variants.rs
fun-indirect-call.rs
future-incompatible-lint-group.rs
future-incompatible-lint-group.stderr
gated-bad-feature.rs
gated-bad-feature.stderr
glob-cycles.rs
global-scope.rs
guards.rs
hello2021.rs Require -Z unstable-options for unstable editions. 2020-12-31 19:06:09 +01:00
hello.rs
higher-lifetime-bounds.rs
higher-lifetime-bounds.stderr
html-literals.rs
huge-array-simple-32.rs
huge-array-simple-32.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-array-simple-64.rs
huge-array-simple-64.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-array.rs change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-array.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-enum.rs change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-enum.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-struct.rs change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
huge-struct.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
ignore-all-the-things.rs
illegal-ufcs-drop.fixed Fix structured suggestion for explicit drop call 2021-01-17 16:48:52 -08:00
illegal-ufcs-drop.rs Fix structured suggestion for explicit drop call 2021-01-17 16:48:52 -08:00
illegal-ufcs-drop.stderr Fix structured suggestion for explicit drop call 2021-01-17 16:48:52 -08:00
immut-function-arguments.rs
immut-function-arguments.stderr
impl-bounds-checking.rs
impl-bounds-checking.stderr
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
impl-inherent-non-conflict.rs
impl-not-adjacent-to-type.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
impl-trait-in-bindings-issue-73003.rs
impl-trait-in-bindings-issue-73003.stderr
impl-trait-in-bindings.rs
impl-trait-in-bindings.stderr
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
impossible_range.fixed
impossible_range.rs
impossible_range.stderr
in-band-lifetimes.rs
inc-range-pat.rs
include-single-expr-helper-1.rs
include-single-expr-helper.rs
include-single-expr.rs
include-single-expr.stderr
index_message.rs
index_message.stderr
index-bot.rs
index-bot.stderr
index-help.rs
index-help.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
indexing-requires-a-uint.rs
indexing-requires-a-uint.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
infer-fn-tail-expr.rs
inherit-env.rs
init-large-type.rs
init-res-into-things.rs
inline-disallow-on-variant.rs passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
inline-disallow-on-variant.stderr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
inlined-main.rs
inner-attrs-on-impl.rs
inner-module.rs
inner-static-type-parameter.rs
inner-static-type-parameter.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
inner-static.rs
instantiable.rs
integer-literal-suffix-inference.rs
integer-literal-suffix-inference.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
integral-indexing.rs
integral-indexing.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
integral-variable-unification-error.rs
integral-variable-unification-error.stderr
intrinsics-always-extern.rs
intrinsics-always-extern.stderr
invalid_crate_type_syntax.rs
invalid_crate_type_syntax.stderr
invalid_dispatch_from_dyn_impls.rs
invalid_dispatch_from_dyn_impls.stderr
invalid-rustc_args_required_const-arguments.rs Don't ICE on malformed rustc_args_required_const attribute 2020-12-06 00:00:00 +00:00
invalid-rustc_args_required_const-arguments.stderr Don't ICE on malformed rustc_args_required_const attribute 2020-12-06 00:00:00 +00:00
issue-72470-llvm-dominate.rs Apply suggestions from review 2020-10-04 07:54:03 -04:00
issue-73914.rs
issue-74047.rs
issue-74047.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-76387-llvm-miscompile.rs Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
issues-71798.rs
issues-71798.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
istr.rs
item-name-overload.rs
json-and-color.rs
json-and-color.stderr
json-and-error-format.rs
json-and-error-format.stderr
json-bom-plus-crlf-multifile-aux.rs
json-bom-plus-crlf-multifile.rs
json-bom-plus-crlf-multifile.stderr Update description for error E0308 2020-10-25 12:20:25 +01:00
json-bom-plus-crlf.rs
json-bom-plus-crlf.stderr Update description for error E0308 2020-10-25 12:20:25 +01:00
json-invalid.rs
json-invalid.stderr
json-multiple.nll.stderr
json-multiple.polonius.stderr
json-multiple.rs
json-multiple.stderr
json-options.nll.stderr
json-options.polonius.stderr
json-options.rs
json-options.stderr
json-short.rs
json-short.stderr
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs
kinds-in-metadata.rs
kinds-of-primitive-impl.rs smarter E0390 2020-12-06 20:30:07 +00:00
kinds-of-primitive-impl.stderr suggestions from camelid review 2020-12-06 21:30:30 +00:00
lambda-infer-unresolved.rs
lambda-var-hygiene.rs
lang-item-missing-generator.rs
lang-item-missing-generator.stderr
lang-item-missing.rs
lang-item-missing.stderr
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
leak-unique-as-tydesc.rs
lex-bare-cr-nondoc-comment.rs
lexer-crlf-line-endings-string-literal-doc-comment.rs
lexical-scopes.rs
lexical-scopes.stderr
lexical-scoping.rs
lifetime-before-type-params.rs
lifetime-before-type-params.stderr update tests 2020-12-26 18:24:10 +01:00
link-cfg-works.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
link-section.rs
linkage1.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
lint-cap.rs
lint-expr-stmt-attrs-for-early-lints.rs
lint-unknown-lints-at-crate-level.rs
list.rs
liveness-assign-imm-local-after-ret.rs
llvm-pr32379.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs
logging-only-prints-once.rs
long-while.rs
loud_ui.rs
lto-and-no-bitcode-in-rlib.rs
lto-and-no-bitcode-in-rlib.stderr
lto-duplicate-symbols.rs
lto-duplicate-symbols.stderr
lto-many-codegen-units.rs
lto-opt-level-s.rs Use no-prefer-dynamic 2020-10-12 01:51:40 +02:00
lto-opt-level-z.rs Use no-prefer-dynamic 2020-10-12 01:51:40 +02:00
lto-rustc-loads-linker-plugin.rs
lto-still-runs-thread-dtors.rs
lto-thin-rustc-loads-linker-plugin.rs
lub-glb-with-unbound-infer-var.rs
lub-if.nll.stderr
lub-if.rs
lub-if.stderr
lub-match.nll.stderr
lub-match.rs
lub-match.stderr
macro-quote-cond.rs
macro-quote-test.rs
main-wrong-location.rs
main-wrong-location.stderr
main-wrong-type.rs
main-wrong-type.stderr
malformed_macro_lhs.rs
malformed_macro_lhs.stderr
map-types.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
map-types.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
match-on-negative-integer-ranges.rs
max-min-classes.rs
maybe-bounds-where-cpass.rs
maybe-bounds-where.rs
maybe-bounds-where.stderr
maybe-bounds.rs
maybe-bounds.stderr
mid-path-type-params.rs
minmax-stability-issue-23687.rs
minus-string.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
minus-string.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mir_check_nonconst.rs
mir_check_nonconst.stderr
mir-unpretty.rs
mir-unpretty.stderr
missing_debug_impls.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
missing_debug_impls.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mod-subitem-as-enum-variant.rs
mod-subitem-as-enum-variant.stderr
module-macro_use-arguments.rs
module-macro_use-arguments.stderr
monad.rs
monomorphize-abi-alignment.rs
monomorphized-callees-with-ty-params-3314.rs
mpsc_stress.rs
msvc-data-only.rs
multi-panic.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
multibyte.rs
multidispatch1.rs
multidispatch2.rs
multidispatch-conditional-impl-not-considered.rs
multiline-comment.rs
multiple-main-2.rs
multiple-main-2.stderr
multiple-main-3.rs
multiple-main-3.stderr
multiple-plugin-registrars.rs
multiple-plugin-registrars.stderr
multiple-reprs.rs
mut-function-arguments.rs
mut-vstore-expr.rs
mutexguard-sync.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mutexguard-sync.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mutual-recursion-group.rs
native-print-no-runtime.rs
negative.rs
nested_item_main.rs
nested-block-comment.rs
nested-cfg-attrs.rs
nested-cfg-attrs.stderr
nested-class.rs
nested-function-names-issue-8587.rs
nested-ty-params.rs
nested-ty-params.stderr
new-box-syntax.rs
new-box.rs
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-unicode-escapes.rs
new-unsafe-pointers.rs
newlambdas-ret-infer2.rs
newlambdas-ret-infer.rs
newlambdas.rs
newtype-polymorphic.rs
newtype-temporary.rs
newtype.rs
nil-decl-in-foreign.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
no_crate_type.rs
no_crate_type.stderr
no_owned_box_lang_item.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
no_owned_box_lang_item.stderr
no_send-enum.rs
no_send-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_send-rc.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_send-rc.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_send-struct.rs
no_send-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_share-enum.rs
no_share-enum.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no_share-struct.rs
no_share-struct.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no-capture-arc.rs
no-capture-arc.stderr Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
no-core-1.rs
no-core-2.rs
no-implicit-prelude-nested.rs
no-implicit-prelude-nested.stderr
no-implicit-prelude.rs
no-implicit-prelude.stderr
no-link-unknown-crate.rs
no-link-unknown-crate.stderr
no-link.rs
no-link.stderr
no-patterns-in-args-2.rs
no-patterns-in-args-2.stderr bless no-patterns-in-args-2 ui test suit 2020-12-21 21:40:47 +09:00
no-patterns-in-args-macro.rs
no-patterns-in-args-macro.stderr
no-patterns-in-args.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
no-patterns-in-args.stderr
no-reuse-move-arc.rs
no-reuse-move-arc.stderr Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
no-send-res-ports.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
no-send-res-ports.stderr traits diagnostics: Don't print closure/generator upvar_tys tuple 2020-10-11 03:33:27 -04:00
no-std-1.rs
no-std-2.rs
no-std-3.rs
no-std-inject.rs
no-std-inject.stderr
no-std-macros.rs Test that core::assert! is valid 2020-12-15 20:47:06 -05:00
no-stdio.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
no-type-for-node-ice.rs
no-type-for-node-ice.stderr
no-warn-on-field-replace-issue-34101.rs
noexporttypeexe.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
noexporttypeexe.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-constant-expr-for-arr-len.rs
non-constant-expr-for-arr-len.stderr Use correct span for structured suggestion 2021-01-07 16:52:44 -08:00
non-constant-in-const-path.rs
non-constant-in-const-path.stderr
non-copyable-void.rs
non-copyable-void.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-ice-error-on-worker-io-fail.rs
non-ice-error-on-worker-io-fail.stderr
non-integer-atomic.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-integer-atomic.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
non-legacy-modes.rs
noncopyable-class.rs
noncopyable-class.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
nonscalar-cast.fixed
nonscalar-cast.rs
nonscalar-cast.stderr
not-clone-closure.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
not-clone-closure.stderr pretty.rs: Update Closure and Generator print 2020-09-28 01:27:19 -04:00
not-copy-closure.rs
not-copy-closure.stderr
not-enough-arguments.rs ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
not-enough-arguments.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
not-sync.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
not-sync.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
nul-characters.rs
nullable-pointer-ffi-compat.rs
nullable-pointer-iotareduction.rs
nullable-pointer-size.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
object-does-not-impl-trait.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
object-does-not-impl-trait.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
object-lifetime-default-default-to-static.rs
object-lifetime-default-from-rptr-box.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
object-lifetime-default-from-rptr-mut.rs
object-lifetime-default-from-rptr.rs
object-pointer-types.rs
object-pointer-types.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
objects-coerce-freeze-borrored.rs
objects-owned-object-borrowed-method-headerless.rs
objects-owned-object-owned-method.rs
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr
occurs-check-2.rs
occurs-check-2.stderr
occurs-check-3.rs
occurs-check-3.stderr
occurs-check.rs
occurs-check.stderr
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr Update error to reflect that integer literals can have float suffixes 2020-11-27 19:08:24 -08:00
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr
once-move-out-on-heap.rs
one-tuple.rs
op-assign-builtins-by-ref.rs
opeq.rs
operator-associativity.rs
operator-multidispatch.rs
operator-overloading.rs
opt-in-copy.rs
opt-in-copy.stderr
optimization-fuel-0.rs
optimization-fuel-0.stderr
optimization-fuel-1.rs
optimization-fuel-1.stderr
option-to-result.rs
option-to-result.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
order-dependent-cast-inference.rs
order-dependent-cast-inference.stderr
orphan-check-diagnostics.rs
orphan-check-diagnostics.stderr Fix grammar in note for orphan-rule error [E0210] 2020-10-17 11:03:45 +01:00
osx-frameworks.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
osx-frameworks.stderr
out-of-order-shadowing.rs
out-of-order-shadowing.stderr
out-of-stack.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
out-pointer-aliasing.rs
output-slot-variants.rs
output-type-mismatch.rs
output-type-mismatch.stderr
over-constrained-vregs.rs
overlap-doesnt-conflict-with-specialization.rs
overlap-doesnt-conflict-with-specialization.stderr Suggest minimal subset features in incomplete_features lint 2020-10-17 02:01:08 +09:00
overlap-permitted-for-annotated-marker-traits.rs
overloaded-calls-nontuple.rs Use standard formatting for "rust-call" ABI message 2021-01-10 12:17:24 -08:00
overloaded-calls-nontuple.stderr Use standard formatting for "rust-call" ABI message 2021-01-10 12:17:24 -08:00
owned-implies-static.rs
panic_implementation-closures.rs
panic-brace.rs Add test for panic_fmt lint with external panic!()-calling macro. 2020-10-29 22:21:40 +01:00
panic-brace.stderr Add test for panic_fmt lint with external panic!()-calling macro. 2020-10-29 22:21:40 +01:00
panic-while-printing.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00
paren-free.rs
paren-span.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
paren-span.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
parenthesized-deref-suggestion.rs
parenthesized-deref-suggestion.stderr
partialeq_help.rs
partialeq_help.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
path-lookahead.fixed
path-lookahead.rs
path-lookahead.stderr
path.rs
pathless-extern-ok.rs
paths-containing-nul.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
phantom-auto-trait.rs Use the name "auto traits" everywhere in the compiler 2020-11-24 16:25:43 -08:00
phantom-auto-trait.stderr Use the name "auto traits" everywhere in the compiler 2020-11-24 16:25:43 -08:00
placement-syntax.rs
placement-syntax.stderr
point-to-type-err-cause-on-impl-trait-return-2.rs
point-to-type-err-cause-on-impl-trait-return-2.stderr
pptypedef.rs
pptypedef.stderr
prim-with-args.rs
prim-with-args.stderr
primitive-binop-lhs-mut.rs
print-stdout-eprint-stderr.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
proc_macro.rs
project-cache-issue-31849.rs
project-cache-issue-37154.rs
project-defer-unification.rs
ptr-coercion-rpass.rs
ptr-coercion.rs
ptr-coercion.stderr
pure-sum.rs
purity-infer.rs
question-mark-type-infer.rs
question-mark-type-infer.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
range_inclusive_gate.rs
range_inclusive.rs Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
range-type-infer.rs
ranges-precedence.rs
raw-fat-ptr.rs
raw-str.rs
rcvr-borrowed-to-region.rs
reachable-unnameable-items.rs
reachable-unnameable-type-alias.rs
readalias.rs
realloc-16687.rs Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
reassign-ref-mut.rs
reassign-ref-mut.stderr
reexport-should-still-link.rs
reexport-star.rs
reexport-test-harness-main.rs
ref-suggestion.rs Be consistent when describing a move as a 'partial' in diagnostics 2020-08-08 14:21:04 -04:00
ref-suggestion.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
refer-to-other-statics-by-value.rs
regions-fn-subtyping-return-static-fail.nll.stderr
regions-fn-subtyping-return-static-fail.rs
regions-fn-subtyping-return-static-fail.stderr
reify-intrinsic.rs
reify-intrinsic.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
removing-extern-crate.fixed
removing-extern-crate.rs
removing-extern-crate.stderr
repeat_count_const_in_async_fn.rs
repeat_count.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
repeat_count.stderr Use correct span for structured suggestion 2021-01-07 16:52:44 -08:00
repeat-expr-in-static.rs
repeat-to-run-dtor-twice.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
repeat-to-run-dtor-twice.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
repr_c_int_align.rs
repr.rs
repr.stderr
required-lang-item.rs
required-lang-item.stderr
resolve-issue-2428.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
ret-bang.rs
ret-non-nil.rs
ret-non-nil.stderr
ret-none.rs
retslot-cast.rs
retslot-cast.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
return-disjoint-regions.rs
return-disjoint-regions.stderr
return-nil.rs
rfc1623-2.rs
rfc1623-2.stderr
rfc1623.nll.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
rfc1623.rs
rfc1623.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
running-with-no-runtime.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rustc-args-required-const2.rs
rustc-args-required-const2.stderr
rustc-error.rs
rustc-error.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
rustc-rust-log.rs Test building of libraries with rustc logging enabled 2020-10-29 00:00:00 +00:00
rvalue-static-promotion.rs
safe-extern-statics-mut.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
safe-extern-statics-mut.stderr
safe-extern-statics.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
safe-extern-statics.stderr
semistatement-in-lambda.rs
seq-args.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
seq-args.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
seq-compare.rs
shadow-bool.rs
shadow.rs
shadowed-use-visibility.rs
shift-various-bad-types.rs
shift-various-bad-types.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
signal-exit-status.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
sigpipe-should-be-ignored.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
simd-type-generic-monomorphisation.rs Support repr(simd) on ADTs containing a single array field 2020-11-08 12:01:48 +10:00
simd-type-generic-monomorphisation.stderr Support repr(simd) on ADTs containing a single array field 2020-11-08 12:01:48 +10:00
simd-type.rs Support repr(simd) on ADTs containing a single array field 2020-11-08 12:01:48 +10:00
simd-type.stderr Support repr(simd) on ADTs containing a single array field 2020-11-08 12:01:48 +10:00
similar-tokens.rs Fix ICE when pointing at multi bytes character 2020-12-30 22:33:13 +09:00
similar-tokens.stderr Fix ICE when pointing at multi bytes character 2020-12-30 22:33:13 +09:00
simple_global_asm.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
simple-infer.rs
single-primitive-inherent-impl.rs
single-primitive-inherent-impl.stderr suggestions from camelid review 2020-12-06 21:30:30 +00:00
sized-borrowed-pointer.rs
sized-cycle-note.rs
sized-cycle-note.stderr
sized-owned-pointer.rs
slightly-nice-generic-literal-messages.rs
slightly-nice-generic-literal-messages.stderr
slowparse-bstring.rs
slowparse-string.rs
sse2.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
stability-in-private-module.rs
stability-in-private-module.stderr
stable-addr-of.rs
stable-features.rs
stable-features.stderr
static_sized_requirement.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
staticness-mismatch.rs
staticness-mismatch.stderr
std-backtrace.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
std-uncopyable-atomics.rs
std-uncopyable-atomics.stderr
stdio-is-blocking.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
stdout-during-shutdown.rs Disable stdout-during-shutdown test on emscripten. 2020-09-26 12:10:49 +02:00
stdout-during-shutdown.run.stdout Add test to check stdout flushing during shutdown. 2020-09-24 18:22:21 +02:00
stmt_expr_attrs_no_feature.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
stmt_expr_attrs_no_feature.stderr
string-box-error.rs
struct-ctor-mangling.rs
struct-literal-variant-in-if.rs
struct-literal-variant-in-if.stderr Add missing primary label 2020-08-10 12:04:10 -07:00
structured-compare.rs
substs-ppaux.normal.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
substs-ppaux.rs
substs-ppaux.verbose.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
suffixed-literal-meta.rs Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
suffixed-literal-meta.stderr Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
super-at-top-level.rs
super-at-top-level.stderr
super-fast-paren-parsing.rs
super.rs
supported-cast.rs
suppressed-error.rs
suppressed-error.stderr
svh-add-nothing.rs
swap-1.rs
swap-overlapping.rs
switched-expectations.rs
switched-expectations.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
syntax-extension-minor.rs
syntax-trait-polarity-feature-gate.rs
syntax-trait-polarity-feature-gate.stderr
syntax-trait-polarity.rs
syntax-trait-polarity.stderr
synthetic-param.rs
synthetic-param.stderr
tag-that-dare-not-speak-its-name.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
tag-that-dare-not-speak-its-name.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
tag-type-args.rs Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
tag-type-args.stderr Rework diagnostics for wrong number of generic args 2021-01-10 13:07:40 +01:00
tag-variant-cast-non-nullary.fixed
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
tail-cps.rs
tail-direct.rs
tail-typeck.rs
tail-typeck.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
tcp-stress.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
terminate-in-initializer.rs
terr-in-field.rs
terr-in-field.stderr
terr-sorts.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
terr-sorts.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
test-allow-dead-extern-static-no-warning.rs
test-cfg.rs
test-cfg.stderr
test-panic-abort-disabled.rs
test-panic-abort-disabled.stderr
test-panic-abort-nocapture.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-panic-abort-nocapture.run.stderr libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-panic-abort-nocapture.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-panic-abort.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-panic-abort.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-panic-while-printing.rs
test-passed-wasm.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-passed-wasm.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-passed.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-passed.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-thread-capture.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-thread-capture.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-thread-nocapture.rs libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-thread-nocapture.run.stderr libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
test-thread-nocapture.run.stdout libtest: Print the total time taken to execute a test suite 2020-11-27 17:53:59 +01:00
thin-lto-global-allocator.rs
thread-local-in-ctfe.rs
thread-local-in-ctfe.stderr
thread-local-mutation.rs
thread-local-mutation.stderr
thread-local-not-in-prelude.rs
tls.rs
tool_attributes.rs
tool_lints_2018_preview.rs
tool_lints-fail.rs
tool_lints-fail.stderr
tool_lints-rpass.rs
tool_lints.rs
tool_lints.stderr
trace_macros-format.rs
trace_macros-format.stderr
trailing-comma.rs
trait-impl-bound-suggestions.fixed fix syntax error in suggesting generic constraint in trait parameter 2020-09-13 21:24:34 -07:00
trait-impl-bound-suggestions.rs fix syntax error in suggesting generic constraint in trait parameter 2020-09-13 21:24:34 -07:00
trait-impl-bound-suggestions.stderr fix syntax error in suggesting generic constraint in trait parameter 2020-09-13 21:24:34 -07: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
transmute-specialization.rs
transmute-specialization.stderr Suggest minimal subset features in incomplete_features lint 2020-10-17 02:01:08 +09:00
trivial_casts-rpass.rs
trivial-message.rs
try-block.rs
try-from-int-error-partial-eq.rs
try-is-identifier-edition2015.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
try-macro-suggestion.rs
try-macro-suggestion.stderr
try-on-option-diagnostics.rs
try-on-option-diagnostics.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
try-on-option.rs
try-on-option.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
try-operator-custom.rs
try-operator-hygiene.rs
try-operator-on-main.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
try-operator-on-main.stderr Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
try-operator.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
try-poll.rs
try-wait.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
tup.rs
tuple-index-fat-types.rs
tuple-index.rs
tutorial-suffix-inference-test.rs
tutorial-suffix-inference-test.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
tydesc-name.rs
type_length_limit.rs Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
type_length_limit.stderr Record tcx.def_span instead of item.span in crate metadata 2020-09-21 15:10:16 -04:00
type-ascription.rs
type-id-higher-rank-2.rs
type-id-higher-rank.rs
type-in-nested-module.rs
type-infer-generalize-ty-var.rs
type-namespace.rs
type-param-constraints.rs
type-param.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
type-params-in-for-each.rs Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
type-ptr.rs
type-sizes.rs
type-use-i1-versus-i8.rs
typeck_type_placeholder_1.rs
typeck-closure-to-unsafe-fn-ptr.rs
typeck-fn-to-unsafe-fn-ptr.rs
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs
typestate-multi-decl.rs
ufcs-polymorphic-paths.rs
ufcs-type-params.rs
ui-testing-optout.rs
ui-testing-optout.stderr Do not suggest similarly named enclosing item 2020-08-10 12:04:10 -07:00
unary-minus-suffix-inference.rs
unconstrained-none.rs
unconstrained-none.stderr
unconstrained-ref.rs
unconstrained-ref.stderr
underscore-ident-matcher.rs
underscore-ident-matcher.stderr
underscore-lifetimes.rs
underscore-method-after-integer.rs
unevaluated_fixed_size_array_len.rs
unevaluated_fixed_size_array_len.stderr
unify-return-ty.rs
uninit-empty-types.rs
unique-object-noncopyable.rs
unique-object-noncopyable.stderr Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
unit.rs
unknown-language-item.rs
unknown-language-item.stderr
unknown-lint-tool-name.rs
unknown-lint-tool-name.stderr
unknown-llvm-arg.rs Change registered "program name" for -Cllvm-args usage messages 2020-08-12 16:11:17 -07:00
unknown-llvm-arg.stderr Change registered "program name" for -Cllvm-args usage messages 2020-08-12 16:11:17 -07:00
unknown-tool-name.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
unknown-tool-name.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
unnamed_argument_mode.rs
unnecessary-extern-crate.rs
unnecessary-extern-crate.stderr
unop-move-semantics.rs
unop-move-semantics.stderr
unop-neg-bool.rs
unop-neg-bool.stderr
unreachable-code-1.rs
unreachable-code.rs
unrestricted-attribute-tokens.rs
unsafe-coercion.rs
unsafe-fn-called-from-unsafe-blk.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
unsafe-fn-called-from-unsafe-fn.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
unsafe-pointer-assignability.rs
unsigned-literal-negation.rs suggest MAX constant if -1 is assigned to unsigned type 2020-10-08 13:11:31 -04:00
unsigned-literal-negation.stderr suggest MAX constant if -1 is assigned to unsigned type 2020-10-08 13:11:31 -04:00
unsized2.rs
unsized3-rpass.rs
unsized3.rs
unsized3.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
unsized5.rs
unsized5.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
unsized6.rs
unsized6.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
unsized7.rs
unsized7.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
unsized-tuple-impls.rs
unsized.rs
unspecified-self-in-trait-ref.rs
unspecified-self-in-trait-ref.stderr
unsupported-cast.rs
unsupported-cast.stderr
unterminated-comment.rs
unterminated-comment.stderr
unterminated-doc-comment.rs
unterminated-doc-comment.stderr
unused-move-capture.rs
unused-move.rs
unwind-resource.rs
unwind-unique.rs
use_inline_dtor.rs
use-crate-name-alias.rs
use-import-export.rs
use-keyword-2.rs
use-mod.rs
use-module-level-int-consts.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
use-nested-groups.rs
use-self-in-inner-fn.rs
use-self-in-inner-fn.stderr
use.rs
used.rs
used.stderr
useless-comment.rs
useless-comment.stderr
useless-pub.rs
useless-pub.stderr
user-defined-macro-rules.rs
using-target-feature-unstable.rs
usize-generic-argument-parent.rs Fix issue with specifying generic arguments for primitive types 2020-10-18 22:40:50 +01:00
usize-generic-argument-parent.stderr Fix issue with specifying generic arguments for primitive types 2020-10-18 22:40:50 +01:00
utf8_idents-rpass.rs
utf8_idents.rs
utf8_idents.stderr
utf8-bom.rs
variance-intersection-of-ref-and-opt-ref.rs
variance-iterators-in-libcore.rs
volatile-fat-ptr.rs
vtable-res-trait-param.rs
vtable-res-trait-param.stderr
wait-forked-but-failed-child.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
walk-struct-literal-with.rs
walk-struct-literal-with.stderr Change wording of note 2021-01-08 14:57:35 -05:00
warn-ctypes-inhibit.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
warn-path-statement.rs
warn-path-statement.stderr
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr
wasm-import-module.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
wasm-import-module.stderr
weak-lang-item.rs
weak-new-uninhabited-issue-48493.rs
weird-exit-code.rs
weird-exprs.rs Rename empty_tuple_assignment to monkey_barrel 2020-11-12 10:38:03 +08:00
wf-bound-region-in-object-type.rs
while-let.rs
while-let.stderr
while-type-error.rs
while-type-error.stderr
windows-subsystem-invalid.rs
windows-subsystem-invalid.stderr
write-fmt-errors.rs
write-to-static-mut-in-static.rs
write-to-static-mut-in-static.stderr Address review comments 2020-09-19 10:36:36 +02:00
writealias.rs
writing-to-immutable-vec.rs
writing-to-immutable-vec.stderr
wrong-hashset-issue-42918.rs
wrong-mul-method-signature.rs
wrong-mul-method-signature.stderr
wrong-ret-type.rs
wrong-ret-type.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
x86stdcall2.rs
x86stdcall.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
xc-private-method2.rs
xc-private-method2.stderr
xc-private-method.rs
xc-private-method.stderr
yield1.rs
yield2.rs
yield.rs
z-crate-attr.rs