rust/src/libstd
kennytm 2701c175a5
Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik
Add doc links to `std::os` extension traits

Addresses a small subset of #29367.

This adds documentation links to the original type for various OS-specific extension traits, and uses a common sentence for introducing such traits (which now consistently ends in a period).
2018-04-24 11:57:03 +08:00
..
collections Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
ffi Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
io Stabilize take_set_limit 2018-04-05 00:30:49 -06:00
net Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN 2018-04-01 10:09:58 +00:00
os Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
sync Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02:00
sys Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnik 2018-04-24 11:57:03 +08:00
sys_common Remove unused methods on the private Wtf8 type 2018-04-21 09:45:18 +02:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
alloc.rs Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs rustc: Embed LLVM bitcode by default on iOS 2018-03-13 08:29:19 -07:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
env.rs Correct a few stability attributes 2018-04-05 15:39:29 +01:00
error.rs Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
f32.rs Move intrinsics-based float methods out of libcore into libstd 2018-04-21 09:47:37 +02:00
f64.rs Move intrinsics-based float methods out of libcore into libstd 2018-04-21 09:47:37 +02:00
fs.rs Add performance note to fs::read docs 2018-04-02 09:33:27 -07:00
lib.rs Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
macros.rs Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
panic.rs typos 2018-04-05 13:04:00 +02:00
panicking.rs std: Avoid allocating panic message unless needed 2018-04-13 07:04:24 -07:00
path.rs Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay 2018-04-24 01:15:36 +00:00
primitive_docs.rs Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus 2018-04-22 02:18:41 +00:00
process.rs Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum 2018-04-24 11:56:59 +08:00
rt.rs Address review comments 2018-03-19 11:41:28 +09:00
time.rs Fix doctest 2018-03-30 15:35:36 +02:00