summaryrefslogtreecommitdiff
path: root/rust/kernel/kunit.rs
AgeCommit message (Expand)Author
6 hoursMerge 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: kunit: use crate-level mapping for `c_void`Jesung Yang
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito
2024-10-01rust: kunit: use C-string literals to clean warningMiguel Ojeda
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda