| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -2/+5 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -37/+41 |
| 2024-07-07 | Rollup merge of #127308 - nnethercote:Attribute-cleanups, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-07-07 | Remove `HasSpan` trait. | Nicholas Nethercote | -1/+1 |
| 2024-07-06 | Use field ident spans directly instead of the full field span in diagnostics ... | Oli Scherer | -37/+41 |
| 2024-07-06 | out_of_scope_macro_calls: Detect calls inside attributes more precisely | Vadim Petrochenkov | -12/+25 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -5/+9 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -0/+2 |
| 2024-07-01 | Fix import suggestion error when failed not from starting | yukang | -1/+11 |
| 2024-06-30 | rustdoc: update to pulldown-cmark 0.11 | Michael Howell | -5/+9 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+2 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-25 | resolve: Tweak some naming around import ambiguities | Vadim Petrochenkov | -50/+42 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -12/+87 |
| 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 | 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-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/+64 |
| 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 |