summaryrefslogtreecommitdiffstats
path: root/rust/macros
AgeCommit message (Expand)AuthorLines
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda-24/+10
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-514/+284
2025-03-23rust: macros: fix `make rusttest` build on macOSTamir Duberstein-1/+1
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito-0/+189
2025-03-16rust: make pin-init its own crateBenno Lossin-11/+2
2025-03-16rust: move pin-init API into its own directoryBenno Lossin-517/+6
2025-03-16rust: init: disable doctestsBenno Lossin-4/+4
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes-3/+11
2025-03-09rust: add #[export] macroAlice Ryhl-1/+71
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl-2/+25
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich-0/+4
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
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-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich-0/+4
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+12
2024-11-10rust: use custom FFI integer typesGary Guo-4/+4
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho-16/+12
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-11/+46
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-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-0/+16
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda-0/+4
2024-09-02rust: macros: provide correct provenance when constructing THIS_MODULEBoqun Feng-1/+5
2024-08-18rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda-0/+12
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-2/+48
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-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-30/+95
2024-04-25rust: remove `params` from `module` macro exampleAswin Unnikrishnan-12/+0
2024-04-16rust: macros: fix soundness issue in `module!` macroBenno Lossin-75/+115
2024-04-07rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin-2/+2
2024-04-07rust: macros: add `decl_generics` to `parse_generics()`Benno Lossin-30/+95
2024-02-25rust: module: place generated init_module() function in .init.textThomas Bertschinger-1/+6
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-3/+29
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-1/+298
2023-08-21rust: add derive macro for `Zeroable`Benno Lossin-0/+104
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi-1/+1
2023-08-10rust: macros: add `paste!` proc macroGary Guo-0/+193
2023-08-09rust: macros: vtable: fix `HAS_*` redefinition (`gen_const_name`)Qingsong Chen-0/+1
2023-05-31rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin-4/+104
2023-05-31rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin-62/+94