| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -1357/+1962 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -30/+30 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -19/+19 |
| 2024-03-14 | Auto merge of #122454 - matthiaskrgr:rollup-xbmufdc, r=matthiaskrgr | bors | -159/+191 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -37/+61 |
| 2024-03-14 | Auto merge of #122204 - pnkfelix:downgrade-const-eval-dnagling-ptr-in-final-t... | bors | -6/+59 |
| 2024-03-13 | Rollup merge of #122449 - compiler-errors:stranded-opaque, r=oli-obk | Matthias Krüger | -1/+7 |
| 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 | -3/+46 |
| 2024-03-13 | Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors | Matthias Krüger | -9/+6 |
| 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 #122426 - celinval:smir-fix-full, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-13 | Rollup merge of #122424 - testwill:typos, r=michaelwoerister | Matthias Krüger | -3/+3 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -1/+7 |
| 2024-03-13 | safe transmute: require that src referent is smaller than dst | Jack Wrenn | -3/+46 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -6/+28 |
| 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 | Add produces as tidy requires | Wesley Wiser | -0/+2 |
| 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 | 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/+399 |
| 2024-03-13 | Remove `MaybeInfiniteInt::JustAfterMax` | Nadrieril | -9/+6 |
| 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 | -2/+4 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -263/+399 |
| 2024-03-13 | Fix StableMIR is_full computation | Celina G. Val | -1/+1 |
| 2024-03-13 | Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgr | bors | -432/+412 |
| 2024-03-13 | fix: typos | guoguangwu | -3/+3 |
| 2024-03-13 | Rollup merge of #122400 - wutchzone:122345, r=fmease | Matthias Krüger | -21/+31 |
| 2024-03-13 | Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -83/+63 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -0/+22 |
| 2024-03-13 | Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasper | Matthias Krüger | -233/+149 |
| 2024-03-13 | Rollup merge of #121820 - Nadrieril:idxpat2, r=compiler-errors | Matthias Krüger | -95/+140 |
| 2024-03-13 | Auto merge of #121421 - saethlin:smarter-mono, r=oli-obk | bors | -4/+146 |
| 2024-03-13 | Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoerister | bors | -2/+56 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -11/+52 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -75/+14 |
| 2024-03-13 | Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obk | bors | -42/+18 |
| 2024-03-12 | Avoid lowering code under dead SwitchInt targets | Ben Kimock | -4/+146 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -0/+22 |
| 2024-03-12 | Fix ICE in diagnostics for parenthesized type arguments | Daniel Sedlak | -21/+31 |
| 2024-03-12 | Don't Create `ParamCandidate` When Obligation Contains Errors | Veera | -0/+7 |
| 2024-03-12 | Auto merge of #122389 - workingjubilee:rollup-vbdniap, r=workingjubilee | bors | -7/+21 |
| 2024-03-12 | Rollup merge of #122381 - krasimirgg:llvm-19-mar, r=durin42 | Jubilee | -2/+7 |