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
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-08
Align unsized locals
Tomasz Miąsko
-11
/
+15
2023-05-05
Address review comments.
Luqman Aden
-6
/
+0
2023-05-05
Don't bitcast aggregate field.
Luqman Aden
-1
/
+26
2023-05-05
Operand::extract_field: only cast llval if it's a pointer and replace bitcast...
Luqman Aden
-3
/
+13
2023-04-06
Check `CastKind::Transmute` sizes in a better way
Scott McMurray
-0
/
+25
2023-04-04
Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s
Scott McMurray
-1
/
+17
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-2
/
+2
2023-03-16
Use poison instead of undef
Nikita Popov
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-10-02
Remove type argument of array_alloca and rename to byte_array_alloca
bjorn3
-1
/
+1
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-8
/
+1
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+4
2022-06-15
fix codegen assertion
DrMeepster
-2
/
+2
2022-06-15
remove box derefs from codgen
DrMeepster
-8
/
+6
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-4
/
+4
2022-03-11
fix another assumption about box
DrMeepster
-1
/
+8
2022-02-19
Adopt let else in more places
est31
-9
/
+6
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-1
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-8
/
+8
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-2
/
+3
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-4
/
+4
2021-07-09
Don't access pointer element type for nontemporal store
Nikita Popov
-5
/
+4
2021-07-09
Pass type when creating load
Nikita Popov
-0
/
+9
2021-01-30
codegen: assume constants cannot fail to evaluate
Ralf Jung
-21
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-09-01
Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb
bors
-28
/
+22
2020-08-30
mv compiler to compiler/
mark
-0
/
+471