rust/src/libsyntax_pos
Taylor Cramer fe8760cb84 Implement built-in await syntax
Adds support for .await under the existing async_await feature gate.
Moves macro-like await! syntax to the await_macro feature gate.
Removes support for `await` as a non-keyword under the `async_await`
feature.
2019-05-07 14:45:53 -07:00
..
analyze_source_file.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
Cargo.toml Use a proc macro to declare preallocated symbols 2019-04-15 07:23:01 +02:00
edition.rs libsyntax_pos => 2018 2019-02-04 03:42:27 +09:00
hygiene.rs Implement built-in await syntax 2019-05-07 14:45:53 -07:00
lib.rs Deny internal in stage0 2019-04-17 05:15:00 +02:00
span_encoding.rs Increase Span from 4 bytes to 8 bytes. 2019-04-05 12:26:09 +11:00
symbol.rs Implement built-in await syntax 2019-05-07 14:45:53 -07:00