rust/tests/ui
Jens Reidel ae1b1b4f8a
tests: Fix duplicated-path-in-error fail with musl
musl's dlopen returns a different error than glibc, which contains the
name of the file. This would cause the test to fail, since the filename
would appear twice in the output (once in the error from rustc, once in
the error message from musl). Split the expected test outputs for the
different libc implementations.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-07-14 18:37:49 +02:00
..
abi Fix tests/ui/abi/debug.rs to cross-compile for riscv64 2025-07-04 18:13:58 -07:00
alloc-error Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
allocator Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
annotate-snippet compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
anon-params UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
argfile Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
argument-suggestions compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
array-slice-vec stabilize gai 2025-06-11 15:30:15 +01:00
asm move naked checks out of check_attr.rs 2025-06-23 12:22:57 +02:00
associated-consts Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors 2025-07-13 22:39:10 +00:00
associated-inherent-types Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
associated-item Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
associated-type-bounds Point to correct argument in Func Call when Self type fails trait bound 2025-07-07 16:47:15 +08:00
associated-types Remove hir::AssocItemKind. 2025-07-13 13:50:00 +00:00
async-await Remove uncessary parens in closure body with unused lint 2025-07-10 09:25:56 +08:00
attributes Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann 2025-07-14 11:04:52 +02:00
auto-traits Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 2025-07-11 07:35:18 +02:00
autodiff Update UI tests 2025-05-21 07:24:43 +00:00
autoref-autoderef Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-errors 2025-06-04 07:54:35 +02:00
backtrace tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
bench tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
binding cleaned up some tests 2025-07-10 18:50:35 +05:00
binop Rollup merge of #143299 - Kivooeo:tf24, r=tgross35 2025-07-04 23:26:23 -07:00
blind compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
block-result compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
bootstrap compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
borrowck moved tests 2025-07-13 00:03:31 +05:00
box cleaned up some tests 2025-06-11 17:49:03 +05:00
btreemap Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
builtin-superkinds Mention type parameter in more cases and don't suggest ~const bound already there 2024-12-07 21:37:13 +00:00
c-variadic variadic functions: remove list of supported ABIs from error 2025-06-13 18:10:06 +02:00
cast cleaned up some tests 2025-07-13 00:03:31 +05:00
cfg cleaned up some tests 2025-07-01 15:29:29 +05:00
check-cfg Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee 2025-07-02 19:28:05 +02:00
closure-expected-type
closure_context
closures Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
cmse-nonsecure tests: bless s/C-cmse/cmse/ 2025-06-25 00:52:11 -07:00
codegen tests: Fix duplicated-path-in-error fail with musl 2025-07-14 18:37:49 +02:00
codemap_tests Bless/update tests. 2025-06-18 10:20:43 +02:00
coercion cleaned up some tests 2025-07-05 00:45:24 +05:00
coherence Remove Symbol for Named LateParam/Bound variants 2025-07-04 18:14:22 +00:00
coinduction
command Move #![crate_type] UI tests into attributes directory 2025-02-15 03:41:07 +01:00
compare-method Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
compiletest-self-test Rollup merge of #143118 - Kivooeo:tf15, r=tgross35 2025-06-30 19:23:17 +08:00
conditional-compilation compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
confuse-field-and-method Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
const-generics Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkov 2025-07-13 15:15:57 +02:00
const-ptr cleaned up some tests 2025-07-05 01:54:04 +05:00
const_prop Make missing lifetime suggestion verbose 2025-06-24 18:59:42 +00:00
consts Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors 2025-07-14 11:04:55 +02:00
contracts Fix unreachable expression warning 2025-04-08 10:46:31 -07:00
coroutine Add edition checks for some tests that had divergent output 2025-06-25 17:02:26 +00:00
coverage-attr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
crate-loading tests: rebless some tests as a side-effect of TEST_BUILD_DIR changes 2025-03-04 00:21:02 +08:00
cross compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
cross-crate Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 2025-07-04 23:26:19 -07:00
custom_test_frameworks Address review comments. 2025-04-01 16:07:23 +11:00
cycle-trait Merge lower_item into check_item_type 2025-06-30 08:45:43 +00:00
dataflow_const_prop dataflow_const_prop: do not eval a ptr address in SwitchInt 2024-12-09 21:06:29 +08:00
debuginfo tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
definition-reachable
delegation Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
dep-graph Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
deprecation Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu 2025-06-25 22:14:54 +02:00
deref-patterns Cleaned up 5 tests in tests/ui 2025-04-21 16:16:38 +09:00
derived-errors Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 10:13:33 +02:00
derives Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
deriving Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercote 2025-06-03 15:00:32 +02:00
dest-prop
destructuring-assignment cleaned up some tests 2025-07-10 18:47:20 +05:00
diagnostic-flags cleaned up some tests 2025-07-05 01:54:04 +05:00
diagnostic-width Bless unicode test 2025-06-16 07:30:09 -04:00
diagnostic_namespace Split up the unknown_or_malformed_diagnostic_attributes lint 2025-07-11 01:24:24 +02:00
did_you_mean chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
directory_ownership tests: remove unused auxiliaries under tests/ui/directory_ownership/ 2025-04-17 19:45:28 +08:00
disallowed-deconstructing
dollar-crate
drop Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
drop-bounds
dropck Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
dst compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
duplicate UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
dyn-compatibility Make missing lifetime suggestion verbose 2025-06-24 18:59:42 +00:00
dyn-drop Add missing dyn keywords to tests that do not test for them 2025-06-02 11:02:50 +02:00
dyn-keyword Fix suggestion when there are generics, inline some things 2025-03-08 20:44:57 +00:00
dynamically-sized-types Allow dangerous_implicit_autorefs lint in some tests 2025-04-20 11:36:28 +02:00
editions Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,traviscross 2025-06-15 23:51:55 +02:00
empty Rewrite empty attribute lint 2025-07-06 09:51:35 +02:00
entry-point compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
enum detect when variants have the same name as an associated function 2025-06-12 12:26:27 +02:00
enum-discriminant Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
env-macro Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
ergonomic-clones Add missing 2015 edition directives 2025-06-02 11:00:46 +02:00
error-codes Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
error-emitter reword suggestion message 2025-06-06 20:52:34 +00:00
errors Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
explain added error handle for error code > 9999 2025-05-06 23:02:47 +05:00
explicit compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
explicit-tail-calls const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
expr moved tests 2025-07-01 23:33:59 +05:00
extern Rework borrowing suggestions to use Expr instead of just Span 2025-07-10 17:23:29 +00:00
extern-flag Fix function signature for rust_eh_personality 2025-06-24 09:06:49 +00:00
feature-gates Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk 2025-07-14 04:29:53 +00:00
ffi-attrs error on unsafe attributes in pre-2024 editions 2025-04-13 01:22:59 +02:00
float tests: Use cfg_target_has_reliable_f16_f128 2025-07-05 02:02:09 -05:00
fmt Rollup merge of #143118 - Kivooeo:tf15, r=tgross35 2025-06-30 19:23:17 +08:00
fn Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 2025-07-04 23:26:21 -07:00
fn-main
for Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
for-loop-while Remove some unnecessary parens in assert! conditions 2025-02-06 22:28:44 +00:00
force-inlining make error codes reflect reality better 2025-06-17 23:22:51 +02:00
foreign compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
frontmatter Fix parsing of frontmatters with inner hyphens 2025-06-04 15:51:36 +00:00
fully-qualified-type compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
function-pointer Remove a duplicated check that doesn't do anything anymore. 2024-12-19 10:56:31 +00:00
functional-struct-update Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
functions-closures cleaned up some tests 2025-05-31 19:49:19 +05:00
generic-associated-types Check assoc consts and tys later like assoc fns 2025-07-10 23:39:54 +08:00
generic-const-items Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
generics Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors 2025-07-13 22:39:10 +00:00
half-open-range-patterns Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Urgau,traviscross 2025-04-17 06:25:15 +02:00
hashmap cleaned up some tests 2025-07-10 18:50:35 +05:00
hello_world
higher-ranked Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm 2025-07-05 09:37:08 +00:00
hygiene Don't suggest changing a method inside a expansion 2025-06-22 17:08:54 +02:00
illegal-sized-bound UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
impl-header-lifetime-elision compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
impl-trait update issue number for const_trait_impl 2025-07-13 23:55:06 +08:00
implied-bounds Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
imports chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
include-macros cleaned up some tests 2025-06-11 20:51:49 +05:00
incoherent-inherent-impls chore: fix typos 2024-12-31 23:46:39 +08:00
indexing cleaned up some tests 2025-06-29 15:37:33 +05:00
inference Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
infinite Merge lower_item into check_item_type 2025-06-30 08:45:43 +00:00
inherent-impls-overlap-check Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
inline-const const-block-as-pattern: do not refer to no-longer-existing nightly feature 2025-07-07 16:18:41 +02:00
instrument-coverage Update the minimum external LLVM to 19 2025-04-05 11:44:38 -07:00
instrument-xray Add compiler tests for xray 2025-05-26 00:39:23 +08:00
interior-mutability Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
internal compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
internal-lints Remove rustc::existing_doc_keyword lint. 2024-12-17 13:56:10 +11:00
intrinsics Remove const_eval_select hack 2025-07-08 15:49:00 +00:00
invalid Port #[rustc_layout_scalar_valid_range_start/end] to the new attribute parsing infrastructure 2025-06-27 09:08:21 +02:00
invalid-compile-flags tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
invalid-module-declaration compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
invalid-self-argument
io-checks Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
issues Add ty_span query 2025-07-07 08:13:12 +00:00
iterators Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
json compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
keyword Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
kindck Use more detailed spans in dyn compat errors within bodies 2025-05-27 08:18:11 +00:00
label early linting: avoid redundant calls to check_id 2025-06-12 19:01:19 +08:00
lang-items cleaned up some tests 2025-07-10 18:50:35 +05:00
late-bound-lifetimes
layout Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 2025-07-04 23:26:21 -07:00
lazy-type-alias Properly track the depth when expanding free alias types 2025-07-10 19:49:32 +02:00
lazy-type-alias-impl-trait Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
let-else replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
lexer Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
lifetimes Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 2025-07-11 07:35:18 +02:00
limits cleaned up some tests 2025-07-10 18:47:20 +05:00
link-native-libs tests: don't ignore compiler stderr in lib-defaults.rs 2025-05-06 16:49:25 +08:00
linkage-attr Port #[link_ordinal] to the new attribute parsing infrastructure. 2025-07-13 11:51:01 +02:00
linking Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obk 2025-07-10 20:28:46 +02:00
lint Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk 2025-07-14 04:29:53 +00:00
liveness Bless/update tests. 2025-06-18 10:20:43 +02:00
loop-match loop_match: fix 'no terminator on block' 2025-07-07 13:55:40 +02:00
loops Bless/update tests. 2025-06-18 10:20:43 +02:00
lowering Remove ItemKind::descr method 2025-07-01 14:36:28 +02:00
lto Stabilize -Zdwarf-version as -Cdwarf-version 2025-04-14 21:26:41 -05:00
lub-glb Tweak multispan rendering 2024-12-12 23:36:27 +00:00
macro_backtrace
macros Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov 2025-07-13 18:34:13 +00:00
malformed Port #[ignore] to the new attribute parsing infrastructure 2025-07-05 21:23:09 +02:00
marker_trait_attr Port #[marker] to the new attribute system 2025-07-09 01:18:28 +03:00
match compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
meta Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
methods Use predicate spans instead of whole item spans 2025-06-30 08:45:43 +00:00
mir Respect endianness correctly in CheckEnums test suite 2025-07-07 17:58:44 +02:00
mir-dataflow Improve borrowck_graphviz_* documentation. 2025-04-16 08:57:15 +10:00
mismatched_types cleaned up some tests 2025-07-05 00:45:24 +05:00
missing UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
missing-trait-bounds Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
missing_non_modrs_mod tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
modules cleaned up some tests 2025-07-13 00:03:31 +05:00
modules_and_files_visibility suggest declaring modules when file found but module not defined 2025-06-25 01:12:15 +07:00
moves Suggest cloning Arc moved into closure 2025-06-24 18:44:41 +00:00
mut compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
namespace cleaned up some tests 2025-07-10 18:47:20 +05:00
never_type Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu 2025-06-25 22:14:54 +02:00
new-range implement unstable new_range feature 2025-01-30 21:33:11 -07:00
nll Remove Symbol for Named LateParam/Bound variants 2025-07-04 18:14:22 +00:00
no_std cleaned up some tests 2025-07-01 15:16:56 +05:00
non_modrs_mods tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
non_modrs_mods_and_inline_mods tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
not-panic Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
numbers-arithmetic cleaned up some tests 2025-07-10 18:50:35 +05:00
numeric compiletest: Do not require annotations on empty labels and suggestions 2025-05-03 22:49:23 +03:00
object-lifetime Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,traviscross 2025-06-18 18:06:49 +02:00
obsolete-in-place More sophisticated span trimming 2025-02-21 00:41:17 +00:00
offset-of tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
on-unimplemented Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
operator-recovery Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
or-patterns Error message for top-level or-patterns suggesting a solution 2025-05-09 22:16:34 +09:00
overloaded tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
packed UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
panic-handler tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
panic-runtime Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov 2025-06-27 22:13:01 +02:00
panics Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
parallel-rustc compiletest: Stricter parsing for diagnostic kinds 2025-04-07 19:13:31 +03:00
parser cleaned up some tests 2025-07-13 00:03:31 +05:00
patchable-function-entry compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
pattern Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkov 2025-07-13 15:15:57 +02:00
pin-ergonomics Move the place in &pin mut $place when !Unpin to ensure soundness 2025-06-15 10:31:11 +08:00
pin-macro collateral damage in derive tests, improves errors by not refering to implementation details 2025-05-02 18:09:31 +02:00
precondition-checks tests: ensure disabled tests have a reason 2025-04-12 15:24:25 +08:00
print-request cleaned up some tests 2025-07-05 00:45:24 +05:00
print_type_sizes Wrap NonZero::new_unchecked call in the print_type_sizes test in a const 2025-05-27 00:35:25 -04:00
privacy chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
proc-macro Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov 2025-07-10 03:23:52 -04:00
process Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
process-termination
ptr_ops cleaned up some tests 2025-07-13 00:03:31 +05:00
pub Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
qualified Preserve generic args in suggestions for ambiguous associated items 2025-05-06 17:04:03 +02:00
query-system Move opaque type checks from the hir item types visitor onto the wfcheck of the opaqe type itself 2025-06-05 10:30:09 +00:00
range Bless UI tests: do not print alternate implementors of Step 2025-06-20 19:31:53 +02:00
raw-ref-op Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr 2024-12-14 06:44:05 +00:00
reachable cleaned up some tests 2025-07-10 18:50:35 +05:00
recursion cleaned up some tests 2025-07-13 00:03:31 +05:00
recursion_limit Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
regions Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
repeat-expr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
repr Rewrite empty attribute lint 2025-07-06 09:51:35 +02:00
reserved
resolve Rollup merge of #143177 - xizheyin:143134, r=lcnr 2025-07-08 22:50:26 -05:00
return Merge typeck loop with static/const item eval loop 2025-05-09 15:31:27 +00:00
rfcs Port #[non_exhaustive] to the new attribute parsing infrastructure 2025-07-04 20:30:42 +02:00
rmeta compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
runtime cleaned up some tests 2025-06-08 11:25:09 +05:00
rust-2018 chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
rust-2021 UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
rust-2024 Make attribute safety validation logic more obvious 2025-05-04 21:44:50 +08:00
rustc-env compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
rustdoc Don't include current rustc version string in feature removed help 2025-06-24 23:32:09 +08:00
sanitizer Workaround a MemorySanitizer test issue 2025-07-04 14:47:28 -07:00
self Rework borrowing suggestions to use Expr instead of just Span 2025-07-10 17:23:29 +00:00
sepcomp Use non-2015 edition paths in tests that do not test for their resolution 2025-06-05 09:19:31 +02:00
shadowed cleaned up some tests 2025-07-05 01:54:04 +05:00
shell-argfiles
simd Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
single-use-lifetime
sized cleaned up some tests 2025-07-05 01:54:04 +05:00
sized-hierarchy Remove support for dyn* 2025-07-01 19:00:21 +00:00
span Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
specialization Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors 2025-07-13 22:39:10 +00:00
stability-attribute Merge lower_item into check_item_type 2025-06-30 08:45:43 +00:00
stable-mir-print Do not optimize stable-mir ui tests. 2025-07-06 16:11:43 +00:00
stack-protector tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
static Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
statics Add ty_span query 2025-07-07 08:13:12 +00:00
stats Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
std cleaned up some tests 2025-07-05 00:45:24 +05:00
stdlib-unit-tests Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
str cleaned up some tests 2025-07-05 01:25:48 +05:00
structs cleaned up some tests 2025-06-30 11:50:19 +05:00
structs-enums Better recovery 2025-06-26 18:11:14 +00:00
suggestions Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
svh cleaned up some tests 2025-07-13 00:03:31 +05:00
symbol-mangling-version compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
symbol-names tests: PointeeSized bounds with extern types 2025-06-16 23:04:35 +00:00
sync cleaned up some tests 2025-07-05 01:54:04 +05:00
target-cpu tests: {Meta,Pointee}Sized in non-minicore tests 2025-06-16 23:04:33 +00:00
target-feature Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 2025-07-04 23:26:23 -07:00
target_modifiers Make -Zfixed-x18 into a target modifier 2025-05-05 12:42:27 +00:00
test-attrs Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu 2025-06-29 12:29:54 +02:00
thir-print loop match: run exhaustiveness check 2025-07-01 15:53:50 +02:00
thread-local Mark test as only-unix. 2025-03-27 14:11:11 +01:00
threads-sendsync cleaned up some tests 2025-07-01 15:16:56 +05:00
tool-attributes refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
track-diagnostics refactor: Make -Ztrack-diagnostics emit like a note 2025-07-03 07:19:25 -06:00
trait-bounds Point to correct argument in Func Call when Self type fails trait bound 2025-07-07 16:47:15 +08:00
traits Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors 2025-07-14 11:04:55 +02:00
transmutability transmutability: shift abstraction boundary 2025-06-09 14:08:12 +00:00
transmute cleaned up some tests 2025-07-13 00:03:31 +05:00
treat-err-as-bug const-eval error: always say in which item the error occurred 2025-06-07 13:42:30 +02:00
trivial-bounds
try-block Bless/update tests. 2025-06-18 10:20:43 +02:00
try-trait cleaned up some tests 2025-07-10 18:47:20 +05:00
tuple Use non-2015 edition paths in tests that do not test for their resolution 2025-06-05 09:19:31 +02:00
type Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 2025-07-11 07:35:19 +02:00
type-alias Cleaned up 5 tests in tests/ui 2025-04-25 20:50:57 +09:00
type-alias-enum-variants cleaned up some tests 2025-06-30 12:45:47 +05:00
type-alias-impl-trait Add edition checks for some tests that had divergent output 2025-06-25 17:02:26 +00:00
type-inference Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 2025-07-11 07:35:18 +02:00
typeck cleaned up some tests 2025-07-13 00:03:31 +05:00
typeof compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
ufcs Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann 2025-06-01 19:35:41 +02:00
unboxed-closures added test for 30904 2025-06-08 03:44:44 +05:00
underscore-imports Emit a single error when importing a path with _ 2025-06-24 16:21:26 +00:00
underscore-lifetime Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 2025-07-11 07:35:18 +02:00
uniform-paths
uninhabited treat box patterns as deref patterns in THIR and usefulness analysis 2025-07-04 01:28:35 -07:00
union Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
unknown-unstable-lints UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
unop Mention type parameter in more cases and don't suggest ~const bound already there 2024-12-07 21:37:13 +00:00
unpretty fix: Include frontmatter in -Zunpretty output 2025-07-10 10:26:02 -05:00
unresolved Use non-2015 edition paths in tests that do not test for their resolution 2025-06-05 09:19:31 +02:00
unsafe cleaned up some tests 2025-07-10 18:50:35 +05:00
unsafe-binders Fix spans for unsafe binders 2025-05-30 16:58:48 +00:00
unsafe-fields Do not require that unsafe fields lack drop glue 2025-02-28 16:32:06 +00:00
unsized Unconditionally run check_item_type on all items 2025-06-30 08:06:08 +00:00
unsized-locals Error on moving unsized values rather than ICE'ing 2025-07-08 22:37:12 +02:00
unused-crate-deps
unwind-abis
use Bless/update tests. 2025-06-18 10:20:43 +02:00
variance Check variances in the non-hir wfchecker 2025-06-30 08:45:43 +00:00
variants Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
version
warnings Use non-2015 edition paths in tests that do not test for their resolution 2025-06-05 09:19:31 +02:00
wasm Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
wf Avoid looking at HIR for trait and impl items 2025-06-30 08:45:43 +00:00
where-clauses Remove Symbol for Named LateParam/Bound variants 2025-07-04 18:14:22 +00:00
while Quickfix //@ check-pass is enough 2025-02-04 21:42:43 +05:30
windows-subsystem compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
zero-sized
.gitattributes
darwin-ld64.rs Add a regression test for ld64 2025-07-04 23:04:56 +08:00
deduplicate-diagnostics.deduplicate.stderr
deduplicate-diagnostics.duplicate.stderr Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
deduplicate-diagnostics.rs Do not visit whole crate to compute lints_that_dont_need_to_run. 2025-04-04 12:37:38 +00:00
lexical-scopes.rs
lexical-scopes.stderr
log-poly.rs
struct-ctor-mangling.rs
SUMMARY.md Remove support for dyn* 2025-07-01 19:00:21 +00:00