about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval/dummy_machine.rs
AgeCommit message (Expand)AuthorLines
2025-07-16simplfy memory kind handling during interningRalf Jung-1/+0
2025-05-27Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung许杰友 Jieyou Xu (Joe)-0/+5
2025-05-26extend allocbytes with associated typeNia Espera-0/+5
2025-05-22interpret: do not force_allocate all return placesRalf Jung-2/+2
2024-12-19Pass FnAbi to find_mir_or_eval_fntiif-1/+3
2024-12-05extend Miri to correctly pass mutable pointers through FFIStrophox-3/+3
2024-11-03compiler: Directly use rustc_abi in const_evalJubilee Young-1/+1
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-1/+1
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-3/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+5
2024-05-27miri: avoid making a full copy of all new allocationsRalf Jung-1/+1
2024-05-27interpret: get rid of 'mir lifetime everywhereRalf Jung-17/+15
2024-05-27interpret: the MIR is actually at lifetime 'tcxRalf Jung-5/+5
2024-05-21interpret: make overflowing binops just normal binopsRalf Jung-2/+2
2024-05-13Remove `extern crate rustc_middle` from `rustc_const_eval`.Nicholas Nethercote-1/+4
2024-05-03Let miri and const eval execute intrinsics' fallback bodiesOli Scherer-1/+1
2024-04-23properly fill a promoted's required_constsRalf Jung-5/+2
2024-04-23interpret: sanity-check that required_consts captures all consts that can failRalf Jung-0/+6
2024-03-22Add `tag_for_variant` queryJack Wrenn-0/+193