summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/util/alignment.rs
AgeCommit message (Expand)AuthorLines
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