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
/
crate_level.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung
Stuart Cook
-36
/
+0
2025-09-23
Add an attribute to check the number of lanes in a SIMD vector after monomorp...
Caleb Zulawski
-36
/
+0
2025-09-17
port `#[rustc_coherence_is_core]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+9
2025-09-13
merge crate-level into ALLOWED_TARGETS
Jana Dönszelmann
-33
/
+7
2025-09-10
fixup no_{core,std} handling code
Jana Dönszelmann
-4
/
+5
2025-09-09
port `#[no_std]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+11
2025-09-09
port `#[no_core]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+12
2025-09-08
fixup limit handling code
Jana Dönszelmann
-16
/
+18
2025-09-08
port `#[pattern_complexity_limit]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+27
2025-09-08
port `#[type_length_limit]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+27
2025-09-08
port `#[move_size_limit]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+26
2025-09-08
port `#[recursion_limit]` to the new attribute parsing infrastructure
Jana Dönszelmann
-1
/
+61
2025-08-25
Use attribute name in message for "outer attr used as inner attr" errors
Sasha Pourcelot
-0
/
+3
2025-08-24
Port crate name to the new attribute system
Jana Dönszelmann
-0
/
+33