| Age | Commit message (Expand) | Author | Lines |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -15/+3 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -5/+5 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -5/+5 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 |
| 2025-06-04 | Report the actual item that evaluation failed for | Oli Scherer | -2/+3 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -19/+35 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -0/+8 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -7/+12 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -0/+1 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -1/+1 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -1/+1 |
| 2025-03-20 | interpret memory access hooks: also pass through the Pointer used for the access | Ralf Jung | -1/+2 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -5/+16 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -4/+4 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -6/+4 |
| 2025-02-13 | simplify valtree branches construction | Lukas Markeffsky | -15/+12 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -14/+11 |
| 2025-02-03 | Rollup merge of #136430 - FedericoBruzzone:follow-up-136180, r=oli-obk | Matthias Krüger | -19/+23 |
| 2025-02-03 | Refactor using the type-level constant value `ty::Value` | FedericoBruzzone | -19/+23 |
| 2025-02-03 | Remove hook calling via `TyCtxtAt`. | Nicholas Nethercote | -4/+5 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+1 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+1 |
| 2025-01-30 | add comments | Lukas Markeffsky | -1/+2 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -3/+5 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -3/+5 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -1/+1 |
| 2025-01-15 | Methods of const traits are const | Oli Scherer | -12/+13 |
| 2024-12-27 | Spruce up the docs of several queries related to the type/trait system and co... | León Orell Valerian Liehr | -10/+4 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+6 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -3/+6 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -3/+2 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -3/+2 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -2/+1 |
| 2024-12-13 | Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -9/+12 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -4/+5 |
| 2024-12-11 | Make a helper private | Oli Scherer | -1/+1 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -16/+17 |
| 2024-12-09 | interpret: reduce usage of TypingEnv::fully_monomorphized | Ralf Jung | -2/+1 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -7/+9 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -7/+9 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -5/+12 |
| 2024-11-30 | report UB when the niche value refers to the untagged variant | Ralf Jung | -1/+3 |
| 2024-11-20 | interpret: make typing_env field private | Ralf Jung | -5/+4 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -47/+38 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |