about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/attrs/data_structures.rs
AgeCommit message (Expand)AuthorLines
2025-10-03interpret #[used] as #[used(compiler)] on illumosiximeow-1/+2
2025-09-26Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkovMatthias Krüger-1/+18
2025-09-25Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJungStuart Cook-0/+3
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-0/+3
2025-09-21port `#[debugger_visualizer]` to the new attribute systemJana Dönszelmann-1/+18
2025-09-21Port #[macro_export] to the new attribute parsing infrastructureJonathan Brouwer-0/+3
2025-09-17port `#[rustc_coherence_is_core]` to the new attribute parsing infrastructureJana Dönszelmann-3/+3
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+6
2025-09-09port `#[no_std]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-09-09port `#[no_core]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-09-08fixup limit handling codeJana Dönszelmann-4/+5
2025-09-08port `#[pattern_complexity_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-09-08port `#[type_length_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-09-08port `#[move_size_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-09-08port `#[recursion_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+3
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-0/+14
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-0/+103
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-0/+3
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-0/+7
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-2/+3
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-0/+26
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-0/+19
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-0/+21
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-0/+3
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-3/+0
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-0/+3
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-0/+3
2025-08-07Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmannStuart Cook-0/+3
2025-08-06Port `#[should_panic]` to the new attribute parsing infrastructureJonathan Brouwer-0/+3
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-0/+3
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-3/+0
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-0/+473