330378d1a1
This is a cleanup pull request that does: * removes `os::as_c_charp` * moves `str::as_buf` and `str::as_c_str` into `StrSlice` * converts some functions from `StrSlice::as_buf` to `StrSlice::as_c_str` * renames `StrSlice::as_buf` to `StrSlice::as_imm_buf` (and adds `StrSlice::as_mut_buf` to match `vec.rs`. * renames `UniqueStr::as_bytes_with_null_consume` to `UniqueStr::to_bytes` * and other misc cleanups and minor optimizations |
||
---|---|---|
.. | ||
io | ||
uv | ||
args.rs | ||
borrowck.rs | ||
comm.rs | ||
context.rs | ||
env.rs | ||
global_heap.rs | ||
kill.rs | ||
local_heap.rs | ||
local_ptr.rs | ||
local.rs | ||
logging.rs | ||
message_queue.rs | ||
metrics.rs | ||
mod.rs | ||
rc.rs | ||
rtio.rs | ||
sched.rs | ||
sleeper_list.rs | ||
stack.rs | ||
task.rs | ||
test.rs | ||
thread_local_storage.rs | ||
thread.rs | ||
tube.rs | ||
util.rs | ||
work_queue.rs |