| Age | Commit message (Expand) | Author | Lines |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+2 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -18/+21 |
| 2019-10-16 | update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-15 | Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew... | Tyler Mandry | -0/+1 |
| 2019-10-15 | Remove useless `help` | Esteban Küber | -2/+0 |
| 2019-10-15 | Consider trait aliases | Esteban Küber | -3/+4 |
| 2019-10-15 | Handle more cases | Esteban Küber | -7/+7 |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -6/+10 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-10-13 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -6/+6 |
| 2019-10-10 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-07 | update ui tests | Guillaume Gomez | -0/+1 |
| 2019-09-30 | Fixed grammar in one diagnostic and blessed tests. | Alexander Regueiro | -4/+4 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -0/+145 |
| 2019-09-25 | address rebase damage | Ariel Ben-Yehuda | -2/+2 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -2/+2 |
| 2019-09-24 | nit: update text to avoid "lattice specialization" term | Niko Matsakis | -5/+8 |
| 2019-09-24 | improve comment | Ariel Ben-Yehuda | -4/+4 |
| 2019-09-24 | add test for lattice specialization | Ariel Ben-Yehuda | -0/+56 |
| 2019-09-24 | add error message for case | Ariel Ben-Yehuda | -3/+5 |
| 2019-09-24 | improve and add tests | Ariel Ben-Yehuda | -0/+84 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -1/+1 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -8/+8 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -7/+9 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -15/+31 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -14/+14 |
| 2019-09-09 | Auto merge of #64237 - estebank:tweak-method-not-found, r=Centril | bors | -3/+3 |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -3/+3 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -1/+1 |
| 2019-09-05 | Rollup merge of #64110 - estebank:receiver-type, r=Centril | Mazdak Farrokhzad | -12/+25 |
| 2019-09-03 | Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril | Mazdak Farrokhzad | -0/+7 |
| 2019-09-02 | account for DUMMY_SP and correct wording | Esteban Küber | -2/+2 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -12/+25 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -2/+2 |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -0/+7 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -163/+89 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -1/+0 |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -6/+0 |
| 2019-08-02 | Address review comments | varkor | -1/+1 |
| 2019-08-02 | Fix fallout after rebase | varkor | -1/+1 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+42 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+3234 |
| 2019-07-24 | Adjust tests for method disambiguation help | Ilija Tovilo | -0/+2 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -7/+7 |
| 2019-06-22 | Rollup merge of #61681 - asfreitas:addSendTrait, r=estebank | Mazdak Farrokhzad | -14/+14 |
| 2019-06-22 | adding in these files that didn't get added in previous commit | Andrew | -7/+7 |
| 2019-06-21 | changed expected output in tests so it now passes with changed output | Andrew | -7/+7 |
| 2019-06-14 | Add explanation for E0592 | Yuki Okushi | -0/+1 |