summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/check_alignment.rs
Commit message (Expand)AuthorAgeFilesLines
* Box AssertKindBen Kimock2023-05-011-2/+2
* Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle2023-04-241-1/+1
* Only emit alignment checks if we have a panic_implBen Kimock2023-04-131-0/+7
* Fix new usage of old apiGary Guo2023-04-061-1/+1
* Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray2023-04-021-1/+1
* Skip checks for common types with alignment 1Ben Kimock2023-03-241-0/+7
* Use Vec::split_offBen Kimock2023-03-241-1/+1
* Clarify that we are doing ptr.addr() internallyBen Kimock2023-03-241-1/+1
* A MIR transform that checks pointers are alignedBen Kimock2023-03-231-0/+220