index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
str.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-4
/
+1
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
1
-2
/
+1
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
1
-3
/
+3
2024-04-16
kbuild: use the upstream `alloc` crate
Wedson Almeida Filho
1
-0
/
+1
2024-04-02
rust: str: add {make,to}_{upper,lower}case() to CString
Danilo Krummrich
1
-1
/
+86
2024-02-25
rust: str: implement `Display` and `Debug` for `BStr`
Yutaro Ohno
1
-7
/
+178
2024-02-18
rust: str: move SAFETY comment in front of unsafe block
Valentin Obst
1
-1
/
+1
2024-02-18
rust: str: use `NUL` instead of 0 in doc comments
Valentin Obst
1
-2
/
+2
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
1
-1
/
+1
2023-12-13
rust: kernel: str: Implement Debug for CString
Asahi Lina
1
-0
/
+6
2023-07-19
rust: str: make doctests compilable/testable
Miguel Ojeda
1
-1
/
+3
2023-05-31
rust: str: add conversion from `CStr` to `CString`
Alice Ryhl
1
-0
/
+22
2023-04-06
rust: str: fix requierments->requirements typo
Patrick Blass
1
-1
/
+1
2022-12-04
rust: str: add `fmt!` macro
Wedson Almeida Filho
1
-0
/
+6
2022-12-04
rust: str: add `CString` type
Wedson Almeida Filho
1
-2
/
+89
2022-12-04
rust: str: add `Formatter` type
Wedson Almeida Filho
1
-0
/
+57
2022-12-04
rust: str: add `c_str!` macro
Gary Guo
1
-0
/
+23
2022-12-04
rust: str: add `CStr` unit tests
Milan Landaverde
1
-0
/
+29
2022-12-04
rust: str: implement several traits for `CStr`
Gary Guo
1
-1
/
+123
2022-12-04
rust: str: add `CStr` type
Gary Guo
1
-0
/
+169
2022-12-04
rust: str: add `b_str!` macro
Gary Guo
1
-0
/
+21
2022-12-04
rust: str: add `BStr` type
Gary Guo
1
-0
/
+5
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho
1
-0
/
+72