rust/src/libsyntax/ext
2012-11-29 12:09:10 -08:00
..
pipes Remove uses of #[merge] 2012-11-28 17:09:26 -08:00
tt Make it possible to expand stmt macros. 2012-11-29 12:09:10 -08:00
auto_serialize.rs auto_serialize should use explicit refs (fixes #4044) 2012-11-26 22:31:48 -08:00
base.rs Make it possible to expand stmt macros. 2012-11-29 12:09:10 -08:00
build.rs libsyntax: Implement deriving correctly for type-parameterized structs and enums. r=brson 2012-11-21 10:27:37 -08:00
concat_idents.rs demode the each() method on vec and other iterables. 2012-09-19 17:03:01 -07:00
deriving.rs librustc: Add explicit self to IterBytes. r=nmatsakis 2012-11-28 11:36:04 -08:00
env.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
expand.rs Use biased_match! to avoid over-deep indentation in expand.rs. 2012-11-29 12:09:10 -08:00
fmt.rs Fix #1996 (pending snapshot) 2012-11-02 12:01:38 -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
qquote.rs Change spans to use byte offsets instead of char offsets 2012-11-16 12:06:44 -08:00
quote.rs syntax: switch tt quoter to emit ~[tt], not tt. 2012-11-20 16:08:05 -08:00
simplext.rs Convert most codemap types from records to structs 2012-11-12 16:21:39 -08:00
source_util.rs Remove unused file_type enum from the parser 2012-11-18 18:09:41 -08:00
trace_macros.rs Remove unused file_type enum from the parser 2012-11-18 18:09:41 -08:00