rust/src/libsyntax/ext/deriving
Björn Steinbrink b75cee8425 Avoid unnecessary closures when deriving RustcDecodable
Currently, we build a closure that does nothing but pass its argument
through to another function, this is rather wasteful and creates lots of
unnecessary closures.
2015-01-15 16:59:51 +01:00
..
cmp rollup merge of #20482: kmcallister/macro-reform 2015-01-05 19:01:17 -08:00
generic Store deprecated status of i/u-suffixed literals. 2015-01-08 11:02:23 -05:00
bounds.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
clone.rs use slicing sugar 2015-01-07 17:35:56 -05:00
decodable.rs Avoid unnecessary closures when deriving RustcDecodable 2015-01-15 16:59:51 +01:00
default.rs syntax: remove remaining boxed closures 2015-01-05 17:22:12 -05:00
encodable.rs use slicing sugar 2015-01-07 17:35:56 -05:00
hash.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
mod.rs rollup merge of #20657: alexcrichton/stabilize-macros 2015-01-07 17:36:16 -08:00
primitive.rs syntax: remove remaining boxed closures 2015-01-05 17:22:12 -05:00
rand.rs Test fixes. 2015-01-08 11:02:24 -05:00
show.rs use slicing sugar 2015-01-07 17:35:56 -05:00