summaryrefslogtreecommitdiff
path: root/rust/kernel/str.rs
AgeCommit message (Expand)Author
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin
2025-05-20rust: str: fix typo in commentJihed Chaibi
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein
2025-03-20rust: str: implement `strip_prefix` for `BStr`Andreas Hindborg
2025-03-20rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`Andreas Hindborg
2025-03-20rust: str: implement `Index` for `BStr`Andreas Hindborg
2025-03-20rust: str: implement `PartialEq` for `BStr`Andreas Hindborg
2025-01-13rust: str: replace unwraps with question mark operatorsDaniel Sedlak
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda
2024-12-16rust: cleanup unnecessary castsGary Guo
2024-11-10rust: use custom FFI integer typesGary Guo
2024-10-15rust: str: test: replace `alloc::format`Danilo Krummrich
2024-10-15rust: treewide: switch to the kernel `Vec` typeDanilo Krummrich
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-05-05rust: kernel: remove redundant importsMiguel Ojeda
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho
2024-04-02rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich
2024-02-25rust: str: implement `Display` and `Debug` for `BStr`Yutaro Ohno
2024-02-18rust: str: move SAFETY comment in front of unsafe blockValentin Obst
2024-02-18rust: str: use `NUL` instead of 0 in doc commentsValentin Obst
2024-02-18rust: kernel: fix multiple typos in documentationValentin Obst
2023-12-13rust: kernel: str: Implement Debug for CStringAsahi Lina
2023-07-19rust: str: make doctests compilable/testableMiguel Ojeda
2023-05-31rust: str: add conversion from `CStr` to `CString`Alice Ryhl
2023-04-06rust: str: fix requierments->requirements typoPatrick Blass
2022-12-04rust: str: add `fmt!` macroWedson Almeida Filho
2022-12-04rust: str: add `CString` typeWedson Almeida Filho
2022-12-04rust: str: add `Formatter` typeWedson Almeida Filho
2022-12-04rust: str: add `c_str!` macroGary Guo
2022-12-04rust: str: add `CStr` unit testsMilan Landaverde
2022-12-04rust: str: implement several traits for `CStr`Gary Guo
2022-12-04rust: str: add `CStr` typeGary Guo
2022-12-04rust: str: add `b_str!` macroGary Guo
2022-12-04rust: str: add `BStr` typeGary Guo
2022-09-28rust: add `kernel` crateWedson Almeida Filho