rust/src/libstd/sys_common
bors 9f91bee03f Auto merge of #59370 - Centril:rollup, r=Centril
Rollup of 18 pull requests

Successful merges:

 - #59106 (Add peer_addr function to UdpSocket)
 - #59170 (Add const generics to rustdoc)
 - #59172 (Update and clean up several parts of CONTRIBUTING.md)
 - #59190 (consistent naming for Rhs type parameter in libcore/ops)
 - #59236 (Rename miri component to miri-preview)
 - #59266 (Do not complain about non-existing fields after parse recovery)
 - #59273 (some small HIR doc improvements)
 - #59291 (Make Option<ThreadId> no larger than ThreadId, with NonZeroU64)
 - #59297 (convert field/method confusion help to suggestions)
 - #59304 (Move some bench tests back from libtest)
 - #59309 (Add messages for different verbosity levels. Output copy actions.)
 - #59321 (Unify E0109, E0110 and E0111)
 - #59322 (Tweak incorrect escaped char diagnostic)
 - #59323 (use suggestions for "enum instead of variant" error)
 - #59327 (Add NAN test to docs)
 - #59329 (cleanup: Remove compile-fail-fulldeps directory again)
 - #59347 (Move one test from run-make-fulldeps to ui)
 - #59360 (Add tracking issue number for `seek_convenience`)

Failed merges:

r? @ghost
2019-03-22 21:00:07 +00:00
..
gnu libstd => 2018 2019-02-28 04:06:15 +09:00
alloc.rs libstd => 2018 2019-02-28 04:06:15 +09:00
at_exit_imp.rs libstd => 2018 2019-02-28 04:06:15 +09:00
backtrace.rs libstd => 2018 2019-02-28 04:06:15 +09:00
bytestring.rs libstd => 2018 2019-02-28 04:06:15 +09:00
condvar.rs libstd => 2018 2019-02-28 04:06:15 +09:00
io.rs libstd => 2018 2019-02-28 04:06:15 +09:00
mod.rs Unify OsString/OsStr for byte-based implementations 2019-03-21 13:45:35 -07:00
mutex.rs libstd => 2018 2019-02-28 04:06:15 +09:00
net.rs Add peer_addr function to UdpSocket 2019-03-16 11:13:32 +00:00
os_str_bytes.rs Unify OsString/OsStr for byte-based implementations 2019-03-21 13:45:35 -07:00
poison.rs libstd => 2018 2019-02-28 04:06:15 +09:00
process.rs libstd => 2018 2019-02-28 04:06:15 +09:00
remutex.rs libstd => 2018 2019-02-28 04:06:15 +09:00
rwlock.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread_info.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread_local.rs libstd => 2018 2019-02-28 04:06:15 +09:00
util.rs Fix some imports and paths 2019-02-28 04:06:17 +09:00
wtf8.rs libstd => 2018 2019-02-28 04:06:15 +09:00