rust/compiler/rustc_mir_dataflow/src
Nicholas Nethercote 7060fc8327 Replace no_ord_impl with orderable.
Similar to the previous commit, this replaces `newtype_index`'s opt-out
`no_ord_impl` attribute with the opt-in `orderable` attribute.
2023-11-22 18:38:17 +11:00
..
framework Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
impls Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
move_paths Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
debuginfo.rs Preserve DebugInfo in DeadStoreElimination. 2023-10-06 15:46:11 +00:00
drop_flag_effects.rs Remove on_all_drop_children_bits. 2023-10-21 10:33:37 +00:00
elaborate_drops.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Remove on_all_drop_children_bits. 2023-10-21 10:33:37 +00:00
rustc_peek.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
storage.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
un_derefer.rs optimization round 2 2023-07-10 20:46:01 -07:00
value_analysis.rs Improve naming and comments. 2023-10-21 07:01:25 +00:00