| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-14 | further update `fuzzy_match_tys` | lcnr | -4/+5 |
| 2022-02-14 | fuzzify `fuzzy_match_tys` | lcnr | -0/+6 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -0/+2 |
| 2022-02-11 | Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkov | Matthias Krüger | -8/+8 |
| 2022-02-11 | Fix typo: explicitely->explicitly | Kagami Sascha Rosylight | -8/+8 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -3/+3 |
| 2022-02-07 | Print opaque types from type aliases via their path | Oli Scherer | -3/+3 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -1/+27 |
| 2022-01-28 | Add test for old ICE in #91594 | Ben Reeves | -0/+34 |
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -1/+27 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+256 |
| 2022-01-14 | Do not use `HashSet` for `#[rustc_must_implement_one_of]` | Maybe Waffle | -3/+3 |
| 2022-01-14 | Check for duplicate arguments in `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+53 |
| 2022-01-11 | Add a test for ungated `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+24 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -0/+22 |
| 2022-01-09 | Apply suggestions from code review | Waffle Maybe | -17/+17 |
| 2022-01-09 | Move `#[rustc_must_implement_one_of]` tests to fix tidy check | Maybe Waffle | -0/+179 |
| 2021-12-29 | Add UI test for #92292 | Wang Ruochen | -0/+32 |
| 2021-12-24 | Normalize struct tail type when checking Pointee trait | Michael Goulet | -0/+22 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -0/+34 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -1/+6 |
| 2021-12-17 | Remove 'speculative evaluation' of predicates | Aaron Hill | -0/+34 |
| 2021-12-13 | Fix HashStable implementation on InferTy | Michael Goulet | -0/+17 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -10/+23 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -10/+23 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -7/+7 |
| 2021-12-10 | Use a more accurate `Span` for `'static` obligation from return type | Esteban Kuber | -8/+8 |