rust/src/libsyntax
Keegan McAllister 677b7cad3d Reformat metadata for exported macros
Instead of copy-pasting the whole macro_rules! item from the original .rs file,
we serialize a separate name, attributes list, and body, the latter as
pretty-printed TTs.  The compilation of macro_rules! macros is decoupled
somewhat from the expansion of macros in item position.

This filters out comments, and facilitates selective imports.
2015-01-05 12:00:57 -08:00
..
2015-01-05 12:00:57 -08:00
2015-01-05 12:00:57 -08:00
2015-01-05 12:00:57 -08:00
2015-01-05 11:38:12 -08:00