about summary refs log tree commit diff
path: root/compiler/rustc_attr/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-40/+0
2024-12-16split attributesJonathan Dönszelmann-10/+25
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-16Add `warn(unreachable_pub)` to `rustc_attr`.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-1/+3
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-26Parse rustc version at compile timeDavid Tolnay-1/+1
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-22Add internal diagnistics lintsHampus Lidin-0/+2
2022-08-22Refactor diagnostics in `handle_errors` functionHampus Lidin-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-05-24RFC3239: Implement compact `cfg(target(..))`Loïc BRANSTETT-0/+1
2022-02-02More let_else adoptionsest31-0/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-2/+0
2021-03-19stabilize or_patternsmark-1/+1
2020-08-30mv compiler to compiler/mark-0/+21