| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -92/+0 |
| 2025-06-24 | Error on invalid signatures for interrupt ABIs | Folkert de Vries | -8/+8 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -92/+0 |
| 2025-06-24 | Auto merge of #142956 - GuillaumeGomez:rollup-867246h, r=GuillaumeGomez | bors | -2/+2 |
| 2025-06-24 | Rollup merge of #140622 - petrochenkov:annusexp, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2025-06-24 | Auto merge of #142930 - cuviper:normalize-beta-versions, r=workingjubilee | bors | -3/+3 |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -3/+3 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -0/+63 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -2/+2 |
| 2025-06-23 | tests: Bless abi_gpu_kernel feature gate test | Jubilee Young | -66/+57 |
| 2025-06-23 | move naked checks out of check_attr.rs | Jana Dönszelmann | -2/+2 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -6/+6 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -8/+8 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -6/+4 |
| 2025-06-20 | cold | Jana Dönszelmann | -8/+8 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -6/+9 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -6/+4 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -13/+31 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -54/+0 |
| 2025-06-18 | convert the `optimize` attribute to a new parser | Jana Dönszelmann | -6/+9 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -13/+31 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -10/+10 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -1/+1 |