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
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
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-2
/
+6
2021-07-09
Fix project_deref() implementation
Nikita Popov
-12
/
+0
2021-07-09
Pass type when creating load
Nikita Popov
-1
/
+1
2021-04-08
Fix closed over variables not available in debuginfo for Windows MSVC
Wesley Wiser
-0
/
+12
2021-01-16
PlaceRef::ty: use method call syntax
Ralf Jung
-1
/
+1
2021-01-07
Auto merge of #80200 - mahkoh:dst-offset, r=nagisa
bors
-10
/
+44
2021-01-03
use PlaceRef more consistently instead of loosely coupled local+projection
Ralf Jung
-1
/
+1
2020-12-19
Optimize DST field access
Julian Orth
-10
/
+44
2020-11-16
compiler: fold by value
Bastian Kauschke
-2
/
+2
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-2
/
+2
[next]