rust/src/libsyntax/ext
bors d0a12347de auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis
Major changes are:
- replace ~[ty_param] with Generics structure, which includes
  both OptVec<TyParam> and OptVec<Lifetime>;
- the use of syntax::opt_vec to avoid allocation for empty lists;

cc #4846

r? @graydon
2013-02-27 17:36:41 -08:00
..
pipes auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
tt libsyntax: De-mut the parser. rs=demuting 2013-02-22 16:09:16 -08:00
auto_encode.rs auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
base.rs typo-fixing and name-changes 2013-02-26 15:48:00 -08:00
build.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
concat_idents.rs libsyntax: De-export libsyntax. rs=deexporting 2013-01-29 14:42:23 -08:00
deriving.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
env.rs libsyntax: De-export libsyntax. rs=deexporting 2013-01-29 14:42:23 -08:00
expand.rs typo-fixing and name-changes 2013-02-26 15:48:00 -08:00
fmt.rs auto merge of #5059 : Kimundi/rust/incoming, r=catamorphism 2013-02-21 16:42:35 -08:00
log_syntax.rs libsyntax: De-export libsyntax. rs=deexporting 2013-01-29 14:42:23 -08:00
quote.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
source_util.rs Macros now leave scope 2013-02-26 10:36:55 -08:00
trace_macros.rs Get rid of structural records in libsyntax and the last bit in librustc. 2013-02-21 00:19:15 -08:00