| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Update MIR with `MirPatch` in `UninhabitedEnumBranching` | DianQK | -2/+25 |
| 2024-03-07 | Replace the default branch with an unreachable branch If it is the last variant | DianQK | -0/+11 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -8/+4 |
| 2024-02-29 | Rollup merge of #121782 - RalfJung:mutable-ref-in-static, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -1/+0 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -10/+10 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -10/+10 |
| 2024-02-27 | Split rustc_type_ir to avoid rustc_ast from depending on it | Oli Scherer | -1/+1 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -1/+9 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -48/+54 |
| 2024-02-24 | Use slice.chain(option) for Successors | Gary Guo | -31/+28 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -4/+5 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -4/+5 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -7/+7 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -5/+4 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -57/+12 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -35/+6 |
| 2024-02-15 | Add new query just for static initializers | Oli Scherer | -26/+10 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -7/+7 |
| 2024-02-15 | Enforce coroutine-closure layouts are identical | Michael Goulet | -2/+4 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+4 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -10/+10 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -10/+10 |
| 2024-02-11 | is_closure_like | Michael Goulet | -1/+1 |
| 2024-02-11 | Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -0/+1 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -0/+1 |
| 2024-02-10 | interpret: rename ReadExternStatic → ExternStatic | Ralf Jung | -1/+1 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+4 |
| 2024-02-07 | Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obk | Guillaume Boisseau | -2/+6 |
| 2024-02-07 | MirPass: make name more const | klensy | -2/+6 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -3/+19 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -2/+10 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+7 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -0/+2 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+12 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -2/+1 |
| 2024-02-05 | Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot | Matthias Krüger | -2/+2 |
| 2024-02-03 | Use `DiagnosticArgName` in a few more places. | Nicholas Nethercote | -4/+8 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -8/+5 |
| 2024-01-26 | make matching on NaN a hard error | Ralf Jung | -2/+2 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+2 |
| 2024-01-25 | Rollup merge of #120330 - compiler-errors:no-coroutine-info-in-coroutine-drop... | Matthias Krüger | -4/+15 |
| 2024-01-25 | What even is CoroutineInfo | Michael Goulet | -4/+15 |