| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -17/+17 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -17/+17 |
| 2025-08-19 | Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxu | bors | -0/+1 |
| 2025-08-19 | Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-08-19 | Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+107 |
| 2025-08-19 | Update uitests | Jonathan Brouwer | -0/+1 |
| 2025-08-19 | Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkov | Stuart Cook | -15/+11 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -130/+17 |
| 2025-08-17 | Rehome tests/ui/issues/ tests [5/?] | Oneirical | -0/+107 |
| 2025-08-16 | take attr style into account in attr diagnostics | Jana Dönszelmann | -15/+11 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -245/+289 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -19/+18 |
| 2025-08-14 | Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmann | Guillaume Gomez | -0/+28 |
| 2025-08-14 | Add regression test for a former ICE involving helper attributes containing i... | León Orell Valerian Liehr | -0/+28 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -19/+18 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -58/+273 |
| 2025-08-11 | Add more docs to templates for attrs with incorrect arguments | Esteban Küber | -12/+42 |
| 2025-08-11 | fix tests | Esteban Küber | -5/+8 |
| 2025-08-11 | Add link to invalid `repr` error | Esteban Küber | -0/+1 |
| 2025-08-11 | Add link to docs on malformed attributes | Esteban Küber | -0/+24 |
| 2025-08-11 | Allow attr entries to declare list of alternatives for `List` and `NamedValue... | Esteban Küber | -41/+198 |
| 2025-08-11 | Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) | Sasha Pourcelot | -6/+9 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+77 |
| 2025-08-09 | Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzol | bors | -9/+6 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -3/+3 |
| 2025-08-08 | Revert "Port `#[allow_internal_unsafe]` to the new attribute system" | Jana Dönszelmann | -9/+6 |
| 2025-08-07 | Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmann | Trevor Gross | -6/+9 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -3/+3 |
| 2025-08-07 | Port `#[allow_internal_unsafe]` to the new attribute system | Sasha Pourcelot | -6/+9 |
| 2025-08-07 | Rollup merge of #143929 - petrochenkov:depresolve, r=lcnr | Stuart Cook | -14/+86 |
| 2025-08-07 | Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmann | Stuart Cook | -23/+3 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -23/+3 |
| 2025-08-06 | Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmann | Guillaume Gomez | -6/+9 |
| 2025-08-05 | Mark all deprecation lints in name resolution as deny-by-default and report-i... | Vadim Petrochenkov | -14/+86 |
| 2025-08-05 | Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxu | Samuel Tardieu | -0/+43 |
| 2025-08-04 | Port `#[coroutine]` to the new attribute system | Sasha Pourcelot | -6/+9 |
| 2025-08-02 | Rehome tests/ui/issues/ tests [2/?] | Oneirical | -0/+43 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -93/+80 |
| 2025-07-26 | Update test results | Jonathan Brouwer | -31/+51 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -16/+191 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -161/+189 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -189/+174 |
| 2025-07-19 | Add test demonstrating current beta `#[align]` name resolution regression | Jieyou Xu | -0/+43 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -1/+1 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -1/+1 |
| 2025-07-16 | Port `#[coverage]` to the new attribute system | Sasha Pourcelot | -13/+13 |
| 2025-07-15 | Changes to diagnostics | Jonathan Brouwer | -3/+6 |
| 2025-07-14 | Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=... | Samuel Tardieu | -6/+9 |
| 2025-07-14 | Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann | Jakub Beránek | -6/+9 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -6/+9 |