about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_alignment.rs
AgeCommit message (Expand)AuthorLines
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-1/+1
2023-03-24Skip checks for common types with alignment 1Ben Kimock-0/+7
2023-03-24Use Vec::split_offBen Kimock-1/+1
2023-03-24Clarify that we are doing ptr.addr() internallyBen Kimock-1/+1
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+220