rust/src/libsyntax_ext
Eduard-Mihai Burtescu d0c78dd7aa
syntax: revert ast::AsyncArgument and associated changes.
Here follows the main reverts applied in order to make this commit:

Revert "Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj"

This reverts commit 45b09453db, reversing
changes made to f6df1f6c30.

Revert "Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis"

This reverts commit 16939a50ea, reversing
changes made to 12bf981552.

Revert "Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj"

This reverts commit 62d1574876, reversing
changes made to 4eff8526a7.
2019-06-03 10:20:35 +01:00
..
deriving syntax: revert ast::AsyncArgument and associated changes. 2019-06-03 10:20:35 +01:00
asm.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
assert.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
Cargo.toml Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
cfg.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
compile_error.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
concat_idents.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
env.rs Pass symbols to ExtCtxt::std_path instead of strings. 2019-05-27 13:58:38 +10:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
format.rs Pass symbols to ExtCtxt::std_path instead of strings. 2019-05-27 13:58:38 +10:00
format_foreign.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
global_asm.rs Eliminate unnecessary Ident::with_empty_ctxts 2019-05-22 19:48:56 +03:00
lib.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
log_syntax.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
proc_macro_decls.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
proc_macro_impl.rs Cleanup imports 2019-02-13 00:31:51 +09:00
proc_macro_server.rs Introduce and use SyntaxContext::outer_expn_info(). 2019-05-29 09:32:56 +10:00
test.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
test_case.rs Avoid unnecessary internings. 2019-05-27 13:58:38 +10:00
trace_macros.rs Simplify use of keyword symbols 2019-05-22 19:48:56 +03:00