index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
str.rs
Age
Commit message (
Expand
)
Author
3 days
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
2025-03-20
rust: str: implement `strip_prefix` for `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `Index` for `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `PartialEq` for `BStr`
Andreas Hindborg
2025-01-13
rust: str: replace unwraps with question mark operators
Daniel Sedlak
2025-01-10
rust: kbuild: run Clippy for `rusttest` code
Miguel Ojeda
2024-12-16
rust: cleanup unnecessary casts
Gary Guo
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-15
rust: str: test: replace `alloc::format`
Danilo Krummrich
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-04-16
kbuild: use the upstream `alloc` crate
Wedson Almeida Filho
2024-04-02
rust: str: add {make,to}_{upper,lower}case() to CString
Danilo Krummrich
2024-02-25
rust: str: implement `Display` and `Debug` for `BStr`
Yutaro Ohno
2024-02-18
rust: str: move SAFETY comment in front of unsafe block
Valentin Obst
2024-02-18
rust: str: use `NUL` instead of 0 in doc comments
Valentin Obst
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2023-12-13
rust: kernel: str: Implement Debug for CString
Asahi Lina
2023-07-19
rust: str: make doctests compilable/testable
Miguel Ojeda
2023-05-31
rust: str: add conversion from `CStr` to `CString`
Alice Ryhl
2023-04-06
rust: str: fix requierments->requirements typo
Patrick Blass
2022-12-04
rust: str: add `fmt!` macro
Wedson Almeida Filho
2022-12-04
rust: str: add `CString` type
Wedson Almeida Filho
2022-12-04
rust: str: add `Formatter` type
Wedson Almeida Filho
2022-12-04
rust: str: add `c_str!` macro
Gary Guo
2022-12-04
rust: str: add `CStr` unit tests
Milan Landaverde
2022-12-04
rust: str: implement several traits for `CStr`
Gary Guo
2022-12-04
rust: str: add `CStr` type
Gary Guo
2022-12-04
rust: str: add `b_str!` macro
Gary Guo
2022-12-04
rust: str: add `BStr` type
Gary Guo
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho