| Age | Commit message (Expand) | Author | Lines |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -3/+48 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -5/+5 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -7/+4 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-01-04 | Rollup merge of #66913 - VirrageS:help-self, r=varkor,Centril | Mazdak Farrokhzad | -0/+55 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-23 | Simplify match expr | Janusz Marcinkiewicz | -2/+2 |
| 2019-12-23 | Extract checking for self arg to separate method | Janusz Marcinkiewicz | -35/+40 |
| 2019-12-23 | Extend suggestion span to whole method call | Janusz Marcinkiewicz | -11/+15 |
| 2019-12-23 | Add arguments to suggestion method call | Janusz Marcinkiewicz | -1/+16 |
| 2019-12-23 | Add more detailed suggestion | Janusz Marcinkiewicz | -3/+3 |
| 2019-12-23 | Suggest calling method when first argument is `self` | Janusz Marcinkiewicz | -0/+31 |
| 2019-12-22 | Format the world | Mark Rousskov | -114/+114 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-10-28 | Auto merge of #65421 - estebank:variants, r=petrochenkov | bors | -10/+11 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -10/+11 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-26 | review comments and tweaks | Esteban Küber | -19/+29 |
| 2019-10-26 | Use heuristics to suggest assignment | Esteban Küber | -3/+22 |
| 2019-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -0/+3 |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -12/+10 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -1/+2 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -1/+2 |
| 2019-10-05 | Remove `for_each_child_stable` | Aaron Hill | -2/+2 |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -8/+14 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -1/+1 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -8/+14 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2019-09-21 | unify errors for tuple/struct variants | Guanqun Lu | -0/+6 |
| 2019-09-21 | remove the extra comma after the match arm | guanqun | -1/+1 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -2/+2 |
| 2019-08-16 | resolve: Move some code around | Vadim Petrochenkov | -5/+4 |
| 2019-08-16 | resolve: Populate external modules in more automatic and lazy way | Vadim Petrochenkov | -9/+5 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -3/+2 |
| 2019-08-10 | resolve: Move some more code around | Vadim Petrochenkov | -2/+2 |
| 2019-08-10 | resolve: Remove `Deref<Target=Resolver>` implementations | Vadim Petrochenkov | -19/+20 |
| 2019-08-10 | resolve: Track whole parent scope in the visitors | Vadim Petrochenkov | -4/+4 |
| 2019-08-10 | resolve: Move late resolution visitor into a separate file | Vadim Petrochenkov | -0/+769 |