| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | fixes #121331 | surechen | -2/+28 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -0/+108 |
| 2024-03-07 | Add known-bug tests for `derive(PartialEq)` mismatches with `#[repr(packed)]`... | Oli Scherer | -0/+108 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -20/+14 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -1/+0 |
| 2024-02-29 | Don't cancel stashed `TraitMissingMethod` errors. | Nicholas Nethercote | -6/+34 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -1/+1 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -4/+6 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -81/+81 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -2/+17 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+17 |
| 2024-02-14 | remove importing suggestions when there is a shadowed typo canddiate | yukang | -0/+19 |
| 2024-02-07 | Update tests | r0cky | -3/+5 |
| 2024-02-06 | Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors | Matthias Krüger | -7/+31 |
| 2024-02-02 | Suggest changing ty to const params if appropriate | León Orell Valerian Liehr | -0/+93 |
| 2024-01-14 | Special case 'generic param from outer item' message for `Self` | clubby789 | -7/+7 |
| 2024-01-14 | Add note to resolve error about generics from inside static/const | clubby789 | -0/+24 |
| 2024-01-05 | fix cycle error for "use constructor" suggestion | Lukas Markeffsky | -11/+11 |
| 2024-01-05 | fix OOM when `ty::Instance` is used in query description | Lukas Markeffsky | -0/+37 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -4/+0 |
| 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 |