| Age | Commit message (Expand) | Author | Lines |
| 2023-08-02 | Resolve visibility paths as modules not as types. | Camille GILLOT | -0/+20 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -4/+20 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+1 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -5/+1 |
| 2023-07-18 | added links as a note | nxya | -1/+1 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -1/+1 |
| 2023-07-18 | added links as a note | nxya | -1/+6 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -1/+1 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -6/+101 |
| 2023-07-15 | Check entry type as part of item type checking. | Camille GILLOT | -12/+12 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -0/+75 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -10/+131 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -15/+6 |
| 2023-07-07 | smart_resolve_partial_mod_path_errors should not suggest parent | yukang | -10/+0 |
| 2023-07-07 | Add filter with next segment while lookup typo for path | yukang | -0/+131 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -1/+35 |
| 2023-07-03 | Don't perform selection if IATs are not enabled | León Orell Valerian Liehr | -15/+15 |
| 2023-07-02 | add testcase for 112590 | yukang | -1/+30 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -2/+6 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -0/+5 |
| 2023-06-20 | test(resolve): update_resolution for remove single import | bohan | -0/+33 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -0/+87 |
| 2023-06-14 | Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov | Matthias Krüger | -1/+40 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+40 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-10 | Adjust span labels for `HIDDEN_GLOB_REEXPORTS` | 许杰友 Jieyou Xu (Joe) | -13/+36 |
| 2023-05-27 | Add warn-by-default lint for local binding shadowing exported glob re-export ... | 许杰友 Jieyou Xu (Joe) | -0/+83 |
| 2023-05-19 | Keep only the trait when emitting the error for `MyTrait + 'a` | Mu001999 | -0/+14 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -0/+26 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -0/+26 |
| 2023-05-16 | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | -7/+0 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -0/+31 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -7/+0 |
| 2023-05-11 | Improve error for `self: Box<self>` | clubby789 | -0/+16 |
| 2023-05-10 | refactor(resolve): clean up the early error return caused by non-call | bohan | -0/+31 |
| 2023-05-08 | Move tests | Caio | -0/+38 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -63/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -63/+126 |
| 2023-04-04 | Deny `use`ing tool paths | clubby789 | -0/+17 |
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+34 |
| 2023-03-20 | Lint ambiguous glob re-exports | 许杰友 Jieyou Xu (Joe) | -0/+80 |
| 2023-03-01 | Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov | Matthias Krüger | -67/+19 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -67/+19 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -0/+17 |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -6/+4 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -1/+1 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -2/+3 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+2 |