summaryrefslogtreecommitdiff
path: root/rust/macros
AgeCommit message (Expand)Author
3 daysMerge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds
2026-01-28rust: macros: support `#[cfg]` properly in `#[vtable]` macro.Gary Guo
2026-01-28rust: kunit: use `pin_init::zeroed` instead of custom null valueGary Guo
2026-01-28rust: macros: rearrange `#[doc(hidden)]` in `module!` macroGary Guo
2026-01-28rust: macros: allow arbitrary types to be used in `module!` macroGary Guo
2026-01-28rust: macros: convert `#[kunit_tests]` macro to use `syn`Gary Guo
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo
2026-01-26rust: use consistent backtick formatting for NULL in docsPeter Novak
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori
2026-01-04rust: fmt: fix formatting expressionsTamir Duberstein
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-11-07rust: macros: Add support for 'imports_ns' to module!Michal Wilczynski
2025-11-03rust: module: update the module macro with module parameter supportAndreas Hindborg
2025-11-03rust: module: use a reference in macros::module::moduleAndreas Hindborg
2025-10-22rust: support formatting of foreign typesTamir Duberstein
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-09-22rust: macros: reduce collections in `quote!` macroTamir Duberstein
2025-09-16rust: kunit: allow `cfg` on `test`sKaibo Ma
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-26rust: make section names pluralPatrick Miller
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin
2025-05-22rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori
2025-05-20rust: macros: enable use of hyphens in module namesAnisse Astier
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-23rust: macros: fix `make rusttest` build on macOSTamir Duberstein
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: move pin-init API into its own directoryBenno Lossin
2025-03-16rust: init: disable doctestsBenno Lossin
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes
2025-03-09rust: add #[export] macroAlice Ryhl
2025-03-09rust: macros: support additional tokens in quote!Alice Ryhl
2025-03-09rust: module: add type `LocalModule`Danilo Krummrich
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds