summaryrefslogtreecommitdiff
path: root/rust/macros/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda1-4/+4
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda1-4/+4
2024-11-02rust: macros: enable the rest of the testsEthan D. Twardy1-9/+50
2024-11-02rust: macros: enable paste! use from macro_rules!Ethan D. Twardy1-8/+34
2024-11-02rust: enable macros::module! testsEthan D. Twardy1-15/+10
2024-11-02rust: kbuild: expand rusttest target for macrosEthan D. Twardy1-1/+1
2024-10-21rust: macros: fix documentation of the paste! macroPaolo Bonzini1-1/+1
2024-10-16rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich1-3/+3
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich1-3/+3
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda1-0/+4
2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda1-1/+1
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda1-1/+1
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori1-0/+32
2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan1-5/+5
2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan1-0/+1
2024-04-25rust: remove `params` from `module` macro exampleAswin Unnikrishnan1-12/+0
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+1
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin1-7/+31
2023-12-14rust: macros: update 'paste!' macro to accept string literalsTrevor Gross1-2/+20
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin1-0/+20
2023-08-10rust: macros: add `paste!` proc macroGary Guo1-0/+97
2023-04-12rust: init: add `PinnedDrop` trait and macrosBenno Lossin1-0/+49
2023-04-12rust: init: add initialization macrosBenno Lossin1-0/+29
2023-04-12rust: macros: add `quote!` macroGary Guo1-0/+2
2022-12-04rust: macros: take string literals in `module!`Gary Guo1-6/+6
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo1-0/+52
2022-12-04rust: macros: add `concat_idents!` proc macroBjörn Roy Baron1-0/+44
2022-09-28rust: add `macros` crateMiguel Ojeda1-0/+72