rust/src/libsyntax/ext
John Clements 1ecc1e51c0 quote_* macros no longer need to be capturing
This is actually almost a problem, because those were my poster-child
macros for "here's how to implement a capturing macro." Following this
change, there will be no macros that use capturing; this will probably
make life unpleasant for the first person that wants to implement a
capturing macro. I should probably create a dummy_capturing macro,
just to show how it works.
2013-09-06 13:35:14 -07:00
..
deriving Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
tt WIP: adding mark-cancelling for macro_rules 2013-09-06 13:35:13 -07:00
asm.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
auto_encode.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
base.rs quote_* macros no longer need to be capturing 2013-09-06 13:35:14 -07:00
build.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
bytes.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
cfg.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
concat_idents.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
env.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
expand.rs quote_* macros no longer need to be capturing 2013-09-06 13:35:14 -07:00
fmt.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
ifmt.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
log_syntax.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
quote.rs quote_* macros no longer need to be capturing 2013-09-06 13:35:14 -07: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