| Age | Commit message (Expand) | Author | Lines |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -5/+15 |
| 2023-10-24 | Store 'since' attribute as parsed Version | David Tolnay | -10/+0 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -1/+8 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -1/+8 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -0/+10 |
| 2023-09-25 | Gate and validate #[rustc_safe_intrinsic] | León Orell Valerian Liehr | -0/+9 |
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -0/+10 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -8/+8 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -8/+8 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -0/+9 |
| 2023-09-06 | rustc_layout/abi: error when attribute is applied to the wrong thing | Ralf Jung | -8/+22 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -0/+9 |
| 2023-08-07 | check_attrs: Warn when #[macro_export] is used on macros 2.0 | Arthur Cohen | -0/+4 |
| 2023-07-24 | validate `doc(masked)` | Lukas Markeffsky | -0/+19 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+32 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -8/+0 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -7/+0 |
| 2023-05-29 | Avoid ICE on `#![doc(test(...)]` with literal parameter | Obei Sideg | -0/+4 |
| 2023-05-26 | Fix diagnostics with errors | clubby789 | -8/+0 |
| 2023-04-26 | Migrate `rustc_passes` to translatable diagnostics | clubby789 | -1/+159 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -2/+2 |
| 2023-04-14 | allow `repr(align = x)` on inherent methods | Deadbeef | -2/+2 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -4/+0 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -43/+2 |
| 2023-02-26 | Merge the two diagnostics. | Camille GILLOT | -11/+5 |
| 2023-02-22 | Add check for invalid \`#[macro_export]\` arguments | blyxyas | -2/+10 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -47/+45 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -0/+28 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -0/+7 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -0/+50 |
| 2023-01-24 | Move FFI attribute validation to `check_attr` | inquisitivecrystal | -0/+28 |
| 2023-01-12 | [RFC 2397] Deny incorrect locations | Caio | -0/+7 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -0/+50 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -0/+3 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -0/+1 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -1/+59 |
| 2022-11-04 | Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`. | Charles Lew | -23/+3 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+5 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -8/+0 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+5 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -1/+1 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -1/+79 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -201/+200 |
| 2022-10-14 | Add missing checks for `doc(cfg_hide(...))` attribute | Guillaume Gomez | -0/+4 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -7/+36 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -7/+15 |
| 2022-10-07 | Remove code that was removed in master, and the corresponding diagnostic | Nathan Stocks | -9/+0 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -9/+1 |