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_attr_parsing
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-27
Move `NativeLibKind` from `rustc_session` to `rustc_hir`
Jonathan Brouwer
-0
/
+1
2025-08-24
Port crate name to the new attribute system
Jana Dönszelmann
-3
/
+1
2025-08-22
Move validate_attr to `rustc_attr_parsing`
Jonathan Brouwer
-0
/
+1
2025-08-21
split up context.rs
Jana Dönszelmann
-2
/
+15
2025-08-21
refactor target checking, move out of context.rs and rename MaybeWarn to Policy
Jana Dönszelmann
-0
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-5
/
+5
2025-07-15
Fix ice for feature-gated cfg attributes applied to the crate
Jonathan Brouwer
-1
/
+1
2025-07-15
Move `cfg` -> `cfg_old`
Jonathan Brouwer
-1
/
+2
2025-06-12
remove 'static in some places
Jana Dönszelmann
-2
/
+2
2025-06-12
introduce new lint infra
Jana Dönszelmann
-2
/
+4
2025-06-05
Clean `rustc_attr_parsing` documentation
xizheyin
-36
/
+36
2025-05-21
collect doc alias as tips during resolution
bohan
-1
/
+3
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-2
/
+2
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-2
/
+2
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-30
Simplify `LazyAttrTokenStream`.
Nicholas Nethercote
-0
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-12
Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov
bors
-0
/
+1
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-09
Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk
Matthias Krüger
-44
/
+0
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
depend more on attr_data_structures and move find_attr! there
Jana Dönszelmann
-44
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-2
/
+47
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-5
/
+46
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-4
/
+37
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+22