aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/alloc/kvec.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda1-0/+3
2024-10-15rust: alloc: implement `collect` for `IntoIter`Danilo Krummrich1-0/+95
2024-10-15rust: alloc: implement `IntoIterator` for `Vec`Danilo Krummrich1-0/+170
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich1-0/+648