rust/src/libstd
Corey Farwell 664ab45796 Rollup merge of #42597 - mark-buer:park_timeout_example_fix, r=alexcrichton
Capture elapsed duration in Thread::park_timeout example

`beginning_park.elapsed()` might return a larger value within the loop as compared to that checked in the loop conditional.
Since `Duration` arithmetic is checked, hitting such an edge case will cause a panic.
2017-06-13 17:15:02 -04:00
..
collections Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
ffi Add doc example for `CString::as_bytes`. 2017-06-05 23:50:49 -04:00
io inline io::Error creation from ErrorKind 2017-06-04 19:45:44 +02:00
net Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
os Add x86_64-linux-android target 2017-04-20 16:29:59 -03:00
prelude Fix Markdown issues in the docs 2017-04-06 12:57:40 +01:00
rand Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
sync Rewrite `Receiver::try_iter` doc example to show resulting values. 2017-06-02 00:21:32 -04:00
sys std: Handle ENOSYS when calling `pipe2` 2017-06-08 07:31:05 -07:00
sys_common Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcv 2017-05-19 14:16:12 -06:00
thread Capture elapsed duration in Thread::park_timeout example 2017-06-12 13:43:58 +09:30
time Add doc example for how to determine total number of secs in Duration. 2017-05-03 00:04:59 -04:00
Cargo.toml Support VS 2017 2017-06-01 20:41:38 +00:00
ascii.rs Reduce str transmutes, add mut versions of methods. 2017-04-09 19:13:54 -04:00
build.rs Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
env.rs Rollup merge of #42579 - maccoda:maccoda/env_docs, r=steveklabnik 2017-06-12 12:39:46 -04:00
error.rs Correct some stability versions 2017-05-20 08:38:39 +01:00
f32.rs Remove unused import. 2017-04-22 22:13:22 -04:00
f64.rs Remove float_extras 2017-04-20 21:16:31 -07:00
fs.rs doc rewording 2017-05-26 19:22:25 +08:00
lib.rs migrate everything to using mem::needs_drop 2017-05-20 19:27:30 -04:00
macros.rs Correct some stability versions 2017-05-20 08:38:39 +01:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton 2017-06-08 01:07:08 +00:00
panic.rs Changing error message for interior mutability, adding ui test 2017-06-07 01:38:05 +05:30
panicking.rs Remove function invokation parens from documentation links. 2017-03-13 21:43:18 -04:00
path.rs Remove unused lifetimes. 2017-05-20 15:32:11 -04:00
primitive_docs.rs Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez 2017-04-12 14:45:48 +02:00
process.rs Add conversions from File and Child* handles to Stdio 2017-06-06 15:42:55 -07:00
rt.rs Fix building without backtrace feature, which was broken in ca8b754 2017-05-21 12:38:07 -07:00