about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/size_of_val.rs
AgeCommit message (Expand)AuthorLines
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-4/+4
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-1/+2
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-8/+3
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-1/+1
2024-09-23fix ices on vfe about principal traitLuv-Ray-2/+2
2024-09-17Clean up formatting.Nicholas Nethercote-9/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+4
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-1/+9
2024-03-16Handle calls to upstream monomorphizations in compiler_builtinsBen Kimock-1/+2
2023-12-13fix computing the dynamic alignment of packed structs with dyn trait tailsRalf Jung-23/+39
2023-12-12codegen: panic when trying to compute size/align of extern typeRalf Jung-0/+152