rust/src/libstd
Mazdak Farrokhzad f6df1f6c30
Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril
Remove the old await! macro

This doesn't work anymore, and its continued presence is cause for confusion. `yield` can no longer be used to return `Pending` from an `async` body.

cc https://github.com/rust-lang/rust/issues/60660
cc @taiki-e
cc https://github.com/tokio-rs/tokio/pull/1080
2019-05-09 23:56:17 +02:00
..
collections ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
ffi Mark unix::ffi::OsStrExt methods as inline 2019-04-04 10:55:31 +02:00
io Rollup merge of #60234 - tesaguri:cursor-default, r=Amanieu 2019-05-09 23:56:11 +02:00
net Stabilized vectored IO 2019-04-27 08:34:08 -07:00
os Categorize WASI as an "OS" rather than as an "environment". 2019-05-03 23:01:24 -07:00
prelude libstd => 2018 2019-02-28 04:06:15 +09:00
sync ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
sys Categorize WASI as an "OS" rather than as an "environment". 2019-05-03 23:01:24 -07:00
sys_common Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton 2019-04-30 22:46:28 +00:00
tests libstd => 2018 2019-02-28 04:06:15 +09:00
thread Use more realistic example for thread builder 2019-04-18 14:58:38 +03: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 std: Update compiler-builtins crate 2019-05-08 06:59:24 -07:00
env.rs Document Item type in std::env::SplitPaths iterator. 2019-04-17 08:11:37 +01:00
error.rs Rollup merge of #59587 - XAMPPRocky:master, r=Centril 2019-03-31 19:19:56 +02:00
f32.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
f64.rs Change copytest parameter name from y to sign 2019-04-05 20:30:45 -06:00
fs.rs Make std::fs::copy attempt to create copy-on-write clones of files on MacOS. 2019-05-02 09:41:37 +01:00
future.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
keyword_docs.rs Fix links on keyword docs. 2019-04-09 15:38:32 -07:00
lib.rs Stabilize and re-export core::array 2019-05-09 12:50:55 +09:00
macros.rs Remove the old await! macro 2019-05-09 10:49:39 -07:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
num.rs Reexport IntErrorKind in std 2019-04-23 00:15:43 +02:00
panic.rs Stabilize futures_api 2019-04-23 16:13:53 -07:00
panicking.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
path.rs ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
primitive_docs.rs Correct code points to match their textual description 2019-05-04 07:44:30 +02:00
process.rs doc: Warn about possible zombie apocalypse 2019-05-01 17:46:30 +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