| Age | Commit message (Expand) | Author | Lines |
| 2020-05-17 | Emit a better diagnostic when function actually has a 'self' parameter | Aaron Hill | -2/+9 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+3 |
| 2020-05-07 | Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkov | Dylan DPC | -1/+4 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -1/+4 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -1/+5 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -15/+24 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -15/+24 |
| 2020-04-22 | Tweak wording | Esteban Küber | -2/+17 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -88/+97 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -15/+14 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -3/+3 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -5/+1 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | call .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_re... | Matthias Krüger | -5/+1 |
| 2020-03-04 | Use single-char patter on {ends,starts}_with and remove clone on copy type. | Matthias Krüger | -3/+3 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -8/+6 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -8/+6 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+4 |
| 2020-02-28 | remove redundant clones, references to operands, explicit boolean comparisons... | Matthias Krüger | -38/+32 |
| 2020-02-27 | Rollup merge of #69439 - petrochenkov:latelife, r=matthewjasper | Yuki Okushi | -1/+242 |
| 2020-02-24 | resolve: `lifetimes.rs` -> `late/lifetime.rs` | Vadim Petrochenkov | -1/+242 |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -1/+1 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -11/+11 |
| 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 |