index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
kunit.rs
Age
Commit message (
Expand
)
Author
6 hours
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-05-27
rust: add `kunit_tests` to the prelude
Miguel Ojeda
2025-05-27
rust: kunit: support checked `-> Result`s in KUnit `#[test]`s
Miguel Ojeda
2025-05-27
rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s
Miguel Ojeda
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
2024-10-01
rust: kunit: use C-string literals to clean warning
Miguel Ojeda
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda