| Age | Commit message (Expand) | Author | Lines |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -5/+5 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -3/+3 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -0/+3 |
| 2019-09-22 | Fixes #63962. Hint about missing tuple parentheses in patterns | Sam Radhakrishan | -4/+19 |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -2/+2 |
| 2019-09-14 | Rollup merge of #64290 - Mark-Simulacrum:span-no-main, r=estebank | Mazdak Farrokhzad | -3/+5 |
| 2019-09-14 | Provide a span if main function is not present in crate | Mark Rousskov | -3/+5 |
| 2019-09-12 | Auto merge of #64360 - varkor:foreign-items-diagnostic-const-generics, r=cram... | bors | -2/+2 |
| 2019-09-11 | Make wording less confusing | varkor | -2/+2 |
| 2019-09-08 | Tests: No longer emitting 0008, E0301, E0302. | Mazdak Farrokhzad | -36/+0 |
| 2019-09-08 | Update tests wrt. bind_by_by_move_pattern_guards stabilization. | Mazdak Farrokhzad | -39/+5 |
| 2019-09-06 | Rollup merge of #64161 - estebank:point-variant, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2019-09-04 | Point at variant on pattern field count mismatch | Esteban Küber | -0/+9 |
| 2019-09-02 | account for DUMMY_SP and correct wording | Esteban Küber | -1/+1 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -12/+13 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -4/+4 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -27/+15 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -3/+5 |
| 2019-08-17 | Move type parameter shadowing errors to resolve | Matthew Jasper | -6/+6 |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -4/+1 |
| 2019-08-05 | Don't recommend `extern crate` syntax | Kornel | -1/+1 |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -0/+2 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -1/+1 |
| 2019-07-28 | Remove anonymous_parameters from unrelated test | David Tolnay | -1/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -6/+3 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -4/+12 |
| 2019-07-25 | Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=... | Mazdak Farrokhzad | -0/+2 |
| 2019-07-24 | Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_... | bors | -3/+3 |
| 2019-07-24 | Adjust tests for method disambiguation help | Ilija Tovilo | -0/+2 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -3/+3 |
| 2019-07-23 | Rollup merge of #62804 - lundibundi:help-infer-const-static, r=eddyb | Mark Rousskov | -1/+4 |
| 2019-07-19 | normalize use of backticks in compiler messages for librustc_metadata | Samy Kacimi | -3/+3 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+1 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+4 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -1/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 |
| 2019-07-17 | rustc_typeck: improve diagnostics for -> _ fn return type | Denys Otrishko | -1/+4 |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -2/+66 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -3/+3 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -2/+66 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -4/+4 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -4/+4 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -6/+6 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -6/+6 |
| 2019-06-17 | Make use of `ptr::null(_mut)` instead of casting zero | Lzu Tao | -2/+2 |