rust/compiler/rustc_const_eval/src/interpret
Matthias Krüger 2daa3bcbc2
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
compiler: remove unnecessary imports and qualified paths

Some of these imports were necessary before Edition 2021, others were already in the prelude.

I hope it's fine that this PR is so spread-out across files :/
2022-12-11 09:51:57 +01:00
..
intrinsics compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
cast.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
eval_context.rs Remove now-redundant file/line info from const backtraces 2022-12-06 18:59:46 +00:00
intern.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
intrinsics.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
machine.rs make retagging work even with 'unstable' places 2022-12-06 10:33:34 +01:00
memory.rs cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
mod.rs interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
operand.rs add FIXME's 2022-11-25 09:28:44 +00:00
operator.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
place.rs review feedback 2022-11-18 14:24:48 +01:00
projection.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
step.rs make retagging work even with 'unstable' places 2022-12-06 10:33:34 +01:00
terminator.rs Remove unneeded field from SwitchTargets 2022-12-09 04:53:10 -08:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
validity.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
visitor.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00