| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -24/+3 |
| 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 | 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 |
| 2022-03-15 | Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakis | bors | -11/+85 |
| 2022-03-14 | check all dyn obligations, actually | Michael Goulet | -11/+35 |
| 2022-03-14 | check Projection supertrait bounds when confirming dyn candidate | Michael Goulet | -0/+50 |
| 2022-03-03 | add tests for metadata for unsized generics and opaques | Michael Goulet | -0/+62 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -3/+20 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -0/+12 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -0/+39 |
| 2022-02-14 | Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom... | bors | -4/+6 |
| 2022-02-14 | Properly check regions on negative overlap check | Santiago Pastorino | -4/+6 |