rust/src/libsyntax/ext
2012-11-28 11:28:56 -08:00
..
pipes syntax: switch tt quoter to emit ~[tt], not tt. 2012-11-20 16:08:05 -08:00
tt Remove unused file_type enum from the parser 2012-11-18 18:09:41 -08:00
auto_serialize.rs librustc: Require the #[derivable] attribute, remove the significance of "impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson 2012-11-14 11:36:55 -08:00
base.rs libsyntax: Implement deriving via a syntax extension for the IterBytes trait. r=brson 2012-11-21 10:27:34 -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 libsyntax: Implement deriving correctly for type-parameterized structs and enums. r=brson 2012-11-21 10:27:37 -08:00
env.rs Replace several common macros of the form #m[...] with m!(...) 2012-10-12 14:14:48 -07:00
expand.rs libsyntax: Implement a macro die! to replace the fail expression. r=brson 2012-11-28 11:28:56 -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
pipes.rs Remove unused file_type enum from the parser 2012-11-18 18:09:41 -08: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