summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/machine.rs
AgeCommit message (Expand)AuthorLines
2022-05-13Rustc changes for permissive provenancecarbotaniuman-5/+33
2022-04-18add method to get absolute address of a pointer (useful only for Miri)Ralf Jung-0/+2
2022-04-18avoid pairing up AllocId and PointerTag, which is redundantRalf Jung-7/+19
2022-04-05interp: pass TyCtxt to Machine methods that do not take InterpCxRalf Jung-1/+5
2022-04-03interpret: remove MemoryExtra in favor of giving access to the MachineRalf Jung-25/+20
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+4
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-6/+0
2021-12-20CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibilityRalf Jung-1/+1
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-2/+2
2021-11-09miri: Detect uninitialized integers and floatsNoah Lev-0/+9
2021-10-20Remove `box_alloc` from `Machine` trait.Gary Guo-6/+0
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+479