| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | Add regression test for #82830 | Yuki Okushi | -0/+31 |
| 2022-05-23 | Rollup merge of #97271 - JohnTitor:issue-91949, r=compiler-errors | Dylan DPC | -0/+55 |
| 2022-05-22 | Use revisions for NLL in traits | Jack Huey | -26/+110 |
| 2022-05-22 | Use revisions for NLL in various directories | Jack Huey | -4/+9 |
| 2022-05-22 | Add regression test for #91949 | Yuki Okushi | -0/+55 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+16 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+11 |
| 2022-05-17 | fix misleading `cannot infer type for type parameter` error | Takayuki Maeda | -0/+5 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -1/+7 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-05-12 | Bless tests. | Camille GILLOT | -2/+2 |
| 2022-05-12 | Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=... | bors | -0/+59 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -0/+59 |
| 2022-05-10 | Don't lose an obligation cause | Oli Scherer | -1/+7 |
| 2022-05-10 | Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors | bors | -11/+45 |
| 2022-05-09 | Point to the empty trait alias. | Camille GILLOT | -0/+9 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -2/+2 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -2/+2 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -0/+85 |
| 2022-05-04 | Exit before fetching bounds on associated items. | Camille GILLOT | -0/+16 |
| 2022-05-04 | Only keep predicates on `Self` when checking `dyn TraitAlias`. | Camille GILLOT | -11/+20 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+76 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -4/+61 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -2/+2 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -4/+4 |
| 2022-04-25 | Replace suggest_constraining_param with suggest_restricting_param_bound | Will Crichton | -3/+3 |
| 2022-04-23 | Provide consistent output order for suggestions | Esteban Küber | -8/+8 |
| 2022-04-23 | Use more targetted suggestion span for fully qualified path | Esteban Küber | -20/+20 |
| 2022-04-23 | Erase type params when suggesting fully qualified path | Esteban Küber | -0/+57 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+94 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -1/+1 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -5/+26 |
| 2022-04-14 | Update output of cycle-cache-err-60010 test | Eduardo Sánchez Muñoz | -1/+1 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -0/+19 |
| 2022-04-13 | fix: wrong trait import suggestion for T: | Bruno Felipe Francisco | -0/+24 |
| 2022-04-12 | Compute a more precise span for opaque type impls | Oli Scherer | -2/+2 |
| 2022-04-06 | don't report int/float ambiguity when we have previous errors | Michael Goulet | -32/+29 |
| 2022-04-05 | Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er... | Dylan DPC | -0/+8 |
| 2022-04-05 | Suggest derivable trait on E0277 | ohno418 | -0/+8 |
| 2022-04-04 | Remove hack, fix fmt and tests | Esteban Kuber | -2/+0 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -3/+3 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -10/+14 |
| 2022-04-04 | Suggest dereferncing when possible in E0277, fix #87437 | Esteban Kuber | -3/+55 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+35 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -15/+16 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -7/+7 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -7/+7 |
| 2022-03-27 | resolve: Simplify some diagnostic code to avoid an ICE | Vadim Petrochenkov | -2/+24 |
| 2022-03-25 | when checking pointee metadata, canonicalize the Sized query | Michael Goulet | -0/+19 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -1/+7 |