rust/src/test
bors 897a0a388f auto merge of #11803 : sfackler/rust/simple-mac, r=brson
Now that procedural macros can be implemented outside of the compiler,
it's more important to have a reasonable API to work with. Here are the
basic changes:

* Rename SyntaxExpanderTTTrait to MacroExpander, SyntaxExpanderTT to
    BasicMacroExpander, etc. I think "procedural macro" is the right
    term for these now, right? The other option would be SynExtExpander
    or something like that.

* Stop passing the SyntaxContext to extensions. This was only ever used
    by macro_rules, which doesn't even use it anymore. I can't think of
    a context in which an external extension would need it, and removal
    allows the API to be significantly simpler - no more
    SyntaxExpanderTTItemExpanderWithoutContext wrappers to worry about.
2014-01-25 17:51:32 -08:00
..
auxiliary Simplify and rename macro API 2014-01-25 13:55:39 -08:00
bench Update flip() to be rev(). 2014-01-23 22:18:18 +01:00
codegen
compile-fail Move macro_rules! macros to libstd 2014-01-24 08:35:39 -08:00
debug-info
pretty
run-fail Uppercase numeric constants 2014-01-25 21:38:25 +13:00
run-make Set LD_LIBRARY_PATH on linux for c-dynamic-dylib test 2014-01-22 23:49:36 -05:00
run-pass Uppercase numeric constants 2014-01-25 21:38:25 +13:00
run-pass-fulldeps xfail another external macro test on android 2014-01-21 21:52:35 -08:00