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
/
str.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
1
-23
/
+23
2025-03-20
rust: str: implement `strip_prefix` for `BStr`
Andreas Hindborg
1
-0
/
+17
2025-03-20
rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
Andreas Hindborg
1
-0
/
+12
2025-03-20
rust: str: implement `Index` for `BStr`
Andreas Hindborg
1
-0
/
+11
2025-03-20
rust: str: implement `PartialEq` for `BStr`
Andreas Hindborg
1
-0
/
+6
2025-01-13
rust: str: replace unwraps with question mark operators
Daniel Sedlak
1
-11
/
+17
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
1
-1
/
+3
2024-12-16
rust: cleanup unnecessary casts
Gary Guo
1
-3
/
+3
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-2
/
+2
2024-10-15
rust: str: test: replace `alloc::format`
Danilo Krummrich
1
-1
/
+22
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-7
/
+5
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-3
/
+4
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