| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -35/+18 |
| 2023-12-22 | Rollup merge of #119215 - mu001999:fix/119209, r=Nilstrieb | Matthias Krüger | -1/+4 |
| 2023-12-22 | Emits error if has bound regions | r0cky | -1/+4 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -9/+7 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -2/+2 |
| 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 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -2/+2 |
| 2023-12-19 | effects: fix comment | León Orell Valerian Liehr | -1/+1 |
| 2023-12-19 | Auto merge of #119047 - mu001999:fix/118772, r=wesleywiser | bors | -50/+52 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -9/+7 |
| 2023-12-18 | Check generic params after sigature for main-fn-ty | r0cky | -50/+52 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -12/+7 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+4 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -189/+12 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -13/+8 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -147/+35 |
| 2023-12-15 | Simplify instantiate_poly_trait_ref | Michael Goulet | -75/+35 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -73/+1 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -13/+8 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -9/+0 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -122/+185 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -52/+48 |
| 2023-12-12 | Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errors | Jubilee | -7/+4 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -7/+4 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -52/+48 |
| 2023-12-12 | review + rename fn | lcnr | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -8/+4 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+2 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -335/+399 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -335/+399 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -12/+10 |
| 2023-12-06 | Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ... | bors | -4/+58 |
| 2023-12-06 | Point out shadowed associated types | TheLazyDutchman | -4/+58 |
| 2023-12-05 | Rollup merge of #118268 - compiler-errors:pretty-print, r=estebank | Michael Goulet | -8/+6 |
| 2023-12-05 | Add more | Michael Goulet | -4/+4 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -4/+2 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -12/+10 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -0/+25 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -40/+46 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+1 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -115/+92 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -2/+2 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -2/+2 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -41/+39 |