| Age | Commit message (Expand) | Author | Lines |
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -3/+3 |
| 2025-08-19 | Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+9 |
| 2025-08-18 | interpret: fix in-place return place semantics when the return place expressi... | Ralf Jung | -3/+9 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -8/+15 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -1/+1 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -2/+2 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -8/+15 |
| 2025-08-09 | rename `TraitRef::from_method` to `from_assoc` | Deadbeef | -1/+1 |
| 2025-07-31 | Add EnteredTraceSpan::or_if_tracing_disabled | Stypox | -2/+3 |
| 2025-07-31 | Add tracing to more functions related to step.rs | Stypox | -1/+6 |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -1/+1 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -3/+7 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -1/+1 |
| 2025-07-06 | interpret: rename StackPopCleanup | Ralf Jung | -18/+18 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -40/+13 |
| 2025-06-27 | Add InterpCx::layout_of with tracing, shadowing LayoutOf | Stypox | -1/+1 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -5/+4 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -30/+22 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -0/+2 |
| 2025-03-12 | impl Display for Conv | tiif | -2/+2 |
| 2025-02-15 | add a doc comment | Ralf Jung | -0/+1 |
| 2025-02-15 | made check_argument_compat public | geetanshjuneja | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -8/+14 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -19/+26 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -1/+2 |
| 2024-12-25 | swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ... | Ralf Jung | -13/+1 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -2/+2 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -29/+29 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -29/+29 |
| 2024-11-04 | miri: update ABI compat checks to accept Option-like types | Ralf Jung | -18/+35 |
| 2024-11-03 | compiler: Directly use rustc_abi in const_eval | Jubilee Young | -7/+6 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -2/+2 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -1/+1 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -30/+28 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -17/+11 |
| 2024-09-22 | Rollup merge of #130690 - RalfJung:interpret-abi-compat-fixme, r=jieyouxu | Guillaume Gomez | -1/+0 |
| 2024-09-22 | fix rustc_nonnull_optimization_guaranteed docs | Ralf Jung | -0/+1 |
| 2024-09-22 | interpret: remove outdated FIXME | Ralf Jung | -1/+0 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -1/+1 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -37/+7 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+0 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -37/+7 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+2 |