rust/src/libstd
bors 52980d0fb3 Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #59470 (Document std::fs::File close behavior ignoring errors)
 - #59555 (update miri)
 - #59556 (update stdsimd)
 - #59596 (Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl)
 - #59639 (Never return uninhabited values at all)
 - #59671 (Make some of lexer's API private)
 - #59685 (Add description for -Os and -Oz in rustc.1)
 - #59686 (Temporarily disable stack probing for gnux32.)

Failed merges:

r? @ghost
2019-04-04 15:36:17 +00:00
..
collections libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
ffi libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
io libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
net libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
os Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
prelude libstd => 2018 2019-02-28 04:06:15 +09:00
sync libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
sys Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen 2019-04-04 12:46:20 +00:00
sys_common Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen 2019-04-04 12:46:20 +00:00
tests libstd => 2018 2019-02-28 04:06:15 +09:00
thread libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
alloc.rs Add Default to std::alloc::System 2019-03-27 00:09:12 +01:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
build.rs libstd => 2018 2019-02-28 04:06:15 +09:00
Cargo.toml Support using LLVM's libunwind as the unwinder implementation 2019-04-03 11:21:40 -07:00
env.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
error.rs Rollup merge of #59587 - XAMPPRocky:master, r=Centril 2019-03-31 19:19:56 +02:00
f32.rs Stablize {f32,f64}::copysign(). 2019-03-29 03:20:50 +08:00
f64.rs Stablize {f32,f64}::copysign(). 2019-03-29 03:20:50 +08:00
fs.rs Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril 2019-04-04 15:36:17 +00:00
future.rs Update the future/task API 2019-02-03 13:46:53 -08:00
keyword_docs.rs Move link to rust book to next line to pass 100 column limit 2019-03-27 21:46:25 -04:00
lib.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
macros.rs Added a missing !. 2019-03-30 14:35:51 +01:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs libstd => 2018 2019-02-28 04:06:15 +09:00
panic.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
panicking.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
path.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
primitive_docs.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
process.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
rt.rs libstd => 2018 2019-02-28 04:06:15 +09:00
time.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00