about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/crate_level.rs
AgeCommit message (Expand)AuthorLines
2025-09-10fixup no_{core,std} handling codeJana Dönszelmann-4/+5
2025-09-09port `#[no_std]` to the new attribute parsing infrastructureJana Dönszelmann-0/+11
2025-09-09port `#[no_core]` to the new attribute parsing infrastructureJana Dönszelmann-0/+12
2025-09-08fixup limit handling codeJana Dönszelmann-16/+18
2025-09-08port `#[pattern_complexity_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+27
2025-09-08port `#[type_length_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+27
2025-09-08port `#[move_size_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+26
2025-09-08port `#[recursion_limit]` to the new attribute parsing infrastructureJana Dönszelmann-1/+61
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-0/+3
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-0/+33