about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/layout_sanity_check.rs
AgeCommit message (Expand)AuthorLines
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-6/+1
2023-07-21Move `naive_layout_of` query provider in separate sibling moduleMoulins-1/+6
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+2
2023-05-05Factor out checks in layout check and add helper inherent_size.Luqman Aden-54/+40
2023-04-17Spelling - compilerJosh Soref-1/+1
2022-11-28stricter alignment enforcement for ScalarPair and VectorRalf Jung-15/+22
2022-11-28sanity_check_layout: less rightwards driftRalf Jung-262/+265
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-9/+9
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-1/+1
2022-10-03Move utils from rustc_middle to rustc_ty_utilsCameron Steffen-0/+303