summaryrefslogtreecommitdiffstats
path: root/rust/macros
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-960/+818
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo-9/+10
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo-2/+2
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo-9/+1
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo-6/+7
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo-157/+123
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo-28/+29
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo-35/+12
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo-257/+286
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo-234/+280
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo-80/+98
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo-205/+32
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak-1/+1
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein-5/+5
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori-1/+1
2026-01-04rust: fmt: fix formatting expressionsTamir Duberstein-1/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+234
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+8
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein-1/+1
2025-11-07rust: macros: Add support for 'imports_ns' to module!Michal Wilczynski-0/+8
2025-11-03rust: module: update the module macro with module parameter supportAndreas Hindborg-10/+224
2025-11-03rust: module: use a reference in macros::module::moduleAndreas Hindborg-8/+8
2025-10-22rust: support formatting of foreign typesTamir Duberstein-0/+120
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-12/+36
2025-09-22rust: macros: reduce collections in `quote!` macroTamir Duberstein-55/+49
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma-12/+36
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-6/+0
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda-5/+5
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes-6/+0
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-36/+85
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki-8/+12
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda-1/+1
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda-1/+2
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda-5/+52
2025-05-26rust: make section names pluralPatrick Miller-1/+1
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin-29/+30
2025-05-22rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori-0/+1
2025-05-20rust: macros: enable use of hyphens in module namesAnisse Astier-8/+12
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