rust/compiler/rustc_const_eval/src/const_eval
Matthias Krüger 31d7e514ab
Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung
Use `target` instead of `machine` for mir interpreter integer handling.

The naming of `machine` only makes sense from a mir interpreter internals perspective, but outside users talk about the `target` platform. As per https://github.com/rust-lang/rust/pull/108029#issuecomment-1429791015

r? `@RalfJung`
2023-02-15 21:30:57 +01:00
..
error.rs rustc_const_eval: remove ref patterns (+some pattern matching imps) 2023-01-17 07:48:19 +00:00
eval_queries.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00
fn_queries.rs Add of_trait to DefKind::Impl. 2023-02-14 19:55:44 +00:00
machine.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00
mod.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00
valtrees.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00