rust/src/libstd
bors 8382f39b6b Auto merge of #45299 - kennytm:rollup, r=kennytm
Rollup of 9 pull requests

- Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289
- Failed merges:
2017-10-15 08:39:58 +00:00
..
collections std: Set probe length tag on cloned hashmaps 2017-10-14 10:21:52 -04:00
ffi Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik 2017-10-13 23:37:51 +08:00
io Add read_to_end implementation to &[u8]'s Read impl 2017-10-07 22:19:51 +02:00
net Fix TcpStream::connect_timeout on linux 2017-10-14 13:56:30 -07:00
os Remove nacl from libstd 2017-10-05 05:01:41 +02:00
prelude
rand
sync Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton 2017-10-11 19:32:19 +00:00
sys Fix TcpStream::connect_timeout on linux 2017-10-14 13:56:30 -07:00
sys_common Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler 2017-10-10 22:43:57 +08:00
thread Don't encourage people to ignore threading errors in the docs 2017-10-08 10:29:32 -04:00
time
ascii.rs
build.rs
Cargo.toml Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
env.rs
error.rs Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler 2017-09-29 22:35:23 +00:00
f32.rs
f64.rs
fs.rs
heap.rs
lib.rs Improve performance of spsc_queue and stream. 2017-10-01 12:15:35 -04:00
macros.rs
memchr.rs
num.rs
panic.rs
panicking.rs
path.rs
primitive_docs.rs
process.rs Rollup merge of #45113 - Pirh:process_output_links, r=steveklabnik 2017-10-15 14:21:51 +08:00
rt.rs