| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-03-03 | Rollup merge of #137794 - tshepang:make-qnx-pass, r=pietroalbini | Matthias Krüger | -4/+5 |
| 2025-02-28 | qnx: avoid test failure | Tshepang Mbambo | -0/+1 |
| 2025-02-28 | sort list | Tshepang Mbambo | -4/+4 |
| 2025-02-28 | add test to reproduce #137662 (using ty decl macro fragment in an attr) and f... | Jana Dönszelmann | -0/+20 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -2/+2 |
| 2025-02-26 | Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errors | León Orell Valerian Liehr | -0/+75 |
| 2025-02-25 | fix #137589 | Jana Dönszelmann | -0/+75 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -0/+50 |
| 2025-02-24 | add test to verify that #132391 can be closed | Jana Dönszelmann | -0/+16 |
| 2025-02-24 | Fix test output expectations | Jana Dönszelmann | -22/+42 |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -0/+50 |
| 2025-02-20 | Reword message | Esteban Küber | -12/+12 |
| 2025-02-19 | Specify scope in `out_of_scope_macro_calls` lint | Esteban Küber | -18/+18 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -0/+14 |
| 2025-02-15 | Move `#![crate_type]` UI tests into attributes directory | León Orell Valerian Liehr | -0/+43 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -3/+3 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -9/+6 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -26/+39 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -38/+38 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2025-01-03 | turn rustc_box into an intrinsic | Ralf Jung | -52/+0 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -3/+3 |
| 2024-12-17 | Adjust `tests/ui/attr-usage-inline.rs` | 许杰友 Jieyou Xu (Joe) | -0/+43 |
| 2024-12-17 | Adjust `tests/ui/attr-shebang.rs` | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2024-12-17 | Adjust `tests/ui/attr-bad-crate-attr.rs` | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+0 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -0/+69 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -12/+66 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -12/+2 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -5/+0 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -31/+45 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -11/+10 |
| 2024-11-15 | fix: rust-lang/rust#47446 | Sven Kanoldt | -0/+69 |
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -31/+45 |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -15/+45 |
| 2024-10-02 | Add `get_line` confusable to `Stdin::read_line()` | Jaken Herman | -1/+16 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -2/+24 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -24/+3 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+48 |
| 2024-08-18 | Check that `#[may_dangle]` is properly applied | Goldstein | -0/+103 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -48/+35 |
| 2024-08-17 | Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov | Matthias Krüger | -0/+97 |
| 2024-08-17 | Emit an error for invalid use of the linkage attribute | Shina | -0/+97 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -0/+42 |
| 2024-08-07 | Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwU | Trevor Gross | -0/+89 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -48/+35 |