| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1678/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -13/+34 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -0/+17 |
| 2020-08-05 | forbid generic params in complex consts | Bastian Kauschke | -0/+17 |
| 2020-08-05 | Handle fieldless tuple structs in diagnostic code | Aaron Hill | -4/+3 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -0/+11 |
| 2020-07-27 | name `ParamInTyOfConstArg` | Bastian Kauschke | -1/+1 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -3/+1 |
| 2020-07-16 | update help message | Bastian Kauschke | -2/+5 |
| 2020-07-16 | forbid generic params in the type of const params | Bastian Kauschke | -0/+10 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -3/+2 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -35/+33 |
| 2020-07-09 | Reduce indentation | Esteban Küber | -35/+33 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -10/+68 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -8/+20 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -4/+4 |
| 2020-06-23 | Review fixes | Dan Aloni | -2/+7 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -8/+15 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -4/+4 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -22/+43 |
| 2020-06-10 | Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwco | Dylan DPC | -1/+3 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -1/+9 |
| 2020-06-09 | Remove noisy suggestion of hash_map #72642 | Ayush Kumar Mishra | -1/+3 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -4/+7 |
| 2020-05-30 | resolve: Do not suggest imports from the same module in which we are resolving | Vadim Petrochenkov | -2/+6 |
| 2020-05-30 | resolve: Pass parent scope to the function providing import suggestions | Vadim Petrochenkov | -0/+4 |
| 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 |