index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
macros
/
helpers.rs
Age
Commit message (
Expand
)
Author
2026-01-28
rust: macros: support `#[cfg]` properly in `#[vtable]` macro.
Gary Guo
2026-01-28
rust: macros: convert `concat_idents!` to use `syn`
Gary Guo
2026-01-28
rust: macros: convert `#[export]` to use `syn`
Gary Guo
2026-01-28
rust: macros: use `syn` to parse `module!` macro
Gary Guo
2026-01-28
rust: macros: use `quote!` from vendored crate
Gary Guo
2025-11-03
rust: module: update the module macro with module parameter support
Andreas Hindborg
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
2025-03-09
rust: add #[export] macro
Alice Ryhl
2024-04-07
rust: macros: allow generic parameter default values in `#[pin_data]`
Benno Lossin
2024-04-07
rust: macros: add `decl_generics` to `parse_generics()`
Benno Lossin
2023-05-31
rust: macros: refactor generics parsing of `#[pin_data]` into its own function
Benno Lossin
2023-04-10
rust: macros: Allow specifying multiple module aliases
Asahi Lina
2022-12-04
rust: macros: take string literals in `module!`
Gary Guo
2022-09-28
rust: add `macros` crate
Miguel Ojeda