index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
/
kvec.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-17
rust: alloc: employ a trailing comment to keep vertical layout
Miguel Ojeda
1
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+9
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-2
/
+42
2025-09-16
rust: alloc: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-1
/
+1
2025-09-13
rust: add support for NUMA ids in allocations
Vitaly Wool
1
-2
/
+9
2025-09-04
rust: alloc: kvec: implement AsPageIter for VVec
Danilo Krummrich
1
-1
/
+39
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
1
-5
/
+5
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
1
-1
/
+1
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
1
-0
/
+10
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
1
-1
/
+54
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
1
-2
/
+2
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
1
-0
/
+53
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
1
-1
/
+1
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/...
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