| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+5 |
| 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 | -5/+5 |
| 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 | -18/+22 |
| 2022-11-24 | Rollup merge of #104773 - oli-obk:overlap, r=lcnr | Matthias Krüger | -10/+4 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -5/+11 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -5/+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 | OpaqueCast projections are always overlapping, they can't possibly be disjoint | Oli Scherer | -10/+4 |
| 2022-11-23 | Fix #104639, find the right lower bound region in the scenario of partial ord... | yukang | -20/+7 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -14/+2 |
| 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 | -18/+10 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -28/+9 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -6/+6 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -23/+28 |
| 2022-11-21 | Add more regression tests | Oli Scherer | -6/+6 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-21 | Remove a function that doesn't actually do anything | Oli Scherer | -8/+1 |
| 2022-11-21 | Register obligations from type relation | Oli Scherer | -1/+1 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -6/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -11/+40 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -4/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -2/+5 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -4/+8 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -3/+3 |
| 2022-11-18 | dont unchecked create `ErrorGuaranteed` in `BorrowckErrors` | Boxy | -10/+12 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -16/+11 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -16/+11 |
| 2022-11-16 | Generalize the `ToPredicate` trait | Oli Scherer | -1/+1 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -11/+40 |