| Age | Commit message (Expand) | Author | Lines |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -1/+0 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -23/+51 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -1/+0 |
| 2023-07-07 | adjust smart_resolve_partial_mod_path_errors | yukang | -2/+1 |
| 2023-07-07 | smart_resolve_partial_mod_path_errors should not suggest parent | yukang | -3/+4 |
| 2023-07-07 | Add filter with next segment while lookup typo for path | yukang | -21/+49 |
| 2023-07-05 | resolve: Add comments explaining use of `Interned` | Vadim Petrochenkov | -0/+6 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -65/+59 |
| 2023-07-05 | resolve: Use `Interned` for `Import` | Vadim Petrochenkov | -71/+58 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -124/+106 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -5/+64 |
| 2023-07-02 | add testcase for 112590 | yukang | -17/+44 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -4/+5 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -3/+7 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -37/+22 |
| 2023-06-27 | Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -4/+3 |
| 2023-06-26 | Rollup merge of #112979 - NotStirred:translatable_diag/resolve_imports, r=fee... | Matthias Krüger | -44/+168 |
| 2023-06-25 | Add translatable diagnostic for import resolution strings | Tom Martin | -44/+168 |
| 2023-06-24 | fix: add cfg diagnostic for unresolved import error | bohan | -1/+12 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -28/+100 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -2/+34 |
| 2023-06-21 | resolve: Minor cleanup to `fn resolve_path_with_ribs` | Vadim Petrochenkov | -51/+38 |
| 2023-06-20 | Revert "Rollup merge of #112758 - bvanjoi:clean-up-resolve, r=petrochenkov" | bohan | -40/+53 |
| 2023-06-19 | Rollup merge of #112768 - NotStirred:translatable_diag/resolve1, r=WaffleLapkin | Matthias Krüger | -24/+104 |
| 2023-06-19 | Remove unreachable and untested suggestion for invalid span enum derive(Default) | Tom Martin | -19/+5 |
| 2023-06-19 | Reformatting | Tom Martin | -3/+5 |
| 2023-06-18 | Fix tidy | Tom Martin | -22/+21 |
| 2023-06-18 | refactor(resolve): delete `update_resolution` function | bohan | -53/+40 |
| 2023-06-18 | Add translatable diagnostic for various strings in resolve::unresolved_macro_... | Tom Martin | -9/+55 |
| 2023-06-18 | Add translatable diagnostic for cannot find in this scope | Tom Martin | -4/+23 |
| 2023-06-18 | Add translatable diagnostic for invalid imports | Tom Martin | -5/+16 |
| 2023-06-18 | Add translatable diagnostic for changing import binding | Tom Martin | -8/+25 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -23/+69 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -3/+3 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -3/+3 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+15 |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -6/+13 |
| 2023-06-10 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -1/+1 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -6/+13 |
| 2023-06-08 | increase the accuracy of effective visibilities calculation | Bryanskiy | -1/+1 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -71/+220 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -16/+18 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -23/+64 |
| 2023-05-26 | Auto merge of #111858 - clubby789:fluent-alphabetical, r=jyn514,compiler-errors | bors | -175/+175 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -175/+175 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-05-24 | Use `is_some_and`/`is_ok_and` in less obvious spots | Maybe Waffle | -13/+6 |