| Age | Commit message (Expand) | Author | Lines |
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -1/+1 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -1/+1 |
| 2025-08-19 | Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-08-18 | Add tracing to various miscellaneous functions | Stypox | -2/+2 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -0/+1 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -4/+4 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -0/+1 |
| 2025-07-31 | Use new enter_trace_span! syntax for layout_of & friends | Stypox | -3/+3 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -4/+4 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -5/+3 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -16/+39 |
| 2025-07-08 | Always inline InterpCx::layout_of after perf regression | Stypox | -1/+1 |
| 2025-07-07 | make `Machine::load_mir` infallible | Deadbeef | -1/+1 |
| 2025-06-27 | Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk | Matthias Krüger | -5/+5 |
| 2025-06-27 | Add InterpCx::layout_of with tracing, shadowing LayoutOf | Stypox | -1/+16 |
| 2025-06-27 | Add tracing for instantiate_from_frame_and_normalize_erasing_regions | Stypox | -1/+7 |
| 2025-06-26 | make size_and_align_of_mplace work on all projectable | Ralf Jung | -5/+5 |
| 2025-04-17 | Change function visibility to pub | Patrick-6 | -4/+2 |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -39/+1 |
| 2025-02-10 | compiler: die immediately instead of handling unknown target codegen | Jubilee Young | -3/+0 |
| 2025-01-31 | interpret: adjust vtable validity check for higher-ranked types | Lukas Markeffsky | -39/+1 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -2/+4 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -7/+4 |
| 2024-11-20 | interpret: make typing_env field private | Ralf Jung | -2/+2 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -21/+22 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -0/+3 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -0/+3 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -30/+22 |
| 2024-11-03 | compiler: Directly use rustc_abi in const_eval | Jubilee Young | -2/+2 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -4/+17 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -2/+4 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -5/+10 |
| 2024-10-14 | De-duplicate and move `adjust_nan` to `InterpCx` | Eduardo Sánchez Muñoz | -0/+8 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -27/+22 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -7/+15 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -753/+10 |
| 2024-08-02 | Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -1/+1 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -11/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+11 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -0/+30 |
| 2024-07-07 | add an assertion that machine hook doesn't return NoCleanup | Maybe Lapkin | -3/+5 |
| 2024-07-07 | Do renames proposed by review | Maybe Waffle | -7/+7 |
| 2024-07-07 | make `StackPop` field names less confusing | Maybe Waffle | -16/+22 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -3/+3 |
| 2024-07-07 | Refactor & fixup interpreter implementation of tail calls | Maybe Waffle | -35/+110 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -1/+1 |