rust/src/libstd
Yuki Okushi d145d1e72c
Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink
Fix broken links in Ipv4Addr::is_benchmarking docs

[The documentation for `Ipv4Addr::is_benchmarking`](https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#method.is_benchmarking) is correct — it has the right RFC number — but the Markdown links are broken. Looks like a copy-and-paste error and a typo.

This PR fixes the links to make them clickable.
2019-11-14 14:16:27 +09:00
..
collections Fix HashSet::union performance 2019-11-10 23:53:44 +00:00
ffi doc: use new feature gate for c_void type 2019-10-29 13:01:54 +00:00
io docs: Fix link to BufWriter::flush 2019-11-08 10:18:58 -06:00
net Fix broken links in Ipv4Addr::is_benchmarking docs 2019-11-13 15:09:40 +00:00
os rename cfg(rustdoc) into cfg(doc) 2019-11-06 18:32:51 +01:00
prelude Remove __rust_unstable_column 2019-08-15 22:58:57 +03:00
sync Run rustfmt on libstd/sync/once.rs 2019-11-09 12:46:17 +01:00
sys Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
sys_common Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
tests Upgrade rand to 0.7 2019-09-06 14:45:28 +02:00
thread Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum 2019-11-07 09:20:45 +09:00
alloc.rs
ascii.rs
backtrace.rs BacktraceStatus: add Eq impl 2019-10-02 08:17:28 -04:00
build.rs redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
Cargo.toml Merge branch 'master' into rusty-hermit, resolve conflicts 2019-10-25 09:09:55 +02:00
env.rs A few cosmetic improvements to code & comments in liballoc and libcore 2019-09-06 16:02:25 +01:00
error.rs Fix typos in error.rs 2019-10-13 12:12:46 +02:00
f32.rs Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats 2019-11-09 17:02:49 +00:00
f64.rs Auto merge of #63871 - BatmanAoD:FloatFnMustUse, r=withoutboats 2019-11-09 17:02:49 +00:00
fs.rs Auto merge of #65429 - Timmmm:withoptions, r=Mark-Simulacrum 2019-11-02 18:22:32 +00:00
future.rs async/await: improve obligation errors 2019-09-30 23:41:20 +01:00
keyword_docs.rs Adding doc on keyword continue 2019-10-24 21:35:16 -06:00
lib.rs Snap cfgs 2019-11-12 16:36:57 -05:00
macros.rs Remove __rust_unstable_column 2019-08-15 22:58:57 +03:00
memchr.rs
num.rs
panic.rs Snap cfgs 2019-11-12 16:36:57 -05:00
panicking.rs Panicking infra uses &core::panic::Location. 2019-10-27 12:50:58 -07:00
path.rs Prevent unnecessary allocation in PathBuf::set_extension. 2019-10-23 21:21:25 +02:00
primitive_docs.rs Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
process.rs Ignore these tests ,since the called commands doesn't exist in VxWorks 2019-11-06 19:51:25 -08:00
rt.rs remove stray change 2019-10-18 16:52:42 +02:00
time.rs Fix typo on now() comments 2019-10-05 12:23:10 +02:00