| Age | Commit message (Expand) | Author | Lines |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -95/+177 |
| 2020-06-23 | Review fixes | Dan Aloni | -2/+7 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -8/+22 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -23/+49 |
| 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 | -6/+6 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -94/+164 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -23/+49 |
| 2020-06-20 | Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkov | Manish Goregaokar | -11/+4 |
| 2020-06-20 | Correctly handle binders inside trait predicates | Matthew Jasper | -5/+8 |
| 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 | -25/+9 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -14/+44 |
| 2020-06-17 | review comments | Esteban Küber | -6/+8 |
| 2020-06-16 | Suggest new type param on single char ident | Esteban Küber | -8/+33 |
| 2020-06-15 | Use `LocalDefId` for import IDs in trait map | Vadim Petrochenkov | -25/+9 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -59/+34 |
| 2020-06-13 | Make new type param suggestion more targetted | Esteban Küber | -7/+10 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -4/+14 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-06-11 | Document some opaque types code | Matthew Jasper | -2/+2 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -4/+4 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -1/+12 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -39/+1 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -19/+21 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 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 | -4/+14 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro expansions | Vadim Petrochenkov | -4/+14 |
| 2020-06-09 | Remove noisy suggestion of hash_map #72642 | Ayush Kumar Mishra | -1/+3 |
| 2020-06-08 | Rollup merge of #73090 - marmeladema:resolver-outputs-local-def-id, r=petroch... | Dylan DPC | -28/+8 |
| 2020-06-08 | Rollup merge of #73075 - jyn514:comment-module, r=Dylan-DPC | Ralf Jung | -0/+6 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -28/+8 |
| 2020-06-06 | Add comments to `Resolve::get_module` | Joshua Nelson | -0/+6 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -7/+8 |
| 2020-06-05 | Auto merge of #72982 - tblah:riscv-ui-tests, r=estebank | bors | -1/+2 |
| 2020-06-04 | resolve: Sort E0408 errors by Symbol str | Tom Eccles | -1/+2 |
| 2020-06-03 | Fix a typo in `late.rs` | Patryk Wychowaniec | -1/+1 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -41/+130 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -7/+8 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 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 | -3/+9 |
| 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 | -28/+43 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -57/+30 |
| 2020-05-25 | Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper | Dylan DPC | -4/+12 |
| 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 | -14/+14 |