rust/tests
bors 04a67d5a05 Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35
Rollup of 8 pull requests

Successful merges:

 - rust-lang/rust#140367 (add `asm_cfg`: `#[cfg(...)]` within `asm!`)
 - rust-lang/rust#140894 (Make check-cfg diagnostics work in `#[doc(cfg(..))]`)
 - rust-lang/rust#141252 (gvn: bail out unavoidable non-ssa locals in repeat)
 - rust-lang/rust#141517 (rustdoc: use descriptive tooltip if doctest is conditionally ignored)
 - rust-lang/rust#141551 (Make two transmute-related MIR lints into HIR lint)
 - rust-lang/rust#141591 (ci: fix llvm test coverage)
 - rust-lang/rust#141647 (Bump master `stage0` compiler)
 - rust-lang/rust#141659 (Add `Result::map_or_default` and `Option::map_or_default`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-05-28 01:20:50 +00:00
..
assembly Add compiler tests for xray 2025-05-26 00:39:23 +08:00
auxiliary stabilize `naked_functions` 2025-04-20 11:18:38 +02:00
codegen tests: mark option-niche-eq as fixed on LLVM 21 2025-05-27 11:20:52 -04:00
codegen-units Remove mono item collection strategy override from -Zprint-mono-items 2025-05-09 12:19:09 +02:00
coverage coverage: Revert "unused local file IDs" due to empty function names 2025-05-27 23:33:29 +10:00
coverage-run-rustdoc
crashes Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors 2025-05-23 05:30:45 +00:00
debuginfo Use the fn_span when emitting function calls for better debug info. 2025-05-22 14:06:24 -07:00
incremental Remove manual WF hack 2025-05-07 16:29:59 +00:00
mir-opt Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 2025-05-28 01:20:50 +00:00
pretty feat: add generated parameters to generated function 2025-05-11 17:54:57 +02:00
run-make test: convert version_check ui test to run-make 2025-05-27 11:12:15 +02:00
rustdoc Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092, r=notriddle 2025-05-27 20:28:32 -04:00
rustdoc-gui Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez 2025-05-25 04:00:55 +02:00
rustdoc-js yeet `CanonicalVarInfo` 2025-05-23 12:10:53 +00:00
rustdoc-js-std Consistent trait bounds for ExtractIf Debug impls 2025-05-05 19:46:46 -07:00
rustdoc-json rustdoc JSON: Don't apply `#[repr]` privacy heuristics 2025-05-22 21:26:48 +02:00
rustdoc-ui rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg work 2025-05-26 21:52:21 +02:00
ui Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 2025-05-28 01:20:50 +00:00
ui-fulldeps Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk 2025-05-05 11:50:43 +00:00
COMPILER_TESTS.md