1
Fork 0
rust/compiler/rustc_const_eval/src
Yuki Okushi 957b44a13c
Rollup merge of #101402 - saethlin:inline-asm-hook, r=oli-obk
Add a Machine hook for inline assembly

I'm sketching out some support in Miri to "execute" inline assembly. I want this because there are codebases which have very simple inline assembly like hand-written syscall wrappers, and it would be nice to test such code without modification.

r? ``@oli-obk``
2022-09-06 08:36:04 +09:00
..
const_eval Make const_eval_select a real intrinsic 2022-09-04 20:35:23 +08:00
interpret Add a Machine hook for inline assembly 2022-09-03 18:05:02 -04:00
transform Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk 2022-09-02 18:21:58 +02:00
util Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov 2022-08-03 16:09:56 +00:00
errors.rs Addressing last comment on PR review 2022-08-22 12:14:49 -03:00
lib.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
might_permit_raw_init.rs fix ICE with extra-const-ub-checks 2022-08-21 20:00:38 -04:00