rust/src/test/run-pass-fulldeps/auxiliary
Nick Cameron 6a2d2c9495 Adds a ProcMacro form of syntax extension
This commit adds syntax extension forms matching the types for procedural macros 2.0 (RFC #1566), these still require the usual syntax extension boiler plate, but this is a first step towards proper implementation and should be useful for macros 1.1 stuff too.

Supports both attribute-like and function-like macros.
2016-09-22 08:47:57 +12:00
..
cond_noprelude_plugin.rs
cond_plugin.rs
cond_prelude_plugin.rs
custom_derive_partial_eq.rs Add regression test. 2016-09-07 07:38:29 +00:00
custom_derive_plugin_attr.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
custom_derive_plugin.rs Future proof libsyntax_ext for union. 2016-08-30 05:53:33 +00:00
dummy_mir_pass.rs track Location in visitor, combine Location 2016-08-18 14:57:42 -04:00
issue_16723_multiple_items_syntax_ext.rs
issue-13560-1.rs
issue-13560-2.rs
issue-13560-3.rs
issue-16822.rs
issue-18502.rs
linkage-visibility.rs
lint_for_crate.rs
lint_group_plugin_test.rs
lint_plugin_test.rs
llvm_pass_plugin.rs
logging_right_crate.rs
lto-syntax-extension-lib.rs
lto-syntax-extension-plugin.rs
macro_crate_test.rs Replace _, _, _ with .. 2016-09-04 12:27:01 +03:00
plugin_args.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
plugin_crate_outlive_expansion_phase.rs
plugin_with_plugin_lib.rs
proc_macro_def.rs Adds a ProcMacro form of syntax extension 2016-09-22 08:47:57 +12:00
procedural_mbe_matching.rs
roman_numerals.rs
syntax_extension_with_dll_deps_1.rs
syntax_extension_with_dll_deps_2.rs