| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -1/+1 |
| 2024-08-18 | Added "copy" to Debug fmt for copy operands | RayMuir | -1/+1 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -16/+16 |
| 2024-08-16 | mir/pretty: use `Option` instead of `Either<Once, Empty>` | Josh Stone | -9/+9 |
| 2024-08-14 | use the new Box methods in the interpreter | Ralf Jung | -4/+2 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -94/+51 |
| 2024-08-02 | Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors | Matthias Krüger | -9/+47 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -9/+47 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -88/+12 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -9/+7 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -6/+14 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -139/+122 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -6/+14 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -9/+4 |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -3/+5 |
| 2024-07-17 | Remove in-progress allocation decoding states | Ben Kimock | -89/+13 |
| 2024-07-16 | Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk | bors | -6/+11 |
| 2024-07-15 | Rollup merge of #127758 - Zalathar:expression-used, r=oli-obk | Matthias Krüger | -13/+0 |
| 2024-07-15 | coverage: Restrict `ExpressionUsed` simplification to `Code` mappings | Zalathar | -13/+0 |
| 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 |