]> git.lizzy.rs Git - rust.git/commit
Backport libs stabilizations to 1.21 beta
authorDavid Tolnay <dtolnay@gmail.com>
Mon, 25 Sep 2017 05:23:26 +0000 (22:23 -0700)
committerDavid Tolnay <dtolnay@gmail.com>
Mon, 25 Sep 2017 05:27:39 +0000 (22:27 -0700)
commit874124b2c73dc764aa83f7ba9711a4170c0aeffc
tree84495028597a1c6d1e7b62f842a7a8069806cbf0
parent7a9cdc4c2a98c3a889604762dccd463757079798
Backport libs stabilizations to 1.21 beta

This includes the following stabilizations:

- tcpstream_connect_timeout https://github.com/rust-lang/rust/pull/44563
- iterator_for_each https://github.com/rust-lang/rust/pull/44567
- ord_max_min https://github.com/rust-lang/rust/pull/44593
- compiler_fences https://github.com/rust-lang/rust/pull/44595
- needs_drop https://github.com/rust-lang/rust/pull/44639
- vec_splice https://github.com/rust-lang/rust/pull/44640
src/liballoc/vec.rs
src/libcore/cmp.rs
src/libcore/iter/iterator.rs
src/libcore/mem.rs
src/libcore/sync/atomic.rs
src/libstd/net/tcp.rs