about summary refs log tree commit diff
path: root/library/std/src/ffi/c_str
AgeCommit message (Expand)AuthorLines
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-240/+0
2022-03-18add CStr::from_bytes_until_nulEric Seppanen-0/+37
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2022-02-16Add debug asserts to validate NUL terminator in c stringsAlex Saveau-8/+0
2021-03-28ffi::c_str added tests for empty stringsklensy-0/+16
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+195