summaryrefslogtreecommitdiff
path: root/rust/macros
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds10-960/+818
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo2-9/+10
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo1-2/+2
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo1-9/+1
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo1-6/+7
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo2-157/+123
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo3-28/+29
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo3-35/+12
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo1-257/+286
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo3-234/+280
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo2-80/+98
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo10-205/+32
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak1-1/+1
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein1-5/+5
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori1-1/+1
2026-01-05rust: fmt: fix formatting expressionsTamir Duberstein1-1/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-20/+234
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-11-07rust: macros: Add support for 'imports_ns' to module!Michal Wilczynski1-0/+8
2025-11-03rust: module: update the module macro with module parameter supportAndreas Hindborg3-10/+224
2025-11-03rust: module: use a reference in macros::module::moduleAndreas Hindborg1-8/+8
2025-10-22rust: support formatting of foreign typesTamir Duberstein3-0/+120
2025-10-02Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-12/+36
2025-09-22rust: macros: reduce collections in `quote!` macroTamir Duberstein1-55/+49
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma1-12/+36
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-6/+0
2025-07-15rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-5/+5
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes1-6/+0
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds4-36/+85
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki1-8/+12
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda1-1/+1
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda1-1/+2
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda3-5/+52
2025-05-26rust: make section names pluralPatrick Miller1-1/+1
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin3-29/+30
2025-05-22rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori1-0/+1
2025-05-20rust: macros: enable use of hyphens in module namesAnisse Astier1-8/+12
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda3-24/+10
2025-03-31Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds9-514/+284
2025-03-24rust: macros: fix `make rusttest` build on macOSTamir Duberstein1-1/+1
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito2-0/+189
2025-03-16rust: make pin-init its own crateBenno Lossin4-11/+2
2025-03-16rust: move pin-init API into its own directoryBenno Lossin5-517/+6
2025-03-16rust: init: disable doctestsBenno Lossin1-4/+4
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes2-3/+11
2025-03-09rust: add #[export] macroAlice Ryhl3-1/+71
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl1-2/+25
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich1-0/+4
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4