| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rollup merge of #104956 - mucinoab:issue-104870, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2022-11-27 | Avoid ICE if the Clone trait is not found while building error suggestions | Bruno A. Muciño | -7/+9 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -27/+7 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -16/+9 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -14/+18 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -4/+11 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -4/+11 |
| 2022-11-23 | Fix rebase | Esteban Küber | -2/+1 |
| 2022-11-23 | Add `Mutability::mutably_str` | Maybe Waffle | -4/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -1/+1 |
| 2022-11-23 | Account for closures | Esteban Küber | -5/+9 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -8/+22 |
| 2022-11-23 | review comments: inline bindings and fix typo | Esteban Küber | -5/+9 |
| 2022-11-23 | Tweak output to account for alternative bindings in the same pattern | Esteban Küber | -22/+17 |
| 2022-11-23 | Fix wording | Esteban Küber | -1/+1 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -3/+11 |
| 2022-11-23 | Remove logic duplication | Esteban Küber | -33/+18 |
| 2022-11-23 | Extract suggestion logic to its own method | Esteban Küber | -140/+156 |
| 2022-11-23 | Use `type_implements_trait` | Esteban Küber | -20/+5 |
| 2022-11-23 | Do not suggest `ref` multiple times for the same binding | Esteban Küber | -1/+3 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -19/+173 |
| 2022-11-23 | Add `Mutability::ref_prefix_str`, order `Mutability`, simplify code | Maybe Waffle | -12/+8 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -27/+7 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -2/+2 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -2/+2 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -8/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -48/+79 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -14/+7 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -1/+1 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -1/+1 |
| 2022-11-09 | DiagnosticBuilder -> Diagnostic | Michael Goulet | -13/+6 |
| 2022-11-09 | struct error E0505 | AndyJado | -4/+7 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -27/+29 |
| 2022-11-09 | remove old var_span_path_only | AndyJado | -17/+31 |
| 2022-11-09 | lint auto pass | AndyJado | -0/+12 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -4/+30 |
| 2022-11-08 | Rollup merge of #103559 - AndyJado:var_span_label, r=davidtwco | Manish Goregaokar | -4/+30 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -1/+4 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -1/+4 |
| 2022-11-07 | Auto merge of #103218 - CastilloDel:infer, r=jackh726 | bors | -4/+4 |
| 2022-11-06 | Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errors | bors | -1/+1 |
| 2022-11-05 | first move on a nested span_label | AndyJado | -4/+30 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -1/+1 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -7/+2 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -23/+18 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -4/+4 |