| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | Silence unused_imports lint for redundant imports | Michael Goulet | -80/+16 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+148 |
| 2024-03-06 | Fix redundant import errors for preload extern crate | yukang | -0/+148 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -0/+37 |
| 2024-03-05 | Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkov | Matthias Krüger | -0/+56 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -3/+0 |
| 2024-03-01 | Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister | Matthias Krüger | -6/+6 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -3/+0 |
| 2024-03-01 | only compare ambiguity item that have hard error | bohan | -0/+56 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -0/+61 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-25 | make unused_imports less assertive in test modules | Suyashtnt | -6/+6 |
| 2024-02-25 | Fix issues in suggesting importing extern crate paths | yukang | -0/+61 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -4/+4 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -200/+200 |
| 2024-02-09 | ast_lowering: Fix regression in `use ::{}` imports. | Vadim Petrochenkov | -0/+20 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -1/+0 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -60/+8 |
| 2024-01-24 | add several resolution test cases | bohan | -3/+269 |
| 2024-01-21 | exclude unexported macro bindings from extern crate | bohan | -0/+16 |
| 2024-01-13 | Bless tests | George-lewis | -0/+1 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -3/+48 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -2/+44 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -58/+58 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -2/+3 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -6/+6 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -12/+72 |
| 2023-10-21 | on unresolved import disambiguate suggested path if it would collide | León Orell Valerian Liehr | -6/+6 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+3 |
| 2023-09-13 | resolve: determined binding after parent module macro expand | bohan | -69/+136 |
| 2023-08-31 | fix(resolve): update def if binding is warning ambiguity | bohan | -1/+1 |
| 2023-08-02 | Rollup merge of #114166 - Enselic:libc-unavailable, r=Nilstrieb | Nilstrieb | -0/+22 |
| 2023-07-31 | Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkov | Matthias Krüger | -0/+34 |
| 2023-07-29 | Add regression test for resolving `--extern libc=test.rlib` | Martin Nordholts | -0/+22 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -7/+1257 |
| 2023-07-29 | fix(resolve): report unresolved imports firstly | bohan | -0/+34 |
| 2023-07-25 | fix(resolve): skip panic when resolution is dummy | bohan | -0/+15 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -0/+27 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -8/+12 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2023-05-23 | fix(resolve): not defined `extern crate shadow_name` | bohan | -0/+28 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -0/+21 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -6/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -6/+12 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -4/+4 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -7/+10 |
| 2023-03-22 | Move useless_anynous_reexport lint into unused_imports | Guillaume Gomez | -4/+4 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -7/+10 |