| Age | Commit message (Expand) | Author | Lines |
| 2025-07-24 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -65/+46 |
| 2025-07-24 | Add test demonstrating current beta `#[align]` name resolution regression | Jieyou Xu | -0/+43 |
| 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 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -1/+19 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -2/+2 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -8/+17 |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -0/+133 |
| 2025-04-02 | Fix a problem with metavars and inner attributes. | Nicholas Nethercote | -0/+14 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -10/+5 |
| 2025-03-25 | Add a test with an empty crate name. | Nicholas Nethercote | -0/+13 |
| 2025-03-20 | Fix the "used_with_archive" test on Fuchsia | Jeff Martin | -0/+1 |
| 2025-03-16 | Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+16 |
| 2025-03-15 | improves outer mod attribute test | Spencer | -0/+16 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -2/+0 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -12/+13 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -12/+13 |
| 2025-03-11 | add more -Z crate-attr tests | jyn | -0/+108 |
| 2025-03-06 | Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercote | Michael Goulet | -0/+20 |