rust/src/libserialize
Felix S. Klock II 4a31aaddb3 Added box_syntax feature gate; added to std and rustc crates for bootstrap.
To avoid using the feauture, change uses of `box <expr>` to
`Box::new(<expr>)` alternative, as noted by the feature gate message.

(Note that box patterns have no analogous trivial replacement, at
least not in general; you need to revise the code to do a partial
match, deref, and then the rest of the match.)

[breaking-change]
2015-01-08 00:41:43 +01:00
..
base64.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
collection_impls.rs Fix fallout in libs. For the most part I just tagged impls as #[old_impl_check]. 2015-01-06 17:17:48 -05:00
hex.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
json.rs More test fixes 2015-01-06 21:26:48 -08:00
lib.rs Added box_syntax feature gate; added to std and rustc crates for bootstrap. 2015-01-08 00:41:43 +01:00
serialize.rs Test fixes and rebase conflicts 2015-01-06 16:10:37 -08:00