| Age | Commit message (Expand) | Author | Lines |
| 2020-05-19 | Alter wording for `use foo::self` help | mibac138 | -2/+2 |
| 2020-05-19 | Suggest fixes for `use foo::self` | mibac138 | -7/+34 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -8/+11 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -3/+3 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -1/+1 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -2/+1 |
| 2020-03-21 | Only display definition on typo | LeSeulArtichaut | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-17 | Rollup merge of #69811 - petrochenkov:privdiag2, r=estebank | Mazdak Farrokhzad | -36/+68 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -1/+1 |
| 2020-03-16 | resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)` | Vadim Petrochenkov | -5/+7 |
| 2020-03-11 | Add the "consider importing it directly" label to public imports as well | Vadim Petrochenkov | -1/+1 |
| 2020-03-11 | resolve: Print import chains on privacy errors | Vadim Petrochenkov | -12/+49 |
| 2020-03-11 | resolve: Simplify `fn report_privacy_error` | Vadim Petrochenkov | -36/+31 |
| 2020-03-08 | Rollup merge of #69805 - petrochenkov:importname, r=Centril | Mazdak Farrokhzad | -13/+11 |
| 2020-03-07 | resolve: `directive` -> `import` | Vadim Petrochenkov | -9/+9 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | resolve: `ImportDirective` -> `Import` | Vadim Petrochenkov | -6/+4 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-04 | resolve, inconsistent binding mode: tweak wording. | Mazdak Farrokhzad | -2/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -2/+3 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -2/+2 |
| 2020-02-24 | resolve: `lifetimes.rs` -> `late/lifetime.rs` | Vadim Petrochenkov | -242/+1 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -7/+7 |
| 2020-02-05 | Account for `impl Trait` | Esteban Küber | -34/+55 |
| 2020-02-05 | Move code to `diagnostics.rs` | Esteban Küber | -91/+207 |
| 2020-02-05 | review comments | Esteban Küber | -17/+4 |
| 2020-02-05 | review comments: wording | Esteban Küber | -1/+1 |
| 2020-02-05 | Account for `fn()` types in lifetime suggestions | Esteban Küber | -6/+18 |
| 2020-02-05 | Account for `'_` in suggestions | Esteban Küber | -0/+3 |
| 2020-02-05 | review comments | Esteban Küber | -10/+10 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -8/+8 |
| 2020-02-05 | When suggesting lifetimes, propose adding the new lifetime to all arguments | Esteban Küber | -1/+11 |
| 2020-02-05 | Account for HKTB when suggesting introduction of named lifetime | Esteban Küber | -16/+36 |
| 2020-02-02 | Rollup merge of #68740 - JohnTitor:do-not-sugg-underscore, r=Centril | Yuki Okushi | -0/+5 |
| 2020-02-02 | Do not suggest things named underscore | Yuki Okushi | -0/+5 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |