| Age | Commit message (Expand) | Author | Lines |
| 2020-03-23 | Update tests | John Kåre Alsaker | -16/+76 |
| 2020-03-12 | update tests | Mark Mansi | -57/+57 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -5/+3 |
| 2020-02-28 | Tweak wording | Esteban Küber | -1/+1 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -1/+1 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -3/+3 |
| 2020-02-27 | Revert "Backport only: avoid ICE on bad placeholder type" | Esteban Küber | -16/+2 |
| 2020-02-27 | Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=... | Yuki Okushi | -2/+16 |
| 2020-02-22 | update some tests | Mark Mansi | -57/+57 |
| 2020-02-20 | Backport only: avoid ICE on bad placeholder type | Esteban Küber | -2/+16 |
| 2020-02-14 | Update tests | Matthew Jasper | -202/+5 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -7/+12 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -3/+13 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -15/+11 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -4/+4 |
| 2020-01-04 | Rollup merge of #66913 - VirrageS:help-self, r=varkor,Centril | Mazdak Farrokhzad | -0/+65 |
| 2020-01-03 | Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=es... | Yuki Okushi | -3/+3 |
| 2019-12-31 | Change wording for lifetime suggestion for opaque types from `constraint` to ... | Ohad Ravid | -3/+3 |
| 2019-12-29 | Account for all item kinds when collecting and gateing `_` in item defs | Esteban Küber | -2/+2 |
| 2019-12-29 | Suggest type param when encountering `_` in fn defs | Esteban Küber | -2/+12 |
| 2019-12-23 | Extend suggestion span to whole method call | Janusz Marcinkiewicz | -3/+9 |
| 2019-12-23 | Add arguments to suggestion method call | Janusz Marcinkiewicz | -3/+3 |
| 2019-12-23 | Add more detailed suggestion | Janusz Marcinkiewicz | -10/+19 |
| 2019-12-23 | Suggest calling method when first argument is `self` | Janusz Marcinkiewicz | -0/+50 |
| 2019-12-13 | parser: recover on `&'lifetime mut $pat`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-29 | remove get_named_span | Mark Mansi | -50/+28 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -77/+78 |
| 2019-11-26 | Stabilize nested self receivers | Taylor Cramer | -288/+166 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -4/+0 |
| 2019-11-13 | update suggestion ui test | csmoe | -4/+0 |
| 2019-11-07 | Update ui tests | Guillaume Gomez | -0/+12 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -8/+8 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+3 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -2/+45 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -2/+45 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -1/+10 |
| 2019-10-11 | Remove most uses of `allow(unions_with_drop_fields)` in tests | Simon Sapin | -1/+10 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -2/+2 |
| 2019-10-03 | Rollup merge of #65057 - mathstuf:fix-warning-typo, r=Centril | Tyler Mandry | -1/+1 |
| 2019-10-03 | typo: fix typo in E0392 | Ben Boeckel | -1/+1 |
| 2019-10-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -447/+443 |
| 2019-10-03 | ./x.py test --bless --compare-mode=nll | Niko Matsakis | -288/+258 |
| 2019-10-02 | review comment | Esteban Küber | -1/+1 |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -159/+185 |
| 2019-09-30 | Reword E0392 slightly | Esteban Küber | -1/+1 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -2/+4 |
| 2019-09-25 | update ui tests | Guillaume Gomez | -2/+4 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -2/+2 |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -2/+2 |