index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-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-16
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
1
-0
/
+95
2024-10-16
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
1
-0
/
+170
2024-10-16
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
1
-0
/
+648