rust/src/libsyntax
Jeffrey Seyfried f0310e061b Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried
**syntax-[breaking-change]** cc #31645
New `TraitItemKind::Macro` variant

This change adds support for macro expansion inside trait items by adding the new `TraitItemKind::Macro` and associated parsing code.
2016-06-25 22:35:01 +00:00
..
diagnostics replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04:00
errors Add an abs_path member to FileMap, use it when writing debug info. 2016-06-16 18:08:46 +01:00
ext Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried 2016-06-25 22:35:01 +00:00
parse Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried 2016-06-25 22:35:01 +00:00
print Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried 2016-06-25 22:35:01 +00:00
util Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb 2016-06-18 20:12:09 -07:00
abi.rs [breaking-change] don't glob import/export syntax::abi enum variants 2016-02-11 12:34:48 +01:00
ast.rs Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried 2016-06-25 22:35:01 +00:00
attr.rs Simplify gated cfg checking 2016-06-16 19:24:44 +00:00
Cargo.toml rustbuild: Fix dist for non-host targets 2016-04-01 10:18:36 -07:00
codemap.rs Add an abs_path member to FileMap, use it when writing debug info. 2016-06-16 18:08:46 +01:00
config.rs Simplify gated cfg checking 2016-06-16 19:24:44 +00:00
entry.rs [breaking-change] don't glob export ast::Item_ variants 2016-02-11 12:34:48 +01:00
feature_gate.rs Simplify gated cfg checking 2016-06-16 19:24:44 +00:00
fold.rs Add support for macro expansion inside trait items 2016-06-13 21:46:43 +01:00
lib.rs Nit: use Range::contains 2016-05-02 11:49:25 -04:00
ptr.rs Remove some old code from libsyntax 2016-04-24 21:04:09 +03:00
show_span.rs use structured errors 2015-12-30 14:27:59 +13:00
std_inject.rs Refactor away the prelude injection pass 2016-06-07 00:31:42 +00:00
str.rs
test.rs Simplify gated cfg checking 2016-06-16 19:24:44 +00:00
visit.rs Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried 2016-06-25 22:35:01 +00:00