about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/cmdline_attrs.rs
AgeCommit message (Expand)AuthorLines
2025-04-13Improve `-Z crate-attr` diagnosticsjyn-32/+25
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-19Use `ForceCollect` in `parse_attr_item`.Nicholas Nethercote-7/+9
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-1/+1
2024-06-06Parse unsafe attributescarbotaniuman-1/+2
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-2/+3
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-4/+4
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-3/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-06-25Migrate some rustc_builtin_macros to SessionDiagnosticHe1pa-1/+4
2023-03-23expand: Pass `ast::Crate` by reference to AST transforming passesVadim Petrochenkov-3/+1
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-1/+7
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-1/+1
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+35