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
/
attributes
Age
Commit message (
Expand
)
Author
Lines
2025-05-07
Avoid some unwraps.
Nicholas Nethercote
-18
/
+27
2025-05-07
Eliminate `word_or_empty` methods.
Nicholas Nethercote
-48
/
+53
2025-04-20
Remove #[rustc_macro_edition_2021].
Mara Bos
-20
/
+0
2025-04-18
Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann
Matthias Krüger
-6
/
+6
2025-04-17
Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr
bors
-15
/
+0
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-6
/
+6
2025-04-03
Stabilize `cfg_boolean_literals`
clubby789
-15
/
+0
2025-03-31
hygiene: Rename semi-transparent to semi-opaque
Vadim Petrochenkov
-1
/
+1
2025-03-25
Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.
Nicholas Nethercote
-6
/
+2
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-0
/
+20
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-645
/
+699
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-2
/
+132
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-8
/
+21
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-12
/
+12
2025-02-02
rustc_allowed_through_unstable_modules: require deprecation message
Ralf Jung
-7
/
+11
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-8
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-10
/
+7
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+1162