about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/operand.rs
AgeCommit message (Expand)AuthorLines
2022-02-19Adopt let else in more placesest31-9/+6
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-1/+1
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-8/+8
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-2/+2
2021-08-04Prepare struct_gep for opaque pointersTomasz Miąsko-2/+3
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-4/+4
2021-07-09Don't access pointer element type for nontemporal storeNikita Popov-5/+4
2021-07-09Pass type when creating loadNikita Popov-0/+9
2021-01-30codegen: assume constants cannot fail to evaluateRalf Jung-21/+4
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-09-01Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddybbors-28/+22
2020-08-30mv compiler to compiler/mark-0/+471