| Age | Commit message (Expand) | Author | Lines |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -3/+3 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -6/+11 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -0/+3 |
| 2024-07-12 | rustc_middle: derivative -> derive-where | Pavel Grigorenko | -9/+4 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -4/+68 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -4/+68 |
| 2024-07-05 | Tweak how the extra newline is printed after coverage info | Zalathar | -2/+7 |
| 2024-07-05 | coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi` | Zalathar | -15/+25 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -24/+51 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -24/+51 |
| 2024-07-01 | Handle universe leaks by rewriting the constraint graph | Amanda Stjerna | -0/+3 |
| 2024-06-26 | Add `-Zdump-mir-exclude-alloc-bytes` | Josh Stone | -0/+3 |
| 2024-06-26 | Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlin | bors | -13/+1 |
| 2024-06-24 | Auto merge of #126784 - scottmcm:smaller-terminator, r=compiler-errors | bors | -6/+6 |
| 2024-06-22 | Add a `pointee_metadata_ty_or_projection` helper | Scott McMurray | -13/+1 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -0/+2 |
| 2024-06-21 | Save 2 pointers in `TerminatorKind` (96 → 80 bytes) | Scott McMurray | -6/+6 |
| 2024-06-21 | add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_r... | Strophox | -3/+23 |
| 2024-06-20 | More GVN for PtrMetadata | Scott McMurray | -2/+4 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -2/+4 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+4 |
| 2024-06-19 | Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR | Scott McMurray | -2/+11 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -4/+7 |
| 2024-06-18 | Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin | Guillaume Gomez | -2/+5 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -45/+45 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -3/+0 |
| 2024-06-17 | interpret: better error when we ran out of memory | Ralf Jung | -2/+5 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -45/+45 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -9/+9 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -0/+14 |
| 2024-06-14 | Enable const evaluation for `f16` and `f128` | Trevor Gross | -0/+14 |
| 2024-06-14 | MIR Shl/Shr: the offset can be computed with rem_euclid | Ralf Jung | -2/+4 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -9/+9 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -70/+81 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -31/+16 |
| 2024-06-08 | add missing Scalar::from_i128 | Ralf Jung | -0/+5 |
| 2024-06-08 | StorageLive: refresh storage (instead of UB) when local is already live | Ralf Jung | -4/+7 |
| 2024-06-07 | Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obk | bors | -30/+21 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+2 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -33/+44 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -16/+25 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -28/+22 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -10/+18 |
| 2024-06-05 | Don't walk the bodies of free constants for reachability. | Oli Scherer | -3/+23 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -2/+2 |
| 2024-06-03 | Stabilize order of MonoItems in CGUs and disallow query_instability lint for ... | Michael Woerister | -30/+21 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -1/+1 |