about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/allocation/init_mask.rs
AgeCommit message (Expand)AuthorLines
2025-03-15Move codec module back into middleMichael Goulet-7/+6
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2024-11-03compiler: Directly use rustc_abi in metadata and middleJubilee Young-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_middle`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-5/+1
2023-04-17Bypass the varint path when encoding InitMaskBen Kimock-1/+31
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-03-28address review commentsRémy Rakic-4/+7
2023-03-27readability tweaksRémy Rakic-22/+22
2023-03-27make InitMask lazy for fully init/uninit casesRémy Rakic-58/+225
2022-11-26interpret: remove PartialOrd from a bunch of types that do not have or need a...Ralf Jung-1/+1
2022-11-06make uninit_mask a unit testRalf Jung-1/+1
2022-11-06move InitMask to its own moduleRalf Jung-0/+530