rust/src/libstd
bors 93a2ee807a auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton
Delete all the documentation from std::task that references linked
failure.

Tweak TaskBuilder to be more builder-like. `.name()` is now `.named()` and
`.add_wrapper()` is now `.with_wrapper()`. Remove `.watched()` and
`.unwatched()` as they didn't actually do anything.

Closes #6399.
2014-02-17 17:31:52 -08:00
..
comm Fix a deadlock in channels, again. 2014-02-17 13:59:25 -08:00
fmt Minor documentation fixes in std::fmt 2014-02-16 13:43:46 -05:00
io Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
num Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::count_zeros 2014-02-17 13:55:06 +11:00
path Add c_str::CString.as_bytes_no_nul() 2014-02-14 21:23:37 -08:00
rand Fix all code examples 2014-02-14 23:49:22 -08:00
rt auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton 2014-02-15 15:21:28 -08:00
sync std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
unstable auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler 2014-02-15 16:36:27 -08:00
any.rs
ascii.rs
bool.rs
c_str.rs Add c_str::CString.as_bytes_no_nul() 2014-02-14 21:23:37 -08:00
cast.rs
cell.rs
char.rs
cleanup.rs Register new snapshots 2014-02-13 12:54:17 -08:00
clone.rs
cmp.rs Removed num::Orderable 2014-02-13 20:12:59 -05:00
container.rs
default.rs
from_str.rs
gc.rs
hash.rs
hashmap.rs Register new snapshots 2014-02-14 22:55:20 -08:00
iter.rs Remove CloneableTuple and ImmutableTuple traits 2014-02-17 00:57:56 +11:00
kinds.rs Fix all code examples 2014-02-14 23:49:22 -08:00
lib.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
libc.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
local_data.rs
logging.rs Fix all code examples 2014-02-14 23:49:22 -08:00
macros.rs Lift $dst outside the closure in write! 2014-02-13 13:05:48 -08:00
managed.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
mem.rs return value/use extra::test::black_box in benchmarks 2014-02-14 07:45:34 -08:00
ops.rs
option.rs
os.rs std: Rename unstable::mutex::Mutex to StaticNativeMutex. 2014-02-16 10:13:56 +11:00
owned.rs
prelude.rs Remove CloneableTuple and ImmutableTuple traits 2014-02-17 00:57:56 +11:00
ptr.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
rc.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
reference.rs
reflect.rs Register new snapshots 2014-02-13 12:54:17 -08:00
repr.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
result.rs
rtdeps.rs Invoke gcc with -nodefaultlibs 2014-02-14 08:07:46 -08:00
run.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
str.rs Remove CloneableTuple and ImmutableTuple traits 2014-02-17 00:57:56 +11:00
task.rs Clean up std::task docs, make TaskBuilder a real builder 2014-02-16 15:34:02 -08:00
to_bytes.rs
to_str.rs Delegate ToStr implementation to Show for tuples 2014-02-16 19:12:28 +11:00
trie.rs
tuple.rs Remove CloneableTuple and ImmutableTuple traits 2014-02-17 00:57:56 +11:00
unicode.rs
unit.rs
vec_ng.rs std: clean up ptr a bit 2014-02-15 12:11:41 -05:00
vec.rs auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler 2014-02-15 16:36:27 -08:00