| Age | Commit message (Expand) | Author | Lines |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -3/+10 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -13/+13 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -252/+254 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -2/+2 |
| 2023-12-25 | Auto merge of #119261 - cjgillot:outlive-def-kind, r=compiler-errors | bors | -39/+25 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -9/+13 |
| 2023-12-25 | Remove unnecessary body_expr_count | Michael Goulet | -4/+0 |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -3/+3 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -249/+251 |
| 2023-12-23 | Do not fetch HIR in inferred_outlives_of. | Camille GILLOT | -39/+25 |
| 2023-12-23 | Rollup merge of #119248 - lukas-code:purge-unused-outlives-test, r=cjgillot | Matthias Krüger | -31/+18 |
| 2023-12-23 | move rustc_outlives test code from query to dedicated function | Lukas Markeffsky | -31/+18 |
| 2023-12-23 | Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors | bors | -8/+9 |
| 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-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -3/+3 |
| 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 | fix ICE when `~const` used on non-const trait | Deadbeef | -8/+9 |
| 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 |