| Age | Commit message (Expand) | Author | Lines |
| 2025-03-03 | Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-03 | interpret/provenance_map: consistently use range_is_empty | Ralf Jung | -22/+22 |
| 2025-03-02 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -1/+1 |
| 2025-02-27 | Optimize empty provenance range checks. | Nicholas Nethercote | -10/+27 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -4/+4 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-19 | Add a .bss-like scheme for encoded const allocs | Ben Kimock | -2/+115 |
| 2025-02-19 | Make fewer crates depend on rustc_ast_ir | Michael Goulet | -2/+1 |
| 2025-02-11 | Rollup merge of #136847 - nnethercote:simplify-intra-crate-quals, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-02-11 | Simplify intra-crate qualifiers. | Nicholas Nethercote | -1/+1 |
| 2025-02-10 | compiler: die immediately instead of handling unknown target codegen | Jubilee Young | -4/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+7 |
| 2025-02-06 | Clean up trivial traversal/lift impl generator macro calls. | Nicholas Nethercote | -2/+0 |
| 2025-02-04 | Auto merge of #136115 - Mark-Simulacrum:shard-alloc-id, r=RalfJung | bors | -24/+42 |
| 2025-02-01 | Shard AllocMap Lock | Mark Rousskov | -24/+42 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -2/+2 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -8/+22 |
| 2025-01-21 | Also generate undef scalars and scalar pairs | Oli Scherer | -1/+1 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -1/+1 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -2/+2 |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -9/+0 |
| 2025-01-09 | Use error constant instead of explicit error handling | Oli Scherer | -2/+0 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -3/+3 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -3/+3 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -1/+1 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -18/+24 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -0/+50 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -0/+50 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -17/+9 |
| 2024-11-23 | no more Reveal :( | lcnr | -2/+2 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -15/+17 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -3/+3 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -2/+13 |
| 2024-11-18 | interpret: do not ICE when a promoted fails with OOM | Ralf Jung | -2/+13 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -12/+13 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -3/+83 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -8/+8 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-19 | interpret errors: add map_err_kind, rename InterpError -> InterpErrorKind | Ralf Jung | -36/+47 |
| 2024-10-12 | mark InterpResult as must_use | Ralf Jung | -0/+1 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -86/+218 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -9/+64 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -11/+17 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+11 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -4/+43 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -16/+14 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -16/+14 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -4/+43 |