| Age | Commit message (Expand) | Author | Lines |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -2/+2 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -31/+109 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -3/+27 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -3/+27 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -17/+64 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -27/+58 |
| 2021-09-25 | Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplett | Manish Goregaokar | -0/+3 |
| 2021-09-25 | use `drain_filter` instead of `filter` and `retain` | Takayuki Maeda | -4/+1 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -2/+1 |
| 2021-09-25 | change the order of path suggestions | Takayuki Maeda | -0/+6 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -8/+18 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -1/+7 |
| 2021-08-23 | Don't confuse the user with notes about tool modules. | Mara Bos | -5/+5 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -1/+2 |
| 2021-08-23 | Say what things are, instead of what they are not. | Mara Bos | -10/+9 |
| 2021-08-23 | Silence confusing 'unused import' warnings. | Mara Bos | -0/+3 |
| 2021-08-23 | Look for macro names in all namespaces for diagnostics. | Mara Bos | -0/+33 |
| 2021-08-22 | Suggest importing the right kind of macro. | Mara Bos | -3/+1 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -19/+43 |
| 2021-07-14 | Change type param -> generic param | Ellen | -3/+3 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -1/+1 |
| 2021-05-19 | Disallow shadowing const parameters | Fabian Wolff | -9/+14 |
| 2021-04-29 | make feature recommendations optional | lcnr | -1/+7 |
| 2021-04-21 | fix name resolution for param defaults | lcnr | -11/+0 |
| 2021-04-11 | detect when suggested paths enter extern crates more rigorously | SNCPlay42 | -11/+7 |
| 2021-03-27 | resolve: Partially unify early and late scope-relative ident resolution | Vadim Petrochenkov | -2/+2 |
| 2021-03-23 | Some refactoring | varkor | -2/+2 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -3/+3 |
| 2021-02-05 | Small refactor with Iterator::reduce | Cameron Steffen | -3/+2 |
| 2021-02-03 | Refactor out PrimitiveTypeTable | Cameron Steffen | -3/+3 |
| 2021-01-29 | fix typo | Henry Boisdequin | -1/+1 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -1/+1 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -1/+2 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -8/+18 |
| 2021-01-07 | resolve: Scope visiting doesn't need an `Ident` | Vadim Petrochenkov | -1/+2 |
| 2021-01-07 | Add pointing const identifier when emitting E0435 | Daiki Ihara | -1/+7 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-24 | Swap note for help | mendess | -1/+1 |
| 2020-11-24 | Requested changes | mendess | -1/+1 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+1 |
| 2020-11-20 | update bug message for cg | Bastian Kauschke | -1/+1 |
| 2020-11-19 | resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers | Vadim Petrochenkov | -1/+1 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -1/+1 |
| 2020-11-08 | rustc_resolve: Use `#![feature(format_args_capture)]` | Vadim Petrochenkov | -37/+11 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -1/+1 |
| 2020-10-30 | Add back missing comments | Joshua Nelson | -0/+1 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -18/+7 |
| 2020-10-17 | Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank | Yuki Okushi | -0/+11 |