| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -49/+66 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -1/+8 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -1/+8 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -1/+0 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -31/+31 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -26/+43 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-25 | suggest constraining dyn trait in impl in NLL | b-naber | -0/+11 |
| 2022-05-25 | make TraitObject visitors public | b-naber | -3/+3 |
| 2022-05-23 | Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -1/+1 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -3/+8 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+23 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -6/+7 |
| 2022-05-20 | update comments | lcnr | -8/+2 |
| 2022-05-17 | Rollup merge of #97080 - lcnr:relate-sus, r=oli-obk | Yuki Okushi | -16/+1 |
| 2022-05-17 | fix misleading `cannot infer type for type parameter` error | Takayuki Maeda | -0/+22 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -1/+8 |
| 2022-05-16 | remove the `RelateResultCompare` trait | lcnr | -16/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -13/+15 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -7/+7 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -4/+4 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -11/+16 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -12/+14 |
| 2022-05-10 | Remove `clone_code` method | Oli Scherer | -1/+1 |
| 2022-05-10 | Move an extension trait method onto the type directly and reuse it | Oli Scherer | -1/+8 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -3/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -45/+54 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -3/+4 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -1/+22 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -45/+54 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -6/+4 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -10/+31 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -44/+23 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -4/+4 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-28 | Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest... | Dylan DPC | -75/+77 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -14/+9 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -75/+77 |
| 2022-04-27 | tut tut tut | Ellen | -14/+9 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -65/+74 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -28/+25 |
| 2022-04-23 | Provide consistent output order for suggestions | Esteban Küber | -3/+4 |
| 2022-04-23 | Use more targetted suggestion span for fully qualified path | Esteban Küber | -7/+10 |
| 2022-04-23 | Erase type params when suggesting fully qualified path | Esteban Küber | -0/+17 |
| 2022-04-19 | Auto merge of #96020 - martingms:optimize-relate_substs, r=nnethercote | bors | -3/+9 |
| 2022-04-17 | Split relate_substs into two functions | Martin Gammelsæter | -3/+9 |
| 2022-04-16 | Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk | Dylan DPC | -44/+39 |