| Age | Commit message (Expand) | Author | Lines |
| 2025-09-13 | Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin | Jacob Pratt | -1/+1 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -29/+22 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -0/+2 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -2/+2 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -20/+15 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -7/+5 |
| 2025-09-10 | tidy: check that error messages don't start with a capitalized letter | Sasha Pourcelot | -1/+1 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -1/+20 |
| 2025-09-09 | port `#[no_std]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-09 | port `#[no_core]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -1/+20 |
| 2025-09-08 | port `#[pattern_complexity_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-08 | port `#[type_length_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-08 | port `#[move_size_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-08 | port `#[recursion_limit]` to the new attribute parsing infrastructure | Jana Dönszelmann | -0/+1 |
| 2025-09-04 | Rollup merge of #145827 - estebank:issue-51976, r=jackh726 | Stuart Cook | -1/+68 |
| 2025-09-02 | Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-30 | Suggest constant on unused binding in a pattern | Esteban Küber | -2/+19 |
| 2025-08-30 | On unused binding in pattern, suggest unit struct/variant with similar name | Esteban Küber | -1/+51 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -20/+92 |
| 2025-08-28 | Add ui test for unsupported `doc(attribute = "...")` case for attributes with... | Guillaume Gomez | -0/+1 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -21/+45 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -18/+65 |
| 2025-08-27 | Port the `#[link]` attribute to the new parser | Jonathan Brouwer | -3/+5 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-26 | Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 | Samuel Tardieu | -4/+4 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -4/+4 |
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -32/+53 |
| 2025-08-25 | add span to struct pattern rest (..) | Valdemar Erk | -1/+1 |
| 2025-08-24 | Port crate name to the new attribute system | Jana Dönszelmann | -9/+37 |
| 2025-08-23 | Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnr | Samuel Tardieu | -34/+40 |
| 2025-08-23 | port attribute to the new parsing infrastructure | Jana Dönszelmann | -34/+40 |
| 2025-08-23 | Auto merge of #145506 - cjgillot:live-or-dead-onescan, r=fee1-dead | bors | -13/+16 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -1/+1 |
| 2025-08-19 | Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -51/+2 |
| 2025-08-19 | Port `must_use` to the new target checking | Jonathan Brouwer | -51/+2 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -39/+50 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -54/+0 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -1/+66 |
| 2025-08-16 | Only scan each definition once. | Camille GILLOT | -13/+16 |
| 2025-08-15 | Port `#[custom_mir(..)]` to the new attribute system | Sasha Pourcelot | -4/+80 |
| 2025-08-14 | Remove the old target checking logic | Jonathan Brouwer | -1282/+111 |
| 2025-08-14 | Improved `Target` type | Jonathan Brouwer | -1/+1 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -3/+5 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -3/+5 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -1/+1 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -1/+4 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -1/+4 |