rust/src/libsyntax_ext
Mazdak Farrokhzad 89a69fd76d
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
Migrate internal diagnostic registration to macro_rules

Review is best done commit-by-commit.

Fixes #64132.
2019-09-07 20:01:44 +02:00
..
deriving or-patterns: syntax: adjust derive, format, and building. 2019-09-05 08:33:09 +02:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
assert.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
Cargo.toml remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
cfg.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03: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 use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
concat_idents.rs use consistent naming for buildin expansion functions 2019-09-03 21:15:45 +03:00
env.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
format.rs Correct pluralisation of various diagnostic messages 2019-09-06 19:21:20 +01:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
global_asm.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03: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 Make use of hygiene in AST passes 2019-09-05 15:07:16 +01:00
proc_macro_harness.rs Simplify std lib injection 2019-09-05 22:48:03 +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 Make use of hygiene in AST passes 2019-09-05 15:07:16 +01:00
test_harness.rs Document test harness generation 2019-09-05 15:07:17 +01:00
trace_macros.rs use TokenStream rather than &[TokenTree] for built-in macros 2019-09-03 21:15:45 +03:00