about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/const_prop.rs
AgeCommit message (Expand)AuthorLines
2022-03-21rename LocalState::Uninitialized to UnallocatedRalf Jung-4/+4
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+1
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-4/+4
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-1/+10
2022-03-01Miri/CTFE: properly treat overflow in (signed) division/rem as UBRalf Jung-1/+10
2022-03-017 - Make more use of `let_chains`Caio-27/+23
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-4/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-3/+3
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-11add tainted_by_errors to mir::BodyMichael Goulet-0/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-2/+1
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-7/+6
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-4/+2
2022-01-15initial revertEllen-7/+6
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-2/+1
2022-01-04rename StackPopClean::None to RootRalf Jung-1/+1
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-7/+0
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-1/+1
2021-12-14Return an error when `eval_rvalue_with_identities` failsTomasz Miąsko-52/+34
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-10/+10
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-0/+7
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-1/+2
2021-12-02Update passes with new interfaceDylan MacKenzie-0/+7
2021-10-20Remove `box_alloc` from `Machine` trait.Gary Guo-7/+0
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-2/+1
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-0/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-2/+2
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+1312