rust/src/test/run-pass-fulldeps
Steven Fackler eb4cbd55a8 Add an ItemModifier syntax extension type
Where ItemDecorator creates new items given a single item, ItemModifier
alters the tagged item in place. The expansion rules for this are a bit
weird, but I think are the most reasonable option available.

When an item is expanded, all ItemModifier attributes are stripped from
it and the item is folded through all ItemModifiers. At that point, the
process repeats until there are no ItemModifiers in the new item.
2014-03-11 00:28:25 -07:00
..
macro-crate-outlive-expansion-phase.rs test: Ignore some more syntax extension tests 2014-03-03 00:08:13 -08:00
macro-crate.rs Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00
phase-syntax-link-does-resolve.rs Expand string literals and exprs inside of macros 2014-03-02 14:12:02 -08:00
qquote.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
quote-tokens.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
quote-unused-sp-no-warning.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00
syntax-extension-fourcc.rs extern mod => extern crate 2014-02-14 22:55:21 -08:00