| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -13/+33 |
| 2020-02-02 | Slight rewording of diagnostic message | Esteban Küber | -1/+1 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -5/+4 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -8/+8 |
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -13/+7 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -3/+3 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -14/+14 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -8/+11 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -11/+11 |
| 2019-12-20 | Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r... | Mazdak Farrokhzad | -1/+1 |
| 2019-12-20 | Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor | Mazdak Farrokhzad | -2/+8 |
| 2019-12-19 | Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -2/+18 |
| 2019-12-16 | Always build and ship parallel-enabled compilers | Mark Rousskov | -18/+2 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Indicate origin of where type parameter for uninferred types | Ohad Ravid | -1/+1 |
| 2019-12-12 | Update tests | LeSeulArtichaut | -1/+1 |
| 2019-12-12 | Update UI test expectations | LeSeulArtichaut | -1/+1 |
| 2019-12-11 | Use structured suggestion for disambiguating method calls | Esteban Küber | -2/+8 |
| 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 |