summaryrefslogtreecommitdiff
path: root/rust/macros
AgeCommit message (Expand)Author
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin
2023-12-14rust: macros: update 'paste!' macro to accept string literalsTrevor Gross
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi
2023-08-10rust: macros: add `paste!` proc macroGary Guo
2023-08-09rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)Qingsong Chen
2023-05-31rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin
2023-05-31rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin
2023-05-31rust: macros: fix usage of `#[allow]` in `quote!`Benno Lossin
2023-04-12rust: init: add `PinnedDrop` trait and macrosBenno Lossin
2023-04-12rust: init: add initialization macrosBenno Lossin
2023-04-12rust: macros: add `quote!` macroGary Guo
2023-04-12rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina
2023-04-10rust: macros: Allow specifying multiple module aliasesAsahi Lina
2022-12-04rust: macros: take string literals in `module!`Gary Guo
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo
2022-12-04rust: macros: add `concat_idents!` proc macroBjörn Roy Baron
2022-09-28rust: add `macros` crateMiguel Ojeda