rust/src/libserialize
Alex Crichton 91ede1f09a core: Inherit non-allocating slice functionality
This commit adds a new trait, MutableVectorAllocating, which represents
functions on vectors which can allocate.

This is another extension trait to slices which should be removed once a lang
item exists for the ~ allocation.
2014-05-07 08:15:58 -07:00
..
base64.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
collection_impls.rs serialize: use Result 2014-03-27 17:41:55 -07:00
ebml.rs Update the rest of the compiler with ~[T] changes 2014-04-18 10:57:10 -07:00
hex.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
json.rs core: Inherit non-allocating slice functionality 2014-05-07 08:15:58 -07:00
lib.rs Bump version to 0.11-pre 2014-04-03 16:28:46 -07:00
serialize.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00