about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/stack.rs
AgeCommit message (Expand)AuthorLines
2025-02-28Shorten span of panic failures in const contextEsteban Küber-2/+8
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+2
2024-12-11Make some types and methods related to Polonius + Miri public.Will Crichton-1/+3
2024-11-26Move `always_storage_live_locals`.Nicholas Nethercote-1/+1
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-2/+2
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-8/+7
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-6/+7
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-13/+13
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-1/+4
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-06various cleanups based on reviewRalf Jung-2/+7
2024-08-06make some Frame fields more privateRalf Jung-4/+12
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-0/+638