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
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
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
2023-04-14
Remove attempt to optimize codegen for discriminants.
Camille GILLOT
-92
/
+0
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-0
/
+3
2023-03-16
Use poison instead of undef
Nikita Popov
-1
/
+1
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-7
/
+10
2022-11-18
rustc_codegen_ssa: Fix for codegen_get_discr
Michael Benfield
-9
/
+18
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-4
/
+4
2022-11-11
rustc_codegen_ssa: Better code generation for niche discriminants.
Michael Benfield
-49
/
+145
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+16
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-4
/
+4
2022-08-24
Remove LLVM ARM bug workaround
Michael Benfield
-11
/
+0
2022-07-22
simplify more, ret_deref -> has_deref
ouz-a
-2
/
+1
2022-07-22
simplify some code that depend on Deref
ouz-a
-8
/
+3
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-16
/
+0
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+16
2022-07-05
Prefer trace level instrumentation for the new noisy instrument attributes
Oli Scherer
-1
/
+1
2022-06-29
Some tracing cleanups
Oli Scherer
-1
/
+2
2022-06-15
remove box derefs from codgen
DrMeepster
-22
/
+2
2022-05-26
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-04-14
Add additional `extract_field` / `project_field` to take into account extra l...
Eduardo Sánchez Muñoz
-2
/
+6
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-2
/
+2
2022-03-27
fix other source of box deref
DrMeepster
-3
/
+11
2022-03-26
check the the right field
DrMeepster
-1
/
+1
2022-03-25
widen special case on deref to all non-zst allocators
DrMeepster
-4
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-27
expadn abi check + condese & fix tests
DrMeepster
-1
/
+1
2022-02-27
fix box icing when it has aggregate abi
DrMeepster
-1
/
+12
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-11-27
Use iterator instead of recursion in `codegen_place`
SparrowLii
-76
/
+67
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-2
/
+2
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-1
/
+5
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-2
/
+2
[next]