about summary refs log tree commit diff
path: root/library/alloc/src/bstr.rs
AgeCommit message (Expand)AuthorLines
2025-03-07Fully test the alloc crate through alloctestsbjorn3-20/+0
2025-01-22Add doc aliases for BStr and BStringJosh Triplett-0/+1
2025-01-12Omit some more `From` impls to avoid inference failuresJosh Triplett-65/+54
2025-01-11Support `no_rc`, `no_sync`, and `no_global_oom_handling`Josh Triplett-0/+9
2025-01-11Add `#[cfg(not(test))]` to some impls to work around https://github.com/rust-...Josh Triplett-0/+20
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+683