summaryrefslogtreecommitdiff
path: root/rust/macros
AgeCommit message (Expand)Author
46 hoursrust: io: register: unify handling of register with/without bitfieldsGary Guo
46 hoursrust: io: register: remove `Register` trait and cleanup macroGary Guo
46 hoursrust: io: register: remove relative registersGary Guo
46 hoursrust: io: register: support fixed offset register without bitfieldGary Guo
46 hoursrust: io: register: make register have a typed baseGary Guo
46 hoursrust: io: register: allow explicit base type specificationGary Guo
46 hoursrust: io: perform conversions using `AsRepr`Gary Guo
5 daysrust: io: register: reimplement as proc macroGary Guo
2026-08-21Merge tag 'modules-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-12rust: macros: remove `THIS_MODULE` static from `module!`Alvin Sun
2026-08-12rust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun
2026-08-12rust: module: add `THIS_MODULE` const to `ModuleMetadata` traitAlvin Sun
2026-08-06rust: module_param: support bool parametersWenzhao Liao
2026-08-05rust: treewide: replace `__pinned_init` with `raw_[try_]init`Gary Guo
2026-07-11rust: types: introduce ForLt base trait for CovariantForLtDanilo Krummrich
2026-07-11rust: types: rename ForLt to CovariantForLtDanilo Krummrich
2026-05-27rust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo
2026-04-07rust: macros: simplify code using `feature(extract_if)`Miguel Ojeda
2026-04-07rust: allow globally `clippy::incompatible_msrv`Miguel Ojeda
2026-04-03rust: macros: simplify `format!` argumentsMiguel Ojeda
2026-02-10Merge 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