summaryrefslogtreecommitdiffstats
path: root/rust/macros/lib.rs
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds-16/+27
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo-2/+4
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo-2/+2
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo-2/+3
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo-2/+4
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo-2/+7
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo-10/+11
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak-1/+1
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori-1/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+31
2025-11-03rust: module: update the module macro with module parameter supportAndreas Hindborg-0/+31
2025-10-22rust: support formatting of foreign typesTamir Duberstein-0/+19
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda-1/+1
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda-0/+5
2025-05-26rust: make section names pluralPatrick Miller-1/+1
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin-3/+3
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito-0/+28
2025-03-16rust: make pin-init its own crateBenno Lossin-8/+0
2025-03-16rust: move pin-init API into its own directoryBenno Lossin-120/+4
2025-03-16rust: init: disable doctestsBenno Lossin-4/+4
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes-3/+3
2025-03-09rust: add #[export] macroAlice Ryhl-0/+24
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda-4/+4
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda-4/+4
2024-11-01rust: macros: enable the rest of the testsEthan D. Twardy-9/+50
2024-11-01rust: macros: enable paste! use from macro_rules!Ethan D. Twardy-8/+34
2024-11-01rust: enable macros::module! testsEthan D. Twardy-15/+10
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy-1/+1
2024-10-21rust: macros: fix documentation of the paste! macroPaolo Bonzini-1/+1
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich-3/+3
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-3/+3
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda-0/+4
2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda-1/+1
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda-1/+1
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori-0/+32
2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan-5/+5
2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan-0/+1
2024-04-25rust: remove `params` from `module` macro exampleAswin Unnikrishnan-12/+0
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda-1/+1
2023-12-14rust: macros: improve `#[vtable]` documentationBenno Lossin-7/+31
2023-12-14rust: macros: update 'paste!' macro to accept string literalsTrevor Gross-2/+20
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin-0/+20
2023-08-10rust: macros: add `paste!` proc macroGary Guo-0/+97
2023-04-12rust: init: add `PinnedDrop` trait and macrosBenno Lossin-0/+49
2023-04-12rust: init: add initialization macrosBenno Lossin-0/+29
2023-04-12rust: macros: add `quote!` macroGary Guo-0/+2
2022-12-04rust: macros: take string literals in `module!`Gary Guo-6/+6
2022-12-04rust: macros: add `#[vtable]` proc macroGary Guo-0/+52
2022-12-04rust: macros: add `concat_idents!` proc macroBjörn Roy Baron-0/+44
2022-09-28rust: add `macros` crateMiguel Ojeda-0/+72