rust/src/libsyntax_ext
David Wood 41c6bb1096
Introduce LocalSource into the AST.
This will be used to keep track of the origin of a local in the AST. In
particular, it will be used by `async fn` lowering for the locals in
`let <pat>: <ty> = __arg0;` statements.
2019-04-21 09:48:11 +01:00
..
deriving Introduce LocalSource into the AST. 2019-04-21 09:48:11 +01:00
asm.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
assert.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09: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_idents.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
env.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
error_codes.rs Rename diagnostics to error_codes 2019-04-17 18:19:14 +09:00
format_foreign.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
format.rs Fix cases of conflicting two-phase borrows 2019-04-04 18:47:10 +01:00
global_asm.rs Rename rustc_errors dependency in rust 2018 crates 2019-02-13 00:28:52 +09:00
lib.rs Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
log_syntax.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00
proc_macro_decls.rs Make check_name generic 2019-04-15 07:23:02 +02:00
proc_macro_impl.rs Cleanup imports 2019-02-13 00:31:51 +09:00
proc_macro_server.rs Fix lifetime on LocalInternedString::get function 2019-03-31 03:11:55 +02:00
test_case.rs Use Rc<[Symbol]> instead of Vec<Symbol> to reduce # of allocs 2019-02-11 15:08:17 +01:00
test.rs Fix comments around test harness generation 2019-04-17 12:02:04 +03:00
trace_macros.rs libsyntax_ext => 2018 2019-02-04 21:49:54 +09:00