| Age | Commit message (Expand) | Author | Lines |
| 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 | Split a complex conditional into separate statements | Chris Wailes | -14/+22 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+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 | Make incremental sessions identity no longer depend on the crate names provid... | John Kåre Alsaker | -99/+101 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -6/+10 |
| 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 | Remove restrictions on small enum statements such as `Order`, `Option` or `Re... | DianQK | -1/+4 |
| 2024-03-13 | Addition of parentheses to clarify precedence | DianQK | -1/+1 |
| 2024-03-13 | Add comments for `UnreachableEnumBranching` | DianQK | -0/+38 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -29/+67 |
| 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 | Reject escaping bound vars in the type of assoc const bindings | León Orell Valerian Liehr | -20/+113 |
| 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 | Reject early-bound params in the type of assoc const bindings | León Orell Valerian Liehr | -10/+139 |
| 2024-03-13 | Generate link to `Local` in `hir::Let` documentation | Guillaume Gomez | -4/+4 |
| 2024-03-13 | coverage: Add `CoverageKind::BlockMarker` | Zalathar | -2/+24 |
| 2024-03-13 | coverage: Make `is_eligible_for_coverage` a hook method | Zalathar | -38/+48 |
| 2024-03-13 | Allow `rustc_mir_transform` to register hook providers | Zalathar | -6/+7 |
| 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 | Various style improvements to `rustc_lint::levels` | Zalathar | -128/+121 |
| 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 |