rust/compiler/stable_mir/src
Jacob Pratt f5c6287d76
Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcm
Fix bugs due to unhandled `ControlFlow` in compiler

Well, one bug and one nit.
2025-02-23 02:44:20 -05:00
..
mir Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
abi.rs Remove BackendRepr::Uninhabited, replaced with an uninhabited: bool field in LayoutData. 2025-02-20 13:27:32 -06:00
compiler_interface.rs [StableMIR] API to retrieve definitions from crates 2024-11-07 13:11:46 -08:00
crate_def.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
error.rs Implement missing ABI structures in StableMIR 2024-03-01 11:02:05 -08:00
lib.rs [StableMIR] API to retrieve definitions from crates 2024-11-07 13:11:46 -08:00
mir.rs Add support to global allocation to stable-mir 2023-11-21 19:16:53 -08:00
target.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ty.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
visitor.rs Fix bugs due to unhandled ControlFlow 2025-02-22 23:56:14 +00:00