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_expand
/
src
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
Move more early buffered lints to dyn lint diagnostics (1/N)
León Orell Valerian Liehr
-2
/
+1
2025-08-22
Use the new attribute parser throughout the codebase
Jonathan Brouwer
-10
/
+0
2025-08-22
Move validate_attr to `rustc_attr_parsing`
Jonathan Brouwer
-2
/
+2
2025-07-15
Fix ice for feature-gated cfg attributes applied to the crate
Jonathan Brouwer
-6
/
+16
2025-07-15
Define attribute parser & config evaluator
Jonathan Brouwer
-14
/
+38
2025-06-24
Don't include current rustc version string in feature removed help
Jieyou Xu
-1
/
+0
2025-06-09
Note the version and PR of removed features when using it
xizheyin
-0
/
+11
2025-05-29
avoid some usages of `&mut P<T>` in AST visitors
Deadbeef
-2
/
+1
2025-05-04
Make attribute safety validation logic more obvious
Jieyou Xu
-1
/
+1
2025-05-03
Report the `unsafe_attr_outside_unsafe` lint at the closest node
Urgau
-1
/
+6
2025-04-30
Simplify `LazyAttrTokenStream`.
Nicholas Nethercote
-4
/
+4
2025-04-21
Remove `token::{Open,Close}Delim`.
Nicholas Nethercote
-4
/
+1
2025-04-02
Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.
Nicholas Nethercote
-6
/
+0
2025-04-02
Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.
Nicholas Nethercote
-7
/
+1
2025-03-26
expand: Leave traces when expanding `cfg` attributes
Vadim Petrochenkov
-10
/
+14
2025-03-17
expand: Leave traces when expanding `cfg_attr` attributes
Vadim Petrochenkov
-10
/
+25
2025-03-03
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Nicholas Nethercote
-1
/
+1
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-08
Add a list of symbols for stable standard library crates
Trevor Gross
-10
/
+7
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-16
split attributes
Jonathan Dönszelmann
-1
/
+1
2024-10-25
Introduce `Enabled{Lang,Lib}Feature`
许杰友 Jieyou Xu (Joe)
-6
/
+15
2024-10-23
rename lang feature lists to include LANG
Ralf Jung
-4
/
+5
2024-10-23
remove no longer needd UnstableFeature type
Ralf Jung
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-4
/
+4
2024-10-22
make some rustc_feature internals private, and ensure invariants with debug a...
Ralf Jung
-3
/
+2
2024-10-22
terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...
Ralf Jung
-10
/
+10
2024-10-07
Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...
bors
-3
/
+3
2024-10-06
Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau
bors
-14
/
+5
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-3
/
+3
2024-10-05
Make deprecated_cfg_attr_crate_type_name a hard error
est31
-14
/
+5
2024-10-01
Implement boolean lit support in cfg predicates
Urgau
-3
/
+3
2024-10-01
Use `ast::NestedMetaItem` when evaluating cfg predicate
Urgau
-5
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-11
/
+2
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-1
/
+3
2024-07-29
Deny unsafe on more builtin attributes
carbotaniuman
-1
/
+15
2024-07-29
Rollup merge of #128202 - compiler-errors:internal-lib-features, r=oli-obk
Matthias Krüger
-0
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+10
2024-07-25
Tell users not to file a bug when using internal library features
Michael Goulet
-0
/
+6
2024-07-24
Improve spans on evaluated `cfg_attr`s.
Nicholas Nethercote
-28
/
+28
2024-07-10
Add some comments.
Nicholas Nethercote
-0
/
+3
2024-07-10
Factor out `AttrsTarget` flattening code.
Nicholas Nethercote
-1
/
+4
2024-07-10
Use `cfg_attr` as a name more.
Nicholas Nethercote
-11
/
+11
2024-07-10
Rework `Attribute::get_tokens`.
Nicholas Nethercote
-3
/
+1
2024-07-07
Use `filter_map` instead of `flat_map` in `configure_tokens`.
Nicholas Nethercote
-7
/
+5
2024-07-07
Rename some attribute types for consistency.
Nicholas Nethercote
-7
/
+7
2024-07-07
Remove an unnecessary local variable.
Nicholas Nethercote
-2
/
+1
2024-07-07
Rename `Attribute::tokens` (the inherent method).
Nicholas Nethercote
-1
/
+1
[next]