| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -15/+24 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -27/+9 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -6/+6 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -18/+0 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -5/+5 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -2/+4 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -5/+5 |
| 2019-10-30 | Reduce ammount of errors given unclosed delimiter | Esteban Küber | -33/+47 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -2/+2 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -10/+10 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+16 |
| 2019-10-18 | Clarify diagnostics when using `~` as a unary op | Yuki Okushi | -1/+1 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -3/+3 |
| 2019-10-06 | Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov | bors | -13/+13 |
| 2019-10-05 | Remove `for_each_child_stable` | Aaron Hill | -13/+13 |
| 2019-10-03 | review comments | Esteban Küber | -3/+3 |
| 2019-10-03 | review comments | Esteban Küber | -3/+3 |
| 2019-10-03 | Prove bad turbofish parser recovery in test | Esteban Küber | -11/+3 |
| 2019-10-03 | Account for missing turbofish in paths too | Esteban Küber | -2/+3 |
| 2019-10-03 | When encountering chained operators use heuristics to recover from bad turbofish | Esteban Küber | -7/+9 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -1/+1 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -6/+6 |
| 2019-09-07 | Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkov | Mazdak Farrokhzad | -88/+3 |
| 2019-09-05 | Bail out when encountering likely missing turbofish in parser | Esteban Küber | -88/+3 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -2/+3 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -1/+1 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -20/+12 |
| 2019-08-24 | parser: move `multiple-pattern-typo` -> `or-patterns` directory. | Mazdak Farrokhzad | -15/+0 |
| 2019-08-12 | Update tests for excess semicolon lint | Nathan | -1/+4 |
| 2019-07-24 | Allow lexer to recover from some homoglyphs | Esteban Küber | -1/+11 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -1/+8 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -18/+22 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -373/+121 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -16/+12 |
| 2019-03-23 | Fix span after rebase | Esteban Küber | -6/+2 |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -12/+4 |
| 2019-03-23 | Auto merge of #59058 - petrochenkov:assocrecov3, r=estebank | bors | -4/+135 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -13/+61 |
| 2019-03-12 | syntax: Better recovery for `$ty::AssocItem` and `ty!()::AssocItem` | Vadim Petrochenkov | -4/+135 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -29/+29 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -66/+66 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -6/+54 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -3/+3 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -3/+3 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -2/+1 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -1/+6 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -6/+2 |
| 2019-01-03 | Improve error generation, fixup recursion limits | Aaron Hill | -7/+1 |