index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
macros
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: add `kunit_tests` to the prelude
Miguel Ojeda
2025-05-27
1
-1
/
+1
*
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
2025-05-27
1
-0
/
+5
*
rust: make section names plural
Patrick Miller
2025-05-26
1
-1
/
+1
*
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
2025-05-22
1
-3
/
+3
*
rust: macros: add macro to easily run KUnit tests
José Expósito
2025-03-20
1
-0
/
+28
*
rust: make pin-init its own crate
Benno Lossin
2025-03-16
1
-8
/
+0
*
rust: move pin-init API into its own directory
Benno Lossin
2025-03-16
1
-120
/
+4
*
rust: init: disable doctests
Benno Lossin
2025-03-16
1
-4
/
+4
*
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
2025-03-10
1
-3
/
+3
*
rust: add #[export] macro
Alice Ryhl
2025-03-09
1
-0
/
+24
*
rust: add `build_error!` to the prelude
Miguel Ojeda
2025-01-09
1
-4
/
+4
*
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
2025-01-09
1
-4
/
+4
*
rust: macros: enable the rest of the tests
Ethan D. Twardy
2024-11-01
1
-9
/
+50
*
rust: macros: enable paste! use from macro_rules!
Ethan D. Twardy
2024-11-01
1
-8
/
+34
*
rust: enable macros::module! tests
Ethan D. Twardy
2024-11-01
1
-15
/
+10
*
rust: kbuild: expand rusttest target for macros
Ethan D. Twardy
2024-11-01
1
-1
/
+1
*
rust: macros: fix documentation of the paste! macro
Paolo Bonzini
2024-10-21
1
-1
/
+1
*
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-15
1
-3
/
+3
*
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-15
1
-3
/
+3
*
kbuild: rust: replace proc macros dependency on `core.o` with the version text
Miguel Ojeda
2024-09-05
1
-0
/
+4
*
rust: macros: indent list item in `module!`'s docs
Miguel Ojeda
2024-07-29
1
-1
/
+1
*
rust: macros: indent list item in `paste!`'s docs
Miguel Ojeda
2024-07-10
1
-1
/
+1
*
rust: add 'firmware' field support to module! macro
FUJITA Tomonori
2024-07-08
1
-0
/
+32
*
rust: fix datatype in docs for `module` macro arguments
Aswin Unnikrishnan
2024-07-08
1
-5
/
+5
*
rust: add example for `alias` argument in `module` macro documentation
Aswin Unnikrishnan
2024-07-08
1
-0
/
+1
*
rust: remove `params` from `module` macro example
Aswin Unnikrishnan
2024-04-25
1
-12
/
+0
*
rust: support `srctree`-relative links
Miguel Ojeda
2023-12-21
1
-1
/
+1
*
rust: macros: improve `#[vtable]` documentation
Benno Lossin
2023-12-14
1
-7
/
+31
*
rust: macros: update 'paste!' macro to accept string literals
Trevor Gross
2023-12-14
1
-2
/
+20
*
rust: add derive macro for `Zeroable`
Benno Lossin
2023-08-21
1
-0
/
+20
*
rust: macros: add `paste!` proc macro
Gary Guo
2023-08-10
1
-0
/
+97
*
rust: init: add `PinnedDrop` trait and macros
Benno Lossin
2023-04-12
1
-0
/
+49
*
rust: init: add initialization macros
Benno Lossin
2023-04-12
1
-0
/
+29
*
rust: macros: add `quote!` macro
Gary Guo
2023-04-12
1
-0
/
+2
*
rust: macros: take string literals in `module!`
Gary Guo
2022-12-04
1
-6
/
+6
*
rust: macros: add `#[vtable]` proc macro
Gary Guo
2022-12-04
1
-0
/
+52
*
rust: macros: add `concat_idents!` proc macro
Björn Roy Baron
2022-12-04
1
-0
/
+44
*
rust: add `macros` crate
Miguel Ojeda
2022-09-28
1
-0
/
+72