rust/src/libsyntax_ext
2019-10-15 09:41:58 +02:00
..
deriving syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs Rename Expr.node to Expr.kind 2019-09-26 18:21:09 +01:00
assert.rs Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
cfg.rs Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
cmdline_attrs.rs syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
compile_error.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
concat.rs Rename Lit.node to Lit.kind 2019-09-26 18:21:09 +01:00
concat_idents.rs Rename Ty.node to Ty.kind 2019-09-26 18:21:10 +01:00
env.rs Remove constraints argument from path_all 2019-09-21 15:01:39 -04:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
format.rs Fix format macro expansions spans to be macro-generated 2019-09-25 17:45:15 -07:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
global_asm.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
lib.rs Stabilize mem::take (mem_take) 2019-10-08 18:04:18 -04:00
log_syntax.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
plugin_macro_defs.rs Remove the Option in TokenStream. 2019-10-14 09:14:39 +11:00
proc_macro_harness.rs syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
source_util.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
standard_library_imports.rs syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
test.rs Enhance report-time option 2019-09-29 21:22:30 +03:00
test_harness.rs syntax::parse::sess -> syntax::sess 2019-10-15 09:41:58 +02:00
trace_macros.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00