rust/src/libstd/rt
bors 330378d1a1 auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
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
2013-07-24 13:25:36 -07:00
..
io std: make check appeasement 2013-07-22 13:19:05 -07:00
uv std: move StrUtil::as_c_str into StrSlice 2013-07-23 16:56:22 -07:00
args.rs fix compilation on macos/windows 2013-07-24 09:45:21 -04:00
borrowck.rs std and extra: use as_c_str instead of as_buf in a couple places 2013-07-23 16:56:22 -07:00
comm.rs auto merge of #7910 : brson/rust/rm-fixme, r=graydon 2013-07-20 15:16:33 -07:00
context.rs std: Remove old magic core mod 2013-07-19 21:01:24 -04:00
env.rs
global_heap.rs std: add #[bench] benchmarks for global and local heaps. 2013-07-22 16:56:10 -07:00
kill.rs Add watched and indestructible spawn modes. 2013-07-20 05:12:04 -04:00
local_heap.rs std: add #[bench] benchmarks for global and local heaps. 2013-07-22 16:56:10 -07:00
local_ptr.rs
local.rs
logging.rs std: move StrUtil::as_c_str into StrSlice 2013-07-23 16:56:22 -07:00
message_queue.rs
metrics.rs
mod.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
rc.rs
rtio.rs std: add RtioTimer and UvTimer impl atop rt::uv 2013-07-22 13:19:04 -07:00
sched.rs Change the HOF context switchers to pass a BlockedTask instead of a ~Task. 2013-07-20 05:08:57 -04:00
sleeper_list.rs
stack.rs
task.rs Rename TCB to Taskgroup 2013-07-20 05:12:04 -04:00
test.rs auto merge of #7858 : bblum/rust/kill, r=brson 2013-07-20 03:55:39 -07:00
thread_local_storage.rs
thread.rs
tube.rs Change the HOF context switchers to pass a BlockedTask instead of a ~Task. 2013-07-20 05:08:57 -04:00
util.rs
work_queue.rs