| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-12-06 | Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr | bors | -0/+19 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -0/+19 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+20 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 2023-11-27 | Dont suggest `!` for path in function call if it has generic args | Michael Goulet | -0/+13 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -71/+71 |
| 2023-11-07 | When not finding assoc fn on type, look for builder fn | Esteban Küber | -0/+26 |
| 2023-10-16 | Rollup merge of #116257 - estebank:issue-101351, r=b-naber | Matthias Krüger | -2/+52 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -31/+2 |
| 2023-10-13 | Suggest trait bounds for used associated type on type param | Esteban Küber | -2/+52 |
| 2023-10-02 | Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillot | Tyler Mandry | -21/+21 |
| 2023-10-02 | Replace `HashMap` with `IndexMap` in pattern binding resolve | Nilstrieb | -21/+21 |
| 2023-10-01 | Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillot | bors | -0/+33 |
| 2023-09-28 | resolve: skip underscore character during candidate lookup | bohan | -0/+33 |
| 2023-09-25 | Point at field definition when unresolved name exists in `Self` | Esteban Küber | -14/+32 |
| 2023-09-25 | When suggesting `self.x` for `S { x }`, use `S { x: self.x }` | Esteban Küber | -37/+174 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -3/+39 |
| 2023-09-23 | Add test | Esteban Küber | -0/+36 |
| 2023-09-23 | Tweak wording and logic | Esteban Küber | -3/+3 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -4/+4 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -67/+168 |
| 2023-09-10 | Do not suggest generic const items unless enabled | León Orell Valerian Liehr | -0/+101 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -67/+67 |
| 2023-09-07 | Find lowest span out of use + attrs | Michael Goulet | -1/+1 |
| 2023-09-07 | Test showing it doesnt work | Michael Goulet | -0/+45 |
| 2023-08-28 | Move tests | Caio | -0/+20 |
| 2023-08-18 | Bless test changes | Gary Guo | -9/+9 |
| 2023-08-06 | Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,... | Matthias Krüger | -0/+10 |
| 2023-08-05 | Remove invalid lint when there is a generic argument in prefix path | yukang | -0/+10 |
| 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 |