rust/src/libsyntax/ext/deriving
Alex Crichton 28a6b16130 rollup merge of #23741: alexcrichton/remove-int-uint
Conflicts:
	src/librustc/middle/ty.rs
	src/librustc_trans/trans/adt.rs
	src/librustc_typeck/check/mod.rs
	src/libserialize/json.rs
	src/test/run-pass/spawn-fn.rs
2015-03-27 10:10:05 -07:00
..
cmp Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
generic rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
bounds.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
clone.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
decodable.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
default.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
encodable.rs don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
hash.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
mod.rs rustc: Remove some long deprecated features: 2015-03-18 19:46:25 -07:00
primitive.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
rand.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
show.rs Switch derive(Debug) to use the debug builders 2015-03-09 23:24:34 -07:00