rust/compiler/rustc_const_eval/src/interpret
Matthias Krüger 22379779b5
Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk
don't destuct references just to reborrow
2022-12-18 18:57:05 +01:00
..
intrinsics compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
cast.rs don't restuct references just to reborrow 2022-12-18 17:04:32 +01:00
eval_context.rs Make alignment checks a future incompat lint 2022-12-15 16:07:28 +00:00
intern.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
intrinsics.rs Combine identical alias arms 2022-12-13 17:48:55 +00:00
machine.rs Move alignment failure error reporting to machine 2022-12-15 16:07:35 +00:00
memory.rs Move alignment failure error reporting to machine 2022-12-15 16:07:35 +00:00
mod.rs interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
operand.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
operator.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
place.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +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 Combine identical alias arms 2022-12-13 17:48:55 +00:00
visitor.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00