rust/src/libsyntax/ext/deriving
Huon Wilson 43e52e4bf1 syntax: move functions from deriving/mod to deriving/generic.
These are now only called in generic and can be private. This
includes manually inlining/merging some that are called once.
2013-06-07 17:30:38 +10:00
..
cmp syntax: Change syntax extensions to expand to std::foo instead of core::foo 2013-05-22 21:57:08 -07:00
clone.rs syntax: Change syntax extensions to expand to std::foo instead of core::foo 2013-05-22 21:57:08 -07:00
decodable.rs Rewrite deriving(Decodable, Encodable) 2013-05-30 23:48:35 -05:00
encodable.rs Rewrite deriving(Decodable, Encodable) 2013-05-30 23:48:35 -05:00
generic.rs syntax: move functions from deriving/mod to deriving/generic. 2013-06-07 17:30:38 +10:00
iter_bytes.rs Remove copy bindings from patterns. 2013-05-30 15:20:36 -04:00
mod.rs syntax: move functions from deriving/mod to deriving/generic. 2013-06-07 17:30:38 +10:00
rand.rs Remove copy bindings from patterns. 2013-05-30 15:20:36 -04:00
to_str.rs syntax: Change syntax extensions to expand to std::foo instead of core::foo 2013-05-22 21:57:08 -07:00
ty.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00