rust/src/libsyntax/ext
Kevin Cantu 1bede1f5e0 Replace several common macros of the form #m[...] with m!(...)
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
2012-10-12 14:14:48 -07:00
..
pipes Make to_str pure and fix const parameters for str-mutating functions 2012-10-11 14:17:59 -07:00
tt demode vec 2012-09-28 13:27:45 -07:00
auto_serialize.rs Remove the old serializers (needs snapshot) 2012-10-07 17:20:19 -07:00
base.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
build.rs Demode extfmt 2012-09-28 13:47:45 -07:00
concat_idents.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
env.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
expand.rs Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" 2012-10-08 17:43:45 -07:00
fmt.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
ident_to_str.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00
log_syntax.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00
pipes.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00
qquote.rs core: Demode option 2012-09-23 17:15:00 -07:00
simplext.rs demode vec 2012-09-28 13:27:45 -07:00
source_util.rs De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi 2012-09-21 19:13:55 -07:00
trace_macros.rs libsyntax: "import" -> "use" 2012-09-04 11:43:23 -07:00