rust/src/libstd
Ralf Jung 2cff5d961a
Rollup merge of #72307 - hermitcore:condvar, r=Mark-Simulacrum
use the new interface to initialize conditional variables

HermitCore introduce a new interface to intialize conditional variables.
Consequently, minor changes are required to support this interface.
2020-05-18 08:48:45 +02:00
..
benches Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
collections Add explicit references to the BuildHasher trait 2020-04-29 11:04:57 -04:00
ffi Implement FromStr for OsString 2020-04-29 18:13:52 +09:00
io Better documentation for io::Read::read() return value 2020-05-09 01:17:20 +02:00
net Update name 2020-04-26 04:24:16 -07:00
os Add illumos triple 2020-04-14 20:36:07 +00:00
prelude Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
sync make abort intrinsic safe, and correct its documentation 2020-05-17 11:23:42 +02:00
sys minor changes to pass the format check 2020-05-18 00:06:32 +02:00
sys_common Replace cfg macro with attribute. 2020-05-02 17:06:16 +02:00
tests stdarch: update submodule. 2020-02-01 22:04:18 -05:00
thread Warn against thread::sleep in async fn 2020-05-12 16:38:02 +01:00
alloc.rs Minor follow-up after renaming librustc(_middle) 2020-04-03 19:03:13 +09:00
ascii.rs Bump rustfmt to most recently shipped 2020-04-25 09:25:33 -04:00
backtrace.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
build.rs Add illumos triple 2020-04-14 20:36:07 +00:00
Cargo.toml use new interface to initialize Condvar 2020-05-17 23:49:18 +02:00
env.rs Remove recommendation for unmaintained crate 2020-05-01 20:51:20 -06:00
error.rs Overhaul of the AllocRef trait to match allocator-wg's latest consens 2020-03-26 17:10:54 +01:00
f32.rs Use assoc float consts instead of module level 2020-04-20 23:38:06 +02:00
f64.rs Use assoc float consts instead of module level 2020-04-20 23:38:06 +02:00
fs.rs Update name 2020-04-26 04:24:16 -07:00
future.rs Bump bootstrap compiler 2020-04-25 09:25:33 -04:00
keyword_docs.rs Fix typos in docs for keyword "in" 2020-04-24 14:13:43 -07:00
lib.rs Add Read/Write::can_read/write_vectored 2020-04-26 04:23:39 -07:00
macros.rs Update macros.rs: fix documentation typo. 2020-03-04 14:18:31 -05: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 make abort intrinsic safe, and correct its documentation 2020-05-17 11:23:42 +02:00
path.rs Updated documentation of Prefix::VerbatimDisk 2020-05-15 22:41:36 +08:00
primitive_docs.rs Do not use "nil" to refer to () 2020-04-05 14:30:13 +02:00
process.rs Update name 2020-04-26 04:24:16 -07:00
rt.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
time.rs correct comment to match behavior 2020-02-29 08:40:09 -05:00