index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
/
kvec.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
1
-3
/
+0
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
1
-26
/
+404
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
1
-1
/
+50
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
1
-1
/
+37
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
1
-0
/
+72
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
1
-0
/
+59
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
1
-4
/
+42
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
1
-0
/
+31
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
1
-0
/
+20
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
1
-0
/
+3
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
1
-13
/
+12
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
1
-17
/
+8
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
1
-0
/
+20
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
1
-6
/
+9
2025-04-07
rust: alloc: use `spare_capacity_mut` to reduce unsafe
Tamir Duberstein
1
-8
/
+3
2025-04-07
rust: alloc: add Vec::resize method
Andrew Ballance
1
-0
/
+27
2025-04-07
rust: alloc: add Vec::truncate method
Andrew Ballance
1
-0
/
+35
2025-04-07
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
1
-0
/
+3
2024-10-15
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
1
-0
/
+95
2024-10-15
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
1
-0
/
+170
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
1
-0
/
+648