index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
derive.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
Move validate_attr to `rustc_attr_parsing`
Jonathan Brouwer
-1
/
+1
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-2
/
+4
2025-03-25
Use `Ident::dummy()` in `dummy_annotatable`.
Nicholas Nethercote
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-07
Rename nested_meta to meta_item_inner
codemountains
-1
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-1
/
+0
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-12
/
+1
2024-07-29
Deny unsafe on more builtin attributes
carbotaniuman
-0
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-06-06
Handle safe case
carbotaniuman
-0
/
+1
2024-06-06
Fix formatting
carbotaniuman
-1
/
+1
2024-06-06
Fix build
carbotaniuman
-3
/
+3
2024-06-06
Disallow unsafe in derive
carbotaniuman
-1
/
+11
2024-04-26
Introduce `DeriveResolution`.
Nicholas Nethercote
-6
/
+13
2024-04-25
Name the field in `Expander`.
Nicholas Nethercote
-2
/
+4
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-06-19
use `ErrorGuaranteed` instead of booleans
Lukas Markeffsky
-5
/
+9
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-28
/
+12
2022-12-02
Remove `token::Lit` from `ast::MetaItemLit`.
Nicholas Nethercote
-4
/
+6
2022-11-29
Avoid more unnecessary `MetaItem`/`Attribute` conversions.
Nicholas Nethercote
-22
/
+23
2022-11-29
Avoid unnecessary `MetaItem`/`Attribute` conversions.
Nicholas Nethercote
-4
/
+5
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-2
/
+2
2022-09-20
Add the `#[derive_const]` attribute
Deadbeef
-4
/
+5
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-1
/
+2
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-3
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-04-30
Save colon span to suggest bounds.
Camille GILLOT
-0
/
+1
2022-03-01
Improve allowness of the unexpected_cfgs lint
Loïc BRANSTETT
-1
/
+6
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-09-24
derive: Do not configure or clone items unless necessary
Vadim Petrochenkov
-7
/
+33
2021-09-24
builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ...
Vadim Petrochenkov
-2
/
+2
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-1
/
+4
2021-06-20
expand: Move some more derive logic to `rustc_builtin_macros`
Vadim Petrochenkov
-2
/
+4
2021-04-04
resolve/expand: Cache intermediate results of `#[derive]` expansion
Vadim Petrochenkov
-25
/
+32
2021-03-07
rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval`
Vadim Petrochenkov
-18
/
+3
2021-03-07
Move full configuration logic from `rustc_expand` to `rustc_builtin_macros`
Vadim Petrochenkov
-3
/
+6
2021-03-06
rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`
Vadim Petrochenkov
-9
/
+3
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-0
/
+132