rust/src/libsyntax/ext/deriving
Patrick Walton 8114d0e950 librustc: Disallow multiple patterns from appearing in a "let" declaration.
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
2013-06-04 21:45:42 -07: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 librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
iter_bytes.rs Remove copy bindings from patterns. 2013-05-30 15:20:36 -04:00
mod.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07: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