about summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir/alloc.rs
AgeCommit message (Expand)AuthorLines
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-90/+0
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-0/+3
2025-07-06move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...Makai-0/+87
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-87/+0
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-2/+3
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-2/+2
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-2/+2
2024-03-20resolve clippy errorsonur-ozkan-4/+4
2023-12-07Add instance evaluation and methods to read allocCelina G. Val-2/+34
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+7
2023-11-21Add support to get virtual table allocationCelina G. Val-0/+7
2023-11-21Add support to global allocation to stable-mirCelina G. Val-0/+37