about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/glue.rs
AgeCommit message (Expand)AuthorLines
2023-12-12codegen: panic when trying to compute size/align of extern typeRalf Jung-126/+0
2023-03-17Use `size_of_val` instead of manual calculationScott McMurray-1/+1
2022-12-08Add 0..=isize::MAX range metadata to size loads from vtablesErik Desjardins-0/+3
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-1/+1
2022-06-14use unchecked mul to compute slice sizesErik Desjardins-1/+6
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
2021-12-05Attach range metadata to alignment loads from vtablesErik Desjardins-7/+11
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-1/+6
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+109