rust/compiler/rustc_const_eval/src/interpret
Scott McMurray 925dc37313 Stop using BREAK & CONTINUE in compiler
Switching them to `Break(())` and `Continue(())` instead.

libs-api would like to remove these constants, so stop using them in compiler to make the removal PR later smaller.
2023-01-17 23:17:51 -08: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 Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
intern.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
intrinsics.rs Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor 2022-12-22 02:16:59 +00:00
machine.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
memory.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
mod.rs interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
operand.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
operator.rs avoid .into() conversion to identical types 2022-12-18 16:20:32 +01:00
place.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
projection.rs interpret: add read_machine_[ui]size convenience methods 2022-12-12 11:10:19 +01:00
step.rs make retagging work even with 'unstable' places 2022-12-06 10:33:34 +01:00
terminator.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
validity.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
visitor.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00