rust/compiler/rustc_passes/src
bors 7ed1a51b25 Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #131814 (`optimize` attribute applied to things other than methods/functions/c…)
 - #131927 (Check for filecheck directives in files marked `skip-filecheck`)
 - #131967 (Remove `lower_mono_bounds`)
 - #131973 (fix(rustdoc-json-types): document rustc-hash feature)
 - #131976 (feat(rustdoc-json-types): mark simple enums as copy)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-10-20 21:40:21 +00:00
..
liveness Reformat use declarations. 2024-07-29 08:26:52 +10:00
abi_test.rs Shrink TyKind::FnPtr. 2024-08-09 14:33:25 +10:00
check_attr.rs misapplied optimize attribute throws a compilation error (#128488) 2024-10-20 08:34:15 -06:00
check_const.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
dead.rs rm ItemKind::OpaqueTy 2024-10-04 23:28:22 +00:00
debugger_visualizer.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
diagnostic_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
entry.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs misapplied optimize attribute throws a compilation error (#128488) 2024-10-20 08:34:15 -06:00
hir_id_validator.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
hir_stats.rs Stop relying on hashmap iteration for hir stat printing 2024-10-20 00:12:52 -07:00
lang_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
layout_test.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib_features.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
liveness.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
loops.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
naked_functions.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
reachable.rs rm ItemKind::OpaqueTy 2024-10-04 23:28:22 +00:00
stability.rs Emit an error for unstable attributes that reference already stable features 2024-10-12 10:19:24 +02:00
upvars.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
weak_lang_items.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00