about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/machine.rs
AgeCommit message (Expand)AuthorLines
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