rust/compiler/rustc_passes/src
bors 8712e45675 Auto merge of #144873 - cjgillot:implications, r=lqd
Implement `stability_implications` without a visitor.

Since https://github.com/rust-lang/rust/pull/143845, the `Annotator` visitor was a no-op when the crate is not staged_api. This PR avoids using a visitor altogether, making `stability_implications` truly a no-op in most cases.
2025-08-10 05:44:53 +00:00
..
liveness use div_ceil instead of manual logic 2025-07-05 10:55:42 +02:00
abi_test.rs Generalize TyCtxt::item_name. 2025-07-13 13:50:00 +00:00
check_attr.rs Revert "Port #[allow_internal_unsafe] to the new attribute system" 2025-08-08 11:54:20 +02:00
check_export.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
dead.rs Update doc-comment. 2025-08-04 23:02:27 +00:00
debugger_visualizer.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
diagnostic_items.rs Implement lint against direct uses of rustc_type_ir in compiler crates 2025-06-18 16:01:41 +02:00
entry.rs use slice::contains where applicable 2025-03-28 12:21:21 +00:00
errors.rs Revert "Port #[allow_internal_unsafe] to the new attribute system" 2025-08-08 11:54:20 +02:00
hir_id_validator.rs Adjust Map's to_string functionality. 2025-03-12 08:30:03 +11:00
input_stats.rs remove P 2025-08-09 15:47:01 +08:00
lang_items.rs Specify of_trait in Target::Impl. 2025-07-17 22:21:21 +00:00
layout_test.rs Replace infallible name_or_empty methods with fallible name methods. 2025-04-17 09:50:52 +10:00
lib.rs Simplify maybe_record_as_seed. 2025-08-04 23:00:45 +00:00
lib_features.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
liveness.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
reachable.rs use let chains in mir, resolve, target 2025-07-28 06:10:36 +05:00
stability.rs Auto merge of #144873 - cjgillot:implications, r=lqd 2025-08-10 05:44:53 +00:00
upvars.rs use let chains in mir, resolve, target 2025-07-28 06:10:36 +05:00
weak_lang_items.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00