| Age | Commit message (Expand) | Author | Lines |
| 2020-07-09 | Rollup merge of #74150 - tamird:blocklist, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -2/+2 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -2/+6 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -1/+1 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -0/+7 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -0/+7 |
| 2020-06-21 | Move `next_disambiguator` to `Resolver` | marmeladema | -1/+13 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -5/+5 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -24/+93 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -11/+4 |
| 2020-06-19 | Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco | Manish Goregaokar | -21/+4 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -6/+8 |
| 2020-06-17 | review comments | Esteban Küber | -4/+4 |
| 2020-06-15 | Use `LocalDefId` for import IDs in trait map | Vadim Petrochenkov | -21/+4 |
| 2020-06-13 | Make new type param suggestion more targetted | Esteban Küber | -6/+8 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -1/+2 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -25/+3 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -6/+7 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -7/+7 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -6/+7 |
| 2020-05-30 | resolve: Pass parent scope to the function providing import suggestions | Vadim Petrochenkov | -1/+2 |
| 2020-05-30 | Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error` | marmeladema | -5/+2 |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -15/+25 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -47/+16 |
| 2020-05-24 | Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse | Ralf Jung | -13/+101 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -8/+3 |
| 2020-05-21 | Replace unecessary calls to `.clone()` by argument binding pattern for `Copy`... | marmeladema | -11/+11 |
| 2020-05-21 | Use `collect()` instead of manually inserting elements into maps | marmeladema | -46/+42 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::extern_crate_map` instead of `NodeId` | marmeladema | -2/+15 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::glob_map` instead of `NodeId` | marmeladema | -2/+11 |
| 2020-05-21 | Use `DefId` in `ResolverOutputs::maybe_unused_extern_crates` instead of `NodeId` | marmeladema | -2/+11 |
| 2020-05-21 | Use `LocalDefId` in `ResolverOutputs::maybe_unused_trait_imports` instead of ... | marmeladema | -2/+11 |
| 2020-05-21 | Use `HirId` in `ResolverOutputs::export_map` instead of `NodeId` | marmeladema | -2/+25 |
| 2020-05-21 | Use `HirId` in value of `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -3/+17 |
| 2020-05-21 | Use `HirId` as key for `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -2/+17 |
| 2020-05-19 | Suggest fixes for `use foo::self` | mibac138 | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -26/+26 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -45/+83 |
| 2020-04-26 | use defkind.descr in wrong namespace resolve failure | YI | -18/+21 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -3/+1 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-24 | add a few more DefKinds | mark | -3/+1 |
| 2020-04-22 | add message for resolution failure because wrong namespace | YI | -45/+80 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -8/+9 |
| 2020-04-09 | Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb | bors | -3/+3 |
| 2020-04-07 | Do not suggest adding type param when `use` is already suggested | Esteban Küber | -2/+1 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -3/+3 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -1/+1 |