index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
kunit.rs
Age
Commit message (
Expand
)
Author
2025-10-01
Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-09-16
rust: kunit: allow `cfg` on `test`s
Kaibo Ma
2025-09-16
rust: kunit: use `core::ffi::CStr` method names
Tamir Duberstein
2025-09-16
rust: kunit: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
2025-08-03
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