rust/compiler/rustc_mir_dataflow/src
bors f3343420c8 Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk
Begin to implement type system layer of unsafe binders

Mostly TODOs, but there's a lot of match arms that are basically just noops so I wanted to split these out before I put up the MIR lowering/projection part of this logic.

r? oli-obk

Tracking:

- https://github.com/rust-lang/rust/issues/130516
2024-12-24 00:51:51 +00:00
..
framework Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko 2024-12-18 22:57:23 +00:00
impls Delete Rvalue::Len 2024-12-22 06:12:39 -08:00
move_paths Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk 2024-12-24 00:51:51 +00:00
debuginfo.rs Preserve DebugInfo in DeadStoreElimination. 2023-10-06 15:46:11 +00:00
drop_flag_effects.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
elaborate_drops.rs Use PtrMetadata instead of Len in slice drop shims 2024-12-14 21:29:45 -08:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Simplify dataflow SwitchInt handling. 2024-12-16 09:36:07 +11:00
points.rs Rename some Analysis and ResultsVisitor methods. 2024-12-10 12:07:13 +11:00
rustc_peek.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
un_derefer.rs Avoid unnecessary exports. 2023-11-23 14:06:57 +11:00
value_analysis.rs Remove unused dataflow trait impls and bounds. 2024-12-10 11:52:30 +11:00