| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -0/+5 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -1/+0 |
| 2020-06-23 | Tweak binop errors | Esteban Küber | -0/+6 |
| 2020-06-20 | Rollup merge of #72456 - ldm0:dereftrait, r=estebank | Manish Goregaokar | -0/+253 |
| 2020-06-20 | Prevent incorrect help message for dereference suggestion | Donough Liu | -1/+67 |
| 2020-06-20 | Try to suggest dereferences when trait selection failed. | Donough Liu | -0/+187 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -32/+44 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -9/+57 |
| 2020-06-17 | Unify region variables when projecting associated types | matthewjasper | -32/+44 |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -9/+57 |
| 2020-06-15 | Only display other method receiver candidates if they actually apply | Aaron Hill | -7/+0 |
| 2020-06-15 | Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este... | Ralf Jung | -0/+33 |
| 2020-05-28 | Account for `Self` as a type param | Esteban Küber | -0/+72 |
| 2020-05-27 | review comments: change wording and visual output | Esteban Küber | -8/+6 |
| 2020-05-27 | Modify wording | Esteban Küber | -3/+6 |
| 2020-05-27 | review comments | Esteban Küber | -2/+2 |
| 2020-05-27 | Tweak output for mismatched impl item | Esteban Küber | -1/+39 |
| 2020-05-27 | Name `RegionKind::ReVar` lifetimes in diagnostics | Esteban Küber | -1/+1 |
| 2020-05-27 | Fix spacing of expected/found notes without a label | Esteban Küber | -2/+2 |
| 2020-05-24 | Fix trait alias inherent impl resolution | Matthew McAllister | -0/+33 |
| 2020-05-22 | Rollup merge of #71829 - kper:issue71136, r=matthewjasper | Ralf Jung | -0/+21 |
| 2020-05-03 | Adding new test #71136 | Kevin Per | -0/+21 |
| 2020-04-26 | Use Cell::take in a couple places | ThinkChaos | -2/+2 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-04-23 | fix error code for E0751 | YI | -15/+15 |
| 2020-04-22 | Sort `MultiSpan`s on creation | Esteban Küber | -1/+1 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -1/+1 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -1/+0 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -15/+11 |
| 2020-04-18 | Maintain chain of derived obligations | Esteban Küber | -0/+5 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -25/+25 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -17/+26 |
| 2020-04-05 | "cannot resolve" → "cannot satisfy" | Esteban Küber | -1/+1 |
| 2020-04-03 | Rollup merge of #70741 - DutchGhost:test-59023, r=Centril | Mazdak Farrokhzad | -0/+17 |
| 2020-04-03 | Add test for #59023 | DutchGhost | -0/+17 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -18/+9 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -24/+18 |
| 2020-03-26 | add test for negative specializes negative | Niko Matsakis | -0/+13 |
| 2020-03-26 | move stderr file too | Niko Matsakis | -0/+12 |
| 2020-03-26 | give the negative-impls-builtin test a more sensible name | Niko Matsakis | -0/+0 |
| 2020-03-26 | comment the `typeck-negative-impls-builtin` test | Niko Matsakis | -0/+3 |
| 2020-03-26 | move feature-gate-negative-impls test to traits/negative-impls | Niko Matsakis | -0/+3 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -18/+47 |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -47/+43 |
| 2020-03-26 | permit negative impls for non-auto traits | Niko Matsakis | -7/+253 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -8/+8 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -6/+5 |
| 2020-03-22 | Use more targetted span for error label | Esteban Küber | -4/+4 |