| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Introduce `DiagCtxt::treat_next_err_as_bug`. | Nicholas Nethercote | -7/+8 |
| 2023-12-23 | Remove unnecessary line breaks from two string literals. | Nicholas Nethercote | -4/+2 |
| 2023-12-23 | Tweak `flush_delayed`. | Nicholas Nethercote | -10/+11 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -454/+250 |
| 2023-12-23 | Use `IntoDiagnostic` default. | Nicholas Nethercote | -2/+2 |
| 2023-12-23 | Fix a couple of left-over references to `Handler`. | Nicholas Nethercote | -2/+2 |
| 2023-12-23 | Improve `use` items in `compiler/rustc_errors/src/lib.rs`. | Nicholas Nethercote | -30/+27 |
| 2023-12-23 | Streamline `struct_lint_level`. | Nicholas Nethercote | -104/+13 |
| 2023-12-23 | Add comments to `Level`. | Nicholas Nethercote | -5/+59 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -28/+34 |
| 2023-12-22 | Rollup merge of #119215 - mu001999:fix/119209, r=Nilstrieb | Matthias Krüger | -1/+4 |
| 2023-12-22 | Rollup merge of #119169 - fmease:pretty-yeet-syntactic-cruft, r=compiler-errors | Matthias Krüger | -37/+4 |
| 2023-12-22 | Rollup merge of #117601 - androm3da:hexagon_unknown_none_elf, r=petrochenkov | Matthias Krüger | -1/+30 |
| 2023-12-22 | Emits error if has bound regions | r0cky | -1/+4 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -59/+162 |
| 2023-12-22 | Rid the AST & HIR pretty printers of syntactic cruft | León Orell Valerian Liehr | -37/+4 |
| 2023-12-22 | Auto merge of #116821 - Nadrieril:fix-opaque-ice, r=compiler-errors | bors | -33/+37 |
| 2023-12-22 | Auto merge of #119173 - compiler-errors:direct-coro-kind, r=TaKO8Ki | bors | -4/+19 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -163/+166 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -688/+574 |
| 2023-12-21 | Add support for hexagon-unknown-none-elf as target | Brian Cain | -1/+30 |
| 2023-12-21 | Rollup merge of #119176 - leohowell:fix-apple-watchos-target-name-error, r=lqd | Matthias Krüger | -1/+1 |
| 2023-12-21 | Rollup merge of #119154 - surechen:fix_119067, r=fmease | Matthias Krüger | -8/+9 |
| 2023-12-21 | Fix name error in aarch64_apple_watchos tier 3 target | Leo Howell | -1/+1 |
| 2023-12-21 | Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser | bors | -1/+1 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -8/+9 |
| 2023-12-21 | Encode CoroutineKind directly | Michael Goulet | -4/+19 |
| 2023-12-20 | Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-12-20 | Rollup merge of #119167 - alef:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -28/+37 |
| 2023-12-20 | Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2023-12-20 | Add method to get instance instantiation arguments | Celina G. Val | -0/+15 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -9/+14 |
| 2023-12-20 | Fix crash for `CrateItem::kind()` with constructors | Celina G. Val | -5/+8 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -163/+166 |
| 2023-12-20 | resolve: Stop feeding visibilities for import list stems | Vadim Petrochenkov | -2/+7 |
| 2023-12-20 | E0761: module directory has .rs suffix | alef | -1/+1 |
| 2023-12-20 | Auto merge of #119166 - GuillaumeGomez:rollup-qfgj76w, r=GuillaumeGomez | bors | -40/+26 |
| 2023-12-20 | Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errors | Guillaume Gomez | -40/+26 |
| 2023-12-20 | Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkin | bors | -22/+23 |
| 2023-12-20 | Reveal opaque types in exhaustiveness checking | Nadrieril | -33/+37 |
| 2023-12-20 | Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errors | bors | -2/+8 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -22/+23 |
| 2023-12-20 | Auto merge of #119156 - matthiaskrgr:rollup-482ow65, r=matthiaskrgr | bors | -146/+920 |
| 2023-12-20 | Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -21/+650 |
| 2023-12-20 | Rollup merge of #119089 - fmease:dont-ice-on-tilde-const-non-const-trait, r=f... | Matthias Krüger | -1/+1 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -103/+235 |
| 2023-12-20 | Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoerister | Matthias Krüger | -2/+2 |
| 2023-12-20 | Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmease | Matthias Krüger | -7/+29 |