| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Auto merge of #3380 - RalfJung:cron, r=RalfJung | bors | -2/+2 |
| 2024-03-14 | make cron job topic names more consistent | Ralf Jung | -2/+2 |
| 2024-03-14 | Auto merge of #3378 - rust-lang:rustup-2024-03-14, r=RalfJung | bors | -2556/+5439 |
| 2024-03-14 | fmt | The Miri Cronjob Bot | -1/+6 |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -2555/+5433 |
| 2024-03-14 | Update `tests/ui/stats/hir-stats.stderr` output | Guillaume Gomez | -3/+3 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -76/+76 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -24/+24 |
| 2024-03-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-14 | Auto merge of #122454 - matthiaskrgr:rollup-xbmufdc, r=matthiaskrgr | bors | -174/+374 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -419/+443 |
| 2024-03-14 | Auto merge of #3376 - saethlin:sysroots-notification, r=saethlin | bors | -6/+22 |
| 2024-03-13 | Improve sysroots notification | Ben Kimock | -6/+22 |
| 2024-03-14 | Auto merge of #122204 - pnkfelix:downgrade-const-eval-dnagling-ptr-in-final-t... | bors | -83/+876 |
| 2024-03-13 | Rollup merge of #122449 - compiler-errors:stranded-opaque, r=oli-obk | Matthias Krüger | -1/+29 |
| 2024-03-13 | Rollup merge of #122442 - RalfJung:print-mono-items, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-03-13 | Rollup merge of #122438 - jswrenn:check-referent-size, r=compiler-errors | Matthias Krüger | -5/+122 |
| 2024-03-13 | Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors | Matthias Krüger | -21/+18 |
| 2024-03-13 | Rollup merge of #122434 - Nadrieril:renames, r=compiler-errors | Matthias Krüger | -137/+121 |
| 2024-03-13 | Rollup merge of #122430 - GuillaumeGomez:link-to-local, r=TaKO8Ki | Matthias Krüger | -4/+4 |
| 2024-03-13 | Rollup merge of #122429 - rcvalle:rust-triagebot-add-exploit-mitigations-pg, ... | Matthias Krüger | -0/+69 |
| 2024-03-13 | Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-13 | Rollup merge of #122425 - Kobzol:new-bors-update-timeout, r=lqd | Matthias Krüger | -1/+1 |
| 2024-03-13 | Rollup merge of #122424 - testwill:typos, r=michaelwoerister | Matthias Krüger | -3/+3 |
| 2024-03-13 | Rollup merge of #122422 - Enselic:only-unix, r=oli-obk | Matthias Krüger | -0/+3 |
| 2024-03-13 | include 32-bit variant for updated test of miri diagnostics. | Felix S. Klock II | -13/+167 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -1/+29 |
| 2024-03-13 | safe transmute: require that src referent is smaller than dst | Jack Wrenn | -5/+122 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -19/+222 |
| 2024-03-13 | Add Exploit Mitigations PG to triagebot.toml | Ramon de C Valle | -0/+69 |
| 2024-03-13 | extend docs of -Zprint-mono-items | Ralf Jung | -1/+3 |
| 2024-03-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2024-03-13 | Rebase. Update expected output to match current output. | Felix S. Klock II | -89/+57 |
| 2024-03-13 | Add produces as tidy requires | Wesley Wiser | -0/+2 |
| 2024-03-13 | Updated the test to include more output normalization. | Felix S. Klock II | -31/+34 |
| 2024-03-13 | Added an "Explanation" header and expanded that section for the newly added l... | Felix S. Klock II | -0/+8 |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -60/+634 |
| 2024-03-13 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-13 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -6/+49 |
| 2024-03-13 | Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkov | bors | -263/+509 |
| 2024-03-13 | Remove `MaybeInfiniteInt::JustAfterMax` | Nadrieril | -21/+18 |
| 2024-03-13 | Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt` | Nadrieril | -50/+42 |
| 2024-03-13 | Rename `TypeCx` -> `PatCx` | Nadrieril | -68/+68 |
| 2024-03-13 | Rename `ValidityConstraint` -> `PlaceValidity` | Nadrieril | -20/+12 |
| 2024-03-13 | Generate link to `Local` in `hir::Let` documentation | Guillaume Gomez | -4/+4 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -65/+214 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -263/+509 |
| 2024-03-13 | Fix StableMIR is_full computation | Celina G. Val | -1/+1 |
| 2024-03-13 | Increase timeout for new bors bot | Jakub Beránek | -1/+1 |
| 2024-03-13 | Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgr | bors | -553/+602 |