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