summary refs log tree commit diff
path: root/library/alloc/src/ffi/c_str.rs
AgeCommit message (Expand)AuthorLines
2022-05-27Finish bumping stage0Mark Rousskov-78/+0
2022-04-14Fix targets not supporting `target_has_atomic = "ptr"`Vadim Petrochenkov-1/+5
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-4/+4
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+1197