..
deriving
Rename Item.node to Item.kind
2019-09-26 18:21:48 +01: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
Move injection of attributes from command line to libsyntax_ext
2019-09-06 23:46:16 +03: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
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
2019-09-07 20:01:44 +02:00
log_syntax.rs
use consistent naming for buildin expansion functions
2019-09-03 21:15:45 +03:00
plugin_macro_defs.rs
Rename Item.node to Item.kind
2019-09-26 18:21:48 +01:00
proc_macro_harness.rs
Rename Item.node to Item.kind
2019-09-26 18:21:48 +01:00
source_util.rs
use TokenStream rather than &[TokenTree] for built-in macros
2019-09-03 21:15:45 +03:00
standard_library_imports.rs
Simplify std lib injection
2019-09-05 22:48:03 +01:00
test.rs
Rename Item.node to Item.kind
2019-09-26 18:21:48 +01:00
test_harness.rs
Put panic=abort test support behind -Z panic_abort_tests
2019-09-28 13:52:18 -07:00
trace_macros.rs
use TokenStream rather than &[TokenTree] for built-in macros
2019-09-03 21:15:45 +03:00