| Age | Commit message (Expand) | Author | Lines |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -3/+2 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -3/+3 |
| 2024-01-05 | Rollup merge of #119506 - compiler-errors:visibilities-for-object-safety-erro... | Matthias Krüger | -1/+4 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -24/+18 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -1/+21 |
| 2024-01-05 | Use `resolutions(()).effective_visiblities` to avoid cycle errors | Michael Goulet | -1/+4 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -1/+21 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -24/+18 |
| 2024-01-01 | Minor improvements in comment for | Gurinder Singh | -2/+2 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -1/+4 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -2/+2 |
| 2023-12-27 | Remove dead codes | r01and | -17/+2 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -20/+24 |
| 2023-12-24 | don't elide shared parts of types in diagnostics when `--verbose` is passed | jyn | -19/+23 |
| 2023-12-24 | Avoid stack overflow in generalizer. | Camille GILLOT | -1/+4 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -5/+5 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -40/+50 |
| 2023-12-24 | Remove `ParseSess` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -32/+26 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -20/+21 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -39/+28 |
| 2023-12-20 | Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2023-12-20 | Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnr | bors | -63/+34 |
| 2023-12-19 | Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errors | bors | -2/+12 |
| 2023-12-19 | rename to verbose-internals | jyn | -4/+4 |
| 2023-12-19 | Remove param env from relation altogether | Michael Goulet | -32/+22 |
| 2023-12-19 | fast path for declared_generic_bounds_from_env | Ali MJ Al-Nasrawy | -2/+12 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -34/+15 |
| 2023-12-19 | subtype_predicate: remove unnecessary probe | lcnr | -12/+3 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -39/+28 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -12/+12 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -20/+21 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -7/+2 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -7/+2 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -18/+8 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -5/+5 |
| 2023-12-15 | Add higher_ranked to relate submodule | Michael Goulet | -8/+8 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -41/+42 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -18/+8 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -14/+28 |
| 2023-12-15 | unify query canonicalization mode | Ali MJ Al-Nasrawy | -56/+27 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -15/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -3/+3 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -115/+123 |
| 2023-12-14 | remove canonicalize_query_preserving_universes | Ali MJ Al-Nasrawy | -47/+0 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -45/+35 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -57/+46 |
| 2023-12-13 | don't resolve regions in query input | Ali MJ Al-Nasrawy | -15/+15 |
| 2023-12-13 | don't store OriginalQueryValues::universe_map | Ali MJ Al-Nasrawy | -0/+1 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -16/+80 |