rust/tests/ui/check-cfg
Augie Fackler 22b704bac4 llvm: update riscv target feature to match LLVM 19
In llvm/llvm-project@9067070d91 they ended
up largely reverting
llvm/llvm-project@e817966718. This means
the change we did in
rust-lang/rust@b378059e6b is now only
corrct for LLVM 18...so we have to adjust again.

@rustbot label: +llvm-main
2024-04-17 16:15:24 -04:00
..
allow-at-crate-level.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
allow-macro-cfg.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
allow-same-level.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
allow-same-level.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
allow-top-level.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
allow-upper-level.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cargo-feature.none.stderr Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cargo-feature.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cargo-feature.some.stderr Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cfg-value-for-cfg-name-duplicate.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cfg-value-for-cfg-name-duplicate.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
cfg-value-for-cfg-name-multiple.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cfg-value-for-cfg-name-multiple.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
cfg-value-for-cfg-name.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
cfg-value-for-cfg-name.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
compact-names.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
compact-names.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
compact-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
compact-values.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
concat-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
concat-values.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
diagnotics.cargo.stderr Add more suggestion to unexpected cfg names and values 2023-12-13 17:48:04 +01:00
diagnotics.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
diagnotics.rustc.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
empty-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
empty-values.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-names-values.empty_cfg.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-names-values.feature.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-names-values.full.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-names-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
exhaustive-names.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
exhaustive-names.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-values.empty_cfg.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
exhaustive-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
exhaustive-values.without_names.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
invalid-arguments.any_values.stderr Better guard against wrong input with check-cfg any() 2023-10-27 12:02:54 +02:00
invalid-arguments.anything_else.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.cfg_none.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.giberich.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.ident_in_values_1.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.ident_in_values_2.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.mixed_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.mixed_values_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.multiple_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.multiple_values_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.multiple_values.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.none_not_empty.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.not_empty_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.not_empty_values_any.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
invalid-arguments.string_for_name_1.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.string_for_name_2.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.unknown_meta_item_1.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.unknown_meta_item_2.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.unknown_meta_item_3.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.unterminated.stderr Better guard against wrong input with check-cfg any() 2023-10-27 12:02:54 +02:00
invalid-arguments.values_any_before_ident.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
invalid-arguments.values_any_missing_values.stderr MCP636: Adapt check-cfg tests to the new syntax 2023-10-13 13:51:03 +02:00
mix.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
mix.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
my-awesome-platform.json Honor current target when checking conditional compilation values 2023-03-09 21:55:00 +01:00
no-expected-values.empty.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
no-expected-values.mixed.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
no-expected-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
no-expected-values.simple.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
order-independant.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
order-independant.values_after.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
order-independant.values_before.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
stmt-no-ice.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
stmt-no-ice.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
unexpected-cfg-name.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
unexpected-cfg-name.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
unexpected-cfg-value.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
unexpected-cfg-value.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
unknown-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
values-none.explicit.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
values-none.implicit.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
values-none.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
values-target-json.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
well-known-names.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
well-known-names.stderr Move --check-cfg documentation to stable books 2024-04-15 21:49:56 +02:00
well-known-values.rs Stabilize checking of cfgs at compile-time: --check-cfg option 2024-04-15 21:49:55 +02:00
well-known-values.stderr llvm: update riscv target feature to match LLVM 19 2024-04-17 16:15:24 -04:00