summaryrefslogtreecommitdiffstats
path: root/rust/kernel/str.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-4/+1
* rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-2/+1
* rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-3/+3
* kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-161-0/+1
* rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich2024-04-021-1/+86
* rust: str: implement `Display` and `Debug` for `BStr`Yutaro Ohno2024-02-251-7/+178
* rust: str: move SAFETY comment in front of unsafe blockValentin Obst2024-02-181-1/+1
* rust: str: use `NUL` instead of 0 in doc commentsValentin Obst2024-02-181-2/+2
* rust: kernel: fix multiple typos in documentationValentin Obst2024-02-181-1/+1
* rust: kernel: str: Implement Debug for CStringAsahi Lina2023-12-131-0/+6
* rust: str: make doctests compilable/testableMiguel Ojeda2023-07-191-1/+3
* rust: str: add conversion from `CStr` to `CString`Alice Ryhl2023-05-311-0/+22
* rust: str: fix requierments->requirements typoPatrick Blass2023-04-061-1/+1
* rust: str: add `fmt!` macroWedson Almeida Filho2022-12-041-0/+6
* rust: str: add `CString` typeWedson Almeida Filho2022-12-041-2/+89
* rust: str: add `Formatter` typeWedson Almeida Filho2022-12-041-0/+57
* rust: str: add `c_str!` macroGary Guo2022-12-041-0/+23
* rust: str: add `CStr` unit testsMilan Landaverde2022-12-041-0/+29
* rust: str: implement several traits for `CStr`Gary Guo2022-12-041-1/+123
* rust: str: add `CStr` typeGary Guo2022-12-041-0/+169
* rust: str: add `b_str!` macroGary Guo2022-12-041-0/+21
* rust: str: add `BStr` typeGary Guo2022-12-041-0/+5
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+72