| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -5/+5 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -5/+5 |
| 2025-08-19 | Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann | 许杰友 Jieyou Xu (Joe) | -202/+290 |
| 2025-08-19 | Update uitests | Jonathan Brouwer | -202/+290 |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -2/+12 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -17/+30 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -2/+12 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -20/+16 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -0/+17 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -0/+17 |
| 2025-08-15 | Add feature gate test | Jakub Beránek | -0/+19 |
| 2025-08-14 | mbe: Parse macro `derive` rules | Josh Triplett | -0/+17 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -925/+1077 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -162/+167 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -162/+167 |
| 2025-08-11 | fix tests | Esteban Küber | -1/+1 |
| 2025-08-11 | Allow attr entries to declare list of alternatives for `List` and `NamedValue... | Esteban Küber | -4/+15 |
| 2025-08-10 | Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependencies | Jonathan Brouwer | -0/+11 |
| 2025-08-08 | mbe: Parse macro attribute rules | Josh Triplett | -0/+17 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -6/+6 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -14/+0 |
| 2025-07-26 | Update test results | Jonathan Brouwer | -26/+26 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -11/+2 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -18/+22 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -65/+18 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -18/+22 |
| 2025-07-18 | Don't reject *multiple* relaxed bounds, reject *duplicate* ones. | León Orell Valerian Liehr | -38/+2 |
| 2025-07-18 | Reword diagnostic about relaxing non-`Sized` bound | León Orell Valerian Liehr | -8/+8 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -26/+16 |
| 2025-07-18 | AST lowering: More robustly deal with relaxed bounds | León Orell Valerian Liehr | -9/+8 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -8/+8 |
| 2025-07-17 | Check for already stable features in check_attr. | Camille GILLOT | -11/+11 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -123/+141 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -15/+15 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -1/+1 |
| 2025-07-12 | Update uitest stderrs | Jonathan Brouwer | -15/+15 |
| 2025-07-06 | Port `#[path]` to the new attribute parsing infrastructure | Jonathan Brouwer | -15/+15 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -6/+6 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -8/+8 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -24/+24 |
| 2025-06-30 | NoArgsAttributeParser | Pavel Grigorenko | -8/+8 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -24/+24 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -8/+8 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -8/+8 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -5/+75 |
| 2025-06-24 | Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work... | Jubilee | -8/+8 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -0/+63 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -10/+88 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -19/+14 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -19/+14 |