| Age | Commit message (Expand) | Author | Lines |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -12/+87 |
| 2024-06-24 | Rollup merge of #125241 - Veykril:tool-rust-analyzer, r=davidtwco | Matthias Krüger | -3/+4 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -1/+1 |
| 2024-06-21 | Add `rust_analyzer` as a predefined tool | Lukas Wirth | -3/+4 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -6/+1 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -6/+1 |
| 2024-06-20 | collect attrs in const block expr | bohan | -0/+3 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -32/+172 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -58/+42 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -3/+3 |
| 2024-06-17 | Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkov | Matthias Krüger | -9/+16 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -53/+89 |
| 2024-06-17 | mark undetermined if target binding in current ns is not got | bohan | -9/+16 |
| 2024-06-15 | delegation: Fix hygiene for `self` | Vadim Petrochenkov | -20/+28 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -43/+185 |
| 2024-06-14 | Resolve const lifetimes to static in trait too | Michael Goulet | -22/+34 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -40/+64 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -7/+39 |
| 2024-06-11 | Rollup merge of #126234 - Bryanskiy:delegation-no-entry-ice, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -2/+5 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -8/+16 |
| 2024-06-10 | Delegation: fix ICE on late diagnostics | Bryanskiy | -2/+5 |
| 2024-06-10 | Elision: consider lifetimes from &T iff T has Self | Adrian Taylor | -19/+45 |
| 2024-06-07 | mark binding undetermined if target name exist and not obtained | bohan | -5/+5 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -4/+12 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -3/+18 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -4/+29 |
| 2024-06-05 | Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkov | Matthias Krüger | -4/+29 |
| 2024-06-05 | Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelix | Matthias Krüger | -5/+72 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -3/+15 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+6 |
| 2024-06-04 | Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co... | Michael Goulet | -14/+24 |
| 2024-06-04 | resolve: mark it undetermined if single import is not has any bindings | bohan | -4/+29 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -8/+16 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -6/+6 |
| 2024-05-30 | Improve renaming suggestion for names with leading underscores | Lucas Scharenbroch | -14/+24 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -6/+6 |
| 2024-05-29 | Rollup merge of #125705 - oli-obk:const_block_ice, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-05-29 | Reintroduce name resolution check for trying to access locals from an inline ... | Oli Scherer | -0/+5 |
| 2024-05-29 | Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -9/+22 |
| 2024-05-28 | Silence some resolve errors when there have been glob import errors | Esteban Küber | -9/+22 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -13/+0 |
| 2024-05-24 | And more general error | Michael Baikov | -9/+33 |
| 2024-05-24 | A custom error message for lending iterators | Michael Baikov | -5/+48 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -4/+4 |
| 2024-05-22 | Do not elide if there's ambiguity in self lifetime. | Adrian Taylor | -2/+4 |
| 2024-05-22 | Ambiguous Self lifetimes: don't elide. | Adrian Taylor | -10/+16 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -1/+3 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -123/+97 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -26/+26 |