rust/src/libstd
bors 30ddb5a8c1 Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor
Rollup of 10 pull requests

Successful merges:

 - #67450 (Allow for setting a ThinLTO import limit during bootstrap)
 - #67595 (Suggest adding a lifetime constraint for opaque type)
 - #67636 (allow rustfmt key in [build] section)
 - #67736 (Less-than is asymmetric, not antisymmetric)
 - #67762 (Add missing links for insecure_time)
 - #67783 (Warn for bindings named same as variants when matching against a borrow)
 - #67796 (Ensure that we process projections during MIR inlining)
 - #67807 (Use drop instead of the toilet closure `|_| ()`)
 - #67816 (Clean up err codes)
 - #67825 (Minor: change take() docs grammar to match other docs)

Failed merges:

r? @ghost
2020-01-03 09:07:05 +00:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Remove redundant link texts 2019-12-26 05:04:46 -08:00
ffi Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
io Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
net Implement padding for IpAddr without heap alloc 2019-12-26 08:22:59 -08:00
os Format libstd/os with rustfmt 2019-11-29 18:32:46 -08:00
prelude Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
sync Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik 2019-12-28 00:36:11 +01:00
sys Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
sys_common Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
tests Format the world 2019-12-22 17:42:47 -05:00
thread Format the world 2019-12-22 17:42:47 -05:00
alloc.rs Format the world 2019-12-22 17:42:47 -05:00
ascii.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
backtrace.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
build.rs remove dependency from libhermit 2019-11-25 08:59:23 +01:00
Cargo.toml Update the wasi crate for wasm32-wasi 2019-12-03 07:03:06 -08:00
env.rs Change "be returning" to "return" 2019-12-28 07:05:44 -08:00
error.rs Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
f32.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
f64.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
fs.rs tidy: change msdn links to newer locations 2019-12-25 15:35:54 +00:00
future.rs Revert "core: add IntoFuture trait and support for await" 2019-12-31 19:18:08 -05:00
keyword_docs.rs Some keyword documentation. 2019-12-29 08:19:33 +00:00
lib.rs Revert "core: add IntoFuture trait and support for await" 2019-12-31 19:18:08 -05:00
macros.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
panic.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
panicking.rs Format the world 2019-12-22 17:42:47 -05:00
path.rs Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnay 2019-12-28 00:36:14 +01:00
primitive_docs.rs Format the world 2019-12-22 17:42:47 -05:00
process.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
rt.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
time.rs Add missing links for insecure_time 2019-12-31 17:14:49 +00:00