| Age | Commit message (Expand) | Author | Lines |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -17/+8 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-24 | Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr | bors | -8/+12 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -10/+8 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -8/+12 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -1/+1 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -46/+39 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -46/+39 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -4/+4 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -5/+5 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -22/+139 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -18/+35 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -4/+4 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+5 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -26/+32 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -2/+3 |
| 2024-02-12 | Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups... | Matthias Krüger | -1/+1 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -13/+15 |
| 2024-02-12 | Remove `dcx` arg from `ReportErrorExt::add_args`. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -26/+32 |
| 2024-02-11 | Rollup merge of #120885 - RalfJung:normal-visitor, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -2/+3 |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -1/+9 |
| 2024-02-11 | Auto merge of #120405 - cjgillot:gvn-pointer, r=oli-obk | bors | -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/+8 |
| 2024-02-10 | interpret/visitor: ensure we only see normalized types | Ralf Jung | -0/+12 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -2/+12 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -55/+62 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -15/+0 |
| 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/+8 |
| 2024-02-09 | Compute unsizing casts in GVN. | Camille GILLOT | -1/+1 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -6/+1 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -4/+16 |
| 2024-02-07 | Rollup merge of #120302 - oli-obk:const_intern_cleanups, r=RalfJung | Guillaume Boisseau | -57/+59 |
| 2024-02-06 | Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obk | Matthias Krüger | -4/+1 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -4/+1 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -1/+1 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+1 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -0/+1 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -0/+3 |
| 2024-02-05 | Clarify order of operations during interning | Oli Scherer | -0/+7 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -6/+1 |