index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
size_of_val.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-4
/
+4
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-1
/
+2
2025-02-13
Set both `nuw` and `nsw` in slice size calculation
Scott McMurray
-8
/
+3
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-09-23
fix ices on vfe about principal trait
Luv-Ray
-2
/
+2
2024-09-17
Clean up formatting.
Nicholas Nethercote
-9
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-23
CFI: Use Instance at callsites
Matthew Maurer
-1
/
+9
2024-03-16
Handle calls to upstream monomorphizations in compiler_builtins
Ben Kimock
-1
/
+2
2023-12-13
fix computing the dynamic alignment of packed structs with dyn trait tails
Ralf Jung
-23
/
+39
2023-12-12
codegen: panic when trying to compute size/align of extern type
Ralf Jung
-0
/
+152