rust/src/libstd
Daniel Micay e043644cea use sched_yield on linux and freebsd
pthread_yield is non-standard, while sched_yield is POSIX

The Linux documentation recommends using the standard function. This is
the only feature we're currently using that's present in glibc but not
in musl.
2014-05-15 13:50:36 -07:00
..
comm
fmt auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton 2014-05-14 22:06:50 -07:00
hash
io std: Modify TempDir to not fail on drop. Closes #12628 2014-05-15 13:50:24 -07:00
num
path Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
rt use sched_yield on linux and freebsd 2014-05-15 13:50:36 -07:00
sync core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
unstable auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton 2014-05-15 11:22:02 -07:00
ascii.rs
bitflags.rs Make from_bits in bitflags! safe; add from_bits_truncate 2014-05-15 13:50:33 -07:00
c_str.rs Add ToCStr impl for &Path and StrBuf 2014-05-14 22:42:46 -07:00
c_vec.rs
cleanup.rs
from_str.rs
gc.rs
lib.rs Register new snapshots 2014-05-15 13:50:34 -07:00
local_data.rs
macros.rs
option.rs
os.rs librand: Remove all uses of ~str from librand 2014-05-14 18:29:13 -07:00
owned.rs
prelude.rs
rc.rs
reflect.rs
repr.rs
result.rs
rtdeps.rs
slice.rs
str.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00
strbuf.rs
task.rs
to_str.rs
unicode.rs std: Rename str::Normalizations to str::Decompositions 2014-05-13 17:24:07 -07:00
vec.rs Make Vec.truncate() resilient against failure in Drop 2014-05-15 13:50:29 -07:00