| Age | Commit message (Expand) | Author | Lines |
| 2025-07-01 | Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta... | Jonathan Brouwer | -18/+24 |
| 2025-07-01 | moved tests | Kivooeo | -0/+11 |
| 2025-07-01 | Fix duplicate help on export_name and others | Jonathan Brouwer | -16/+4 |
| 2025-07-01 | Fix `#[rustc_macro_transparency]` giving two errors | Jonathan Brouwer | -75/+68 |
| 2025-07-01 | Fix `#[must_use = 1]` not giving an error | Jonathan Brouwer | -33/+52 |
| 2025-07-01 | Fix double error for `export_name` | Jonathan Brouwer | -88/+74 |
| 2025-07-01 | New test for malformed attributes | Jonathan Brouwer | -0/+825 |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -0/+36 |
| 2025-06-29 | cleaned up some tests | Kivooeo | -0/+36 |
| 2025-06-29 | Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxu | Guillaume Gomez | -0/+27 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+27 |
| 2025-06-27 | Port `#[used]` to new attribute parsing infrastructure | Jonathan Brouwer | -13/+59 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -3/+3 |
| 2025-06-26 | Move mixed export_name/no_mangle check to check_attr.rs and improve the error | Jonathan Brouwer | -10/+81 |
| 2025-06-23 | Port `#[rustc_skip_during_method_dispatch]` to the new attribute system | Pavel Grigorenko | -0/+114 |
| 2025-06-23 | fix 142891 | Jana Dönszelmann | -0/+16 |
| 2025-06-23 | test for lint on root node crash | Jana Dönszelmann | -0/+3 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -0/+12 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -0/+15 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -0/+15 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -25/+29 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -16/+88 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -13/+7 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -14/+21 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -9/+9 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -1/+0 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -1/+2 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -1/+21 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -0/+1 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+1 |
| 2025-06-08 | Rollup merge of #142171 - Kivooeo:tf7, r=workingjubilee | Jubilee | -0/+62 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -0/+62 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -0/+9 |
| 2025-06-02 | allow macro_use as first segment | bohan | -0/+60 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -3/+3 |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -0/+241 |
| 2025-05-12 | Move more tests/ui tests | mejrs | -16/+75 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -0/+307 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -0/+55 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -8/+64 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -2/+2 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -6/+6 |
| 2025-04-17 | Augment some tests involving attributes. | Nicholas Nethercote | -2/+36 |
| 2025-04-17 | Fix attribute printing in an error. | Nicholas Nethercote | -4/+4 |
| 2025-04-17 | Warnings-as-errors in `check-builtin-attr-ice.rs`. | Nicholas Nethercote | -4/+26 |
| 2025-04-13 | Improve `-Z crate-attr` diagnostics | jyn | -36/+56 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -4/+4 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -1/+19 |
| 2025-04-06 | Rollup merge of #139391 - TaKO8Ki:check-if-merged-attrs-list-is-empty, r=jdon... | Guillaume Gomez | -0/+39 |
| 2025-04-05 | check if merged attributes list is empty | Takayuki Maeda | -0/+39 |