rust/src/libstd
Andrea Canciani fb82398b2a Remove dead InternalBufWriter implementation
In 8d90d3f368 `BufStream`, the only
consumer of `InternalBufWriter`, was removed. As implied by the name,
this type is private, hence it is currently dead code.
2016-01-12 18:10:43 +01:00
..
collections
ffi Move os_str docs to OsString in order to be visible in HTML (fixes #30743) 2016-01-07 16:12:38 +01:00
io Remove dead InternalBufWriter implementation 2016-01-12 18:10:43 +01:00
net Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik 2015-12-30 09:24:24 -05:00
num Stabilise f32::to_{degrees,radians} to match f64 2016-01-02 00:07:16 +02:00
os Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
prelude
rand Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiyn 2015-12-30 07:35:10 +00:00
sync Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
sys Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton 2016-01-11 10:19:44 +00:00
thread Replace no_elf_tls with target_thread_local 2016-01-11 10:38:36 +00:00
time Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
ascii.rs
dynamic_lib.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
env.rs
error.rs
fs.rs Adjusted heading and created dedicated section in std::io docs 2016-01-02 00:27:16 -05:00
lib.rs
macros.rs
memchr.rs
panic.rs Auto merge of #30557 - sfackler:panic-propagate, r=aturon 2016-01-07 01:26:45 +00:00
panicking.rs
path.rs
primitive_docs.rs
process.rs
rt.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
rtdeps.rs