| Age | Commit message (Expand) | Author | Lines |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-17 | const_mut_refs: allow mutable refs to statics | Ralf Jung | -4/+57 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -57/+52 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -3/+3 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -57/+52 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -4/+5 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -5/+5 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+1 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -64/+246 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -52/+190 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -7/+27 |
| 2024-02-15 | Store static initializers in metadata instead of the MIR of statics. | Oli Scherer | -2/+2 |
| 2024-02-15 | Add new query just for static initializers | Oli Scherer | -0/+7 |
| 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/+5 |
| 2024-02-15 | Enforce coroutine-closure layouts are identical | Michael Goulet | -0/+20 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+5 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -12/+8 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -2/+4 |
| 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 | -3/+4 |
| 2024-02-12 | Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk | Matthias Krüger | -10/+12 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2024-02-12 | Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups... | Matthias Krüger | -76/+62 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -3/+3 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -24/+17 |
| 2024-02-12 | Remove `dcx` arg from `ReportErrorExt::add_args`. | Nicholas Nethercote | -76/+62 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -26/+32 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -5/+3 |
| 2024-02-11 | Rollup merge of #120885 - RalfJung:normal-visitor, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -4/+3 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -2/+3 |
| 2024-02-11 | is_closure_like | Michael Goulet | -1/+1 |
| 2024-02-11 | Auto merge of #120903 - matthiaskrgr:rollup-tmsuzth, r=matthiaskrgr | bors | -3/+17 |
| 2024-02-11 | make Primary/Secondary importance consistent between CellBorrow and MutBorrow | Ralf Jung | -7/+7 |
| 2024-02-11 | check_consts: fix some duplicate errors by not calling check_static unnecessa... | Ralf Jung | -3/+5 |
| 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 | -3/+3 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+14 |
| 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 | -4/+19 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -91/+74 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -137/+136 |
| 2024-02-10 | interpret: rename ReadExternStatic → ExternStatic | Ralf Jung | -3/+3 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+14 |
| 2024-02-10 | Rollup merge of #117614 - RalfJung:static-mut-refs, r=davidtwco,oli-obk | Matthias Krüger | -24/+16 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -4/+3 |
| 2024-02-09 | Compute unsizing casts in GVN. | Camille GILLOT | -1/+1 |