| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-06 | tests: add regression test to make sure `cfg_attr` isn't considered unhandled | 许杰友 Jieyou Xu (Joe) | -0/+169 |
| 2024-08-05 | Emit an error for invalid use of the `#[no_sanitize]` attribute | Shina | -0/+89 |
| 2024-08-04 | tests: add regression test for incorrect "builtin attribute is checked" asser... | 许杰友 Jieyou Xu (Joe) | -0/+79 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -6/+331 |
| 2024-07-31 | Emit an error if `#[optimize]` is applied to an incompatible item | clubby789 | -0/+48 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -25/+157 |
| 2024-07-29 | Deny unsafe on more builtin attributes | carbotaniuman | -1/+194 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -2/+8 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -4/+4 |
| 2024-07-12 | rustc_type_ir: derivative -> derive-where | Pavel Grigorenko | -1/+1 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+6 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -2/+2 |
| 2024-06-30 | add `rustc_dump_def_parents` attribute | Boxy | -0/+162 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-06-29 | Show `used attribute`'s kind for user when find it isn't applied to a `static... | surechen | -0/+16 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -49/+113 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -5/+37 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -6/+6 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+59 |
| 2024-06-06 | Add double unsafe test | carbotaniuman | -0/+36 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -0/+34 |
| 2024-06-06 | Add tests | carbotaniuman | -0/+14 |
| 2024-06-06 | Disallow unsafe in derive | carbotaniuman | -0/+14 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -19/+3 |
| 2024-05-29 | Add a test for resolving `macro_rules` calls inside attributes | Vadim Petrochenkov | -0/+202 |
| 2024-05-20 | Note for E0599 if shadowed bindings has the method. | surechen | -0/+8 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -2/+2 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -384/+0 |
| 2024-04-29 | Typo fix: exec:ing -> exec'ing | Martin Nordholts | -1/+1 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -96/+95 |
| 2024-04-24 | Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmease | León Orell Valerian Liehr | -8/+39 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -2/+0 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -1/+1 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -2/+0 |
| 2024-04-13 | Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN` | Martin Nordholts | -8/+39 |
| 2024-03-25 | unix_sigpipe: Add test for SIGPIPE disposition in child processes | Martin Nordholts | -0/+90 |
| 2024-03-16 | Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite... | León Orell Valerian Liehr | -0/+15 |
| 2024-03-12 | tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs | Martin Nordholts | -1/+13 |