| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | 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 |
| 2024-05-21 | Make early lints translatable | Xiretza | -24/+15 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -36/+54 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -5/+3 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -48/+15 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -1/+3 |
| 2024-05-20 | Fix incorrect suggestion for undeclared hrtb lifetimes in where clauses. | surechen | -14/+87 |
| 2024-05-19 | fix typo | Pietro Albini | -6/+6 |
| 2024-05-18 | Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank | bors | -75/+23 |
| 2024-05-15 | Fix new for_loops_over_fallibles hits in compiler. | Zachary S | -4/+4 |
| 2024-05-15 | Auto merge of #123413 - petrochenkov:delegmulti2, r=fmease | bors | -9/+20 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -9/+20 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -5/+15 |