rust/compiler/rustc_monomorphize/src
Nicholas Nethercote 3aa31788b5 Remove Deref/DerefMut impl for Providers.
It's described as a "backwards compatibility hack to keep the diff
small". Removing it requires only a modest amount of churn, and the
resulting code is clearer without the invisible derefs.
2026-01-14 15:55:59 +11:00
..
collector rlib handling 2025-11-19 00:17:37 -05:00
graph_checks Ensure that static initializers are acyclic for NVPTX 2026-01-06 17:00:21 +01:00
mono_checks mono: require target feature for scalable vectors 2025-12-16 11:01:26 +00:00
collector.rs Remove Deref/DerefMut impl for Providers. 2026-01-14 15:55:59 +11:00
errors.rs Ensure that static initializers are acyclic for NVPTX 2026-01-06 17:00:21 +01:00
lib.rs Remove Deref/DerefMut impl for Providers. 2026-01-14 15:55:59 +11:00
partitioning.rs Remove Deref/DerefMut impl for Providers. 2026-01-14 15:55:59 +11:00
util.rs Move users of span_to_embeddable_string to span_to_diagnostic_string 2025-12-12 07:32:25 +01:00