about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/util/alignment.rs
AgeCommit message (Expand)AuthorLines
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-3/+3
2024-11-03compiler: Directly use rustc_abi in const_evalJubilee Young-1/+1
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-1/+1
2024-08-08Normalize struct tail properly in disalignment checkMichael Goulet-1/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.Nicholas Nethercote-0/+1
2023-09-06still accept references to u8 slices and str in packed fieldsRalf Jung-2/+8
2023-09-05fix detecting references to packed unsized fieldsRalf Jung-1/+3
2023-08-24MIR validation: reject in-place argument/return for packed fieldsRalf Jung-1/+2
2022-08-03fix is_disaligned logic for nested packed structsRalf Jung-16/+12
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2022-02-19rustc_const_eval: adopt let else in more placesest31-6/+3
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+70