rust/src/libsyntax/ext
Manish Goregaokar a73ba8b98c Rollup merge of #35874 - CensoredUsername:stmt_let_typed_fix, r=Manishearth
This commit makes the return type of AstBuilder.stmt_let_typed match the return type of other AstBuilder.stmt* functions. This avoids unnecessary boxing/unboxing whenever Stmt's are stored in a Vec, which is the default use case.nnThis is a potentially plugin breaking change.
2016-10-01 19:22:08 +05:30
..
tt Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis 2016-09-28 20:21:52 -07:00
base.rs Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis 2016-09-28 20:21:52 -07:00
build.rs Make the return type of AstBuilder.stmt_let_typed match the return type of other AstBuilder.stmt* functions 2016-09-17 01:17:02 +02:00
expand.rs Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis 2016-09-28 20:21:52 -07:00
hygiene.rs Move macro resolution into librustc_resolve. 2016-09-13 09:40:26 +00:00
placeholders.rs Remove MacroRulesTT. 2016-09-15 21:16:51 +00:00
proc_macro_shim.rs Adds a ProcMacro form of syntax extension 2016-09-22 08:47:57 +12:00
quote.rs
source_util.rs Move macro resolution into librustc_resolve. 2016-09-13 09:40:26 +00:00