rust/src/libsyntax/ext
Alex Crichton fc06f7922d Build a few extra features into format! parsing
* Allow named parameters to specify width/precision
* Intepret the format string '0$' as "width is the 0th argument" instead of
  thinking the lone '0' was the sign-aware-zero-padding flag. To get both you'd
  need to put '00$' which makes more sense if you want both to happen.

Closes #9669
2013-10-15 22:27:10 -07:00
..
deriving option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
tt syntax: allow macros to expand to items with attributes. 2013-10-10 09:57:37 +11:00
asm.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
auto_encode.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
base.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
build.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
bytes.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
cfg.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
concat_idents.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
env.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
expand.rs Require module documentation with missing_doc 2013-10-15 22:27:10 -07:00
fmt.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
format.rs Build a few extra features into format! parsing 2013-10-15 22:27:10 -07:00
log_syntax.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
quote.rs add new enum ast::StrStyle as field to ast::lit_str 2013-10-08 03:43:28 +02:00
source_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
trace_macros.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00