rust/src/test
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
..
auxiliary Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00
bench auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichton 2014-03-10 20:07:02 -07:00
codegen
compile-fail auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichton 2014-03-10 18:52:03 -07:00
debug-info debuginfo: Add test case for limited debuginfo 2014-03-06 07:59:47 +01:00
pretty Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
run-fail fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
run-make rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
run-pass Implement hexadecimal floating point literals via a syntax extension 2014-03-10 22:36:56 +00:00
run-pass-fulldeps Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00