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
/
mir
/
place.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
ProjectionElem::Subtype -> CastKind::Subtype
beepster4096
-1
/
+0
2025-07-03
Allow all MIR `Aggregate`s to take the operand path (if layout permits)
Scott McMurray
-46
/
+82
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-2
/
+2
2025-03-12
Don't `alloca` just to look at a discriminant
Scott McMurray
-124
/
+0
2025-03-07
Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco
Matthias Krüger
-1
/
+1
2025-02-24
Remove an unnecessary lifetime
Oli Scherer
-1
/
+1
2025-02-24
ssa/mono: deduplicate `type_has_metadata`
David Wood
-2
/
+6
2025-02-24
Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm
bors
-1
/
+1
2025-02-19
Also use gep inbounds nuw for index projections
Nikita Popov
-1
/
+1
2025-02-19
Remove `rustc_middle::mir::tcx` module.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-4
/
+4
2025-01-31
Implement MIR, CTFE, and codegen for unsafe binders
Michael Goulet
-0
/
+3
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-4
/
+4
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-1
/
+2
2024-12-15
Simplify the GEP instruction for index
DianQK
-4
/
+1
2024-11-30
use stores of the correct size to set discriminants
The 8472
-8
/
+16
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-2
/
+1
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-3
/
+3
2024-10-08
compiler: Factor rustc_target::abi out of cg_ssa
Jubilee Young
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+8
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-2
/
+2
2024-07-02
Use the aligned size for alloca at ret when the pass mode is cast.
DianQK
-1
/
+9
2024-05-28
Add an intrinsic for `ptr::metadata`
Scott McMurray
-0
/
+5
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-5
/
+6
2024-05-10
Refactoring after the `PlaceValue` addition
Scott McMurray
-36
/
+51
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-24
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
bors
-1
/
+1
2024-04-11
use [N x i8] for alloca types
Erik Desjardins
-1
/
+1
2024-04-11
Add load/store helpers that take `PlaceValue`
Scott McMurray
-3
/
+2
2024-04-11
Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR...
Scott McMurray
-30
/
+64
2024-03-04
use GEP inbounds for ZST and DST field offsets
Erik Desjardins
-6
/
+1
2024-02-27
use non-inbounds GEP for ZSTs, add fixmes
Erik Desjardins
-0
/
+5
2024-02-26
introduce and use ptradd/inbounds_ptradd instead of gep
Erik Desjardins
-2
/
+2
2024-02-26
always use gep inbounds i8 (ptradd) for field offsets
Erik Desjardins
-29
/
+5
2024-01-02
Address review comments
Nikita Popov
-7
/
+5
2023-12-15
Separate immediate and in-memory ScalarPair representation
Nikita Popov
-2
/
+1
2023-12-12
reject projecting to fields whose offset we cannot compute
Ralf Jung
-12
/
+7
2023-12-12
codegen: panic when trying to compute size/align of extern type
Ralf Jung
-2
/
+2
2023-12-03
codegen, miri: fix computing the offset of an unsized field in a packed struct
Ralf Jung
-10
/
+12
2023-11-21
Fix some unnecessary casts
Nilstrieb
-7
/
+5
2023-10-02
Add docs, remove code, change subtyper code
ouz-a
-1
/
+1
2023-10-02
subtyping_projections
ouz-a
-0
/
+1
2023-09-28
Strip `OpaqueCast` during `RevealAll`.
Oli Scherer
-1
/
+3
2023-08-29
const_eval and codegen: audit uses of is_zst
Ralf Jung
-1
/
+2
2023-08-06
cleanup misinformation regarding has_deref
ouz-a
-1
/
+1
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-34
/
+5
2023-07-10
ensure byval allocas are sufficiently aligned
Erik Desjardins
-2
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
[next]