| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-03 | use structured suggestion for method calls | Andy Russell | -6/+2 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -5/+5 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -5/+5 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -3/+3 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -3/+3 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -8/+16 |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -14/+14 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -12/+94 |
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -8/+16 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -546/+156 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -0/+2 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -0/+51 |