| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+1 |
| 2019-12-11 | Add more context for type parameters | Esteban Küber | -1/+1 |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -2/+4 |
| 2019-12-05 | Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC | Mazdak Farrokhzad | -3/+7 |
| 2019-12-04 | Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis | bors | -1/+3 |
| 2019-12-03 | Include a span in more `expected...found` notes | Aaron Hill | -3/+7 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-24 | fixup! Add negative tests where the diagnostic message would be wrong | Timo Freiberg | -14/+103 |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -7/+48 |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -15/+12 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -3/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -10/+10 |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -4/+6 |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -2/+0 |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -2/+2 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -6/+12 |
| 2019-11-15 | Make `process_obligations()` greedier. | Nicholas Nethercote | -1/+3 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -9/+8 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-11-02 | consistent handling of missing sysroot spans | Ralf Jung | -9/+8 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+6 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -4/+9 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-24 | syntax: reject `trait Foo: Bar = Baz;`. | Mazdak Farrokhzad | -5/+20 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -0/+2 |
| 2019-10-22 | review comments: move code, fix indentation and change span | Esteban Küber | -7/+6 |
| 2019-10-22 | Point at associated type for some obligations | Esteban Küber | -5/+11 |
| 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 |