rust/src/libstd
Mazdak Farrokhzad 47ccf2a7fc
Rollup merge of #57584 - nnethercote:rm-connect_timeout_unroutable, r=sfackler
Remove the `connect_timeout_unroutable` test.

It requires an unreachable IP address, but there is no such thing, and
this has caused it to fail for multiple people.

Fixes #44698, fixes #50065.

r? @sfackler
2019-01-14 11:31:55 +01:00
..
collections Fix repeated word typos 2019-01-03 21:33:37 +01:00
ffi Remove licenses 2018-12-25 21:08:33 -07:00
io Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-document, r=wesleywiser 2019-01-12 10:54:58 +01:00
net Remove the connect_timeout_unroutable test. 2019-01-14 09:25:54 +11:00
os Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett 2018-12-27 09:21:06 +00:00
prelude Add Unpin to std prelude, not just core 2018-12-26 12:20:38 -08:00
sync Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus 2019-01-02 02:03:15 +00:00
sys Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=Kimundi 2019-01-13 05:26:52 +01:00
sys_common Bound sgx target_env with fortanix as target_vendor 2018-12-31 16:32:56 -08:00
tests Remove licenses 2018-12-25 21:08:33 -07:00
thread Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Bound sgx target_env with fortanix as target_vendor 2018-12-31 16:32:56 -08:00
env.rs Remove licenses 2018-12-25 21:08:33 -07:00
error.rs Change std::error::Error trait documentation to talk about source instead of cause 2019-01-08 17:45:54 -05:00
f32.rs Remove licenses 2018-12-25 21:08:33 -07:00
f64.rs Remove licenses 2018-12-25 21:08:33 -07:00
fs.rs Remove licenses 2018-12-25 21:08:33 -07:00
future.rs Remove licenses 2018-12-25 21:08:33 -07:00
keyword_docs.rs Rollup merge of #57312 - Mendess2526:master, r=Centril 2019-01-05 23:56:56 +08:00
lib.rs Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
macros.rs check missing docs for reexported macros as well 2019-01-06 18:55:55 +01:00
memchr.rs Remove licenses 2018-12-25 21:08:33 -07:00
num.rs Remove licenses 2018-12-25 21:08:33 -07:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
path.rs Update src/libstd/path.rs 2019-01-10 17:08:42 -05:00
primitive_docs.rs actually take a slice in this example 2019-01-09 14:45:39 -05:00
process.rs Remove licenses 2018-12-25 21:08:33 -07:00
rt.rs Remove licenses 2018-12-25 21:08:33 -07:00
time.rs Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler 2019-01-08 11:30:19 +00:00