| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -2/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -8/+7 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -6/+7 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -13/+13 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-10 | miri: treat non-memory local variables properly for data race detection | Ralf Jung | -1/+4 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-06 | various cleanups based on review | Ralf Jung | -2/+7 |
| 2024-08-06 | make some Frame fields more private | Ralf Jung | -4/+12 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -0/+638 |
