rust/src/libstd
Mazdak Farrokhzad a1580e72da
Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichton
Delete flaky test net::tcp::tests::fast_rebind

This test is unreliable for at least 3 users on two platforms: see #57509 and #51006. It was added 5 years ago in #22015. Do we know whether this is testing something important that would indicate a bug in our implementation, or if it's fine to remove?

r? @sfackler @alexcrichton because this somewhat resembles #59018

Closes #57509. Closes #51006.
2019-12-16 17:33:07 +01:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Update HashMap documentation hint of the used 'quadratic probing' and 'SIMD lookup' algorithms 2019-12-09 20:13:42 +01:00
ffi Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
io Simplify {IoSlice, IoSliceMut}::advance examples and tests 2019-12-05 00:00:00 +00:00
net Delete flaky test net::tcp::tests::fast_rebind 2019-12-14 18:44:09 -08:00
os Format libstd/os with rustfmt 2019-11-29 18:32:46 -08:00
prelude Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
sync Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
sys Rollup merge of #67267 - alexcrichton:update-wasi-libc, r=Dylan-DPC 2019-12-15 05:57:22 +01:00
sys_common inline some common methods on OsStr 2019-12-09 10:39:57 +00:00
tests Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
thread Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
alloc.rs Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
ascii.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
backtrace.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
build.rs remove dependency from libhermit 2019-11-25 08:59:23 +01:00
Cargo.toml Update the wasi crate for wasm32-wasi 2019-12-03 07:03:06 -08:00
env.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
error.rs Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
f32.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
f64.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
fs.rs Fix incorrect example code of OpenOptions::open 2019-12-14 03:12:50 +08:00
future.rs async/await: more improvements to non-send errors 2019-12-08 16:29:08 +00:00
keyword_docs.rs Rollup merge of #66325 - BartMassey:master, r=joshtriplett 2019-12-08 03:39:43 +01:00
lib.rs Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=centril 2019-12-14 22:02:59 +00:00
macros.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panic.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panicking.rs rename update_count_then_panic -> rust_panic_without_hook 2019-11-26 10:23:15 +01:00
path.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
primitive_docs.rs Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
process.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
rt.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
time.rs Fix typo on now() comments 2019-10-05 12:23:10 +02:00