| Age | Commit message (Expand) | Author | Lines |
| 2020-03-12 | update tests | Mark Mansi | -2/+2 |
| 2020-03-11 | make error message less confusing | Ralf Jung | -1/+1 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -1/+1 |
| 2020-03-07 | Make error message clearer about creating new module | Kornel | -1/+1 |
| 2020-03-05 | review comments | Esteban Küber | -4/+5 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -3/+3 |
| 2020-03-01 | doc(librustc_error_codes): add long error explanation for E0719 | Matthew Kuo | -0/+1 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -13/+23 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -2/+0 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -2/+6 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -13/+23 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -10/+10 |
| 2020-02-10 | Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -10/+10 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -20/+0 |
| 2020-02-07 | Merge branch 'master' of https://github.com/jwhite927/rust into E0637 | Josh White | -0/+4 |
| 2020-02-07 | performed --bless of 15 ui tests affected | Josh White | -0/+1 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -0/+4 |
| 2020-02-06 | Auto merge of #68583 - estebank:hrlt, r=oli-obk | bors | -8/+8 |
| 2020-02-05 | review comments | Esteban Küber | -7/+7 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -8/+8 |
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-02 | Use more appropriate spans on object unsafe traits and provide structured sug... | Esteban Küber | -3/+9 |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -3/+15 |
| 2020-02-02 | Use more accurate failed predicate spans | Esteban Küber | -2/+2 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -2/+2 |
| 2020-02-02 | move_ref_patterns: introduce tests | Mazdak Farrokhzad | -20/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-25 | Don't use spaces before type ascription like colons | Oliver Scherer | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-19 | review comments | Esteban Küber | -4/+4 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -5/+29 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -1/+5 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -3/+1 |
| 2020-01-17 | Rollup merge of #68195 - estebank:impl-trait-2000, r=Centril | Dylan DPC | -0/+63 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -1/+7 |
| 2020-01-16 | review comments | Esteban Küber | -4/+4 |
| 2020-01-16 | Add E0746 explanation to the index | Esteban Küber | -0/+1 |
| 2020-01-16 | Make `impl Trait` suggestion in E0746 `MachineApplicable` | Esteban Küber | -2/+22 |
| 2020-01-16 | Elide E0308 errors in favor of E0746 | Esteban Küber | -41/+4 |
| 2020-01-16 | Specific error for unsized `dyn Trait` return type | Esteban Küber | -0/+79 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -1/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -2/+2 |
| 2020-01-11 | Ban `...X` pats, harden tests, and improve diagnostics. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -1/+1 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -6/+82 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -1/+1 |
| 2020-01-03 | clarify that `Drop` can be implemented for enums and unions too | Andy Russell | -6/+5 |