about summary refs log tree commit diff
path: root/src/libserialize/serialize.rs
AgeCommit message (Expand)AuthorLines
2014-10-02serialize: remove proxy impls for Gc<T>.Eduard Burtescu-13/+0
2014-09-23use emit_tuple_arg while serializing tuplesDan Burkert-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-10remove outdated commentChuck Ries-2/+0
2014-07-31libserialize: add `error()` to `Decoder`Andrew Poelstra-0/+3
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+30
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-26/+0
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-4/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-24Removed unnecessary macro declarationAdolfo OchagavĂ­a-4/+0
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-14/+2
2014-05-08Restore Decodable impl for ~[T]Kevin Ballard-0/+15
2014-05-08Handle fallout in libserializeKevin Ballard-18/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-30Add serialization support for StrBufHerman J. Radtke III-0/+12
2014-04-19serialize: Remove errant println!'s from decodeRicho Healey-3/+0
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-5/+8
2014-03-27serialize: use ResultSean McArthur-223/+250
2014-03-23auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonwbors-140/+30
2014-03-23serialize: Read/emit tuples with {read,emit}_tupleAlex Crichton-140/+30
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12serialize: make Paths serializableErick Tryzelaar-0/+27
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-121/+0
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+1
2014-02-21libstd: Implement some convenience methods on vectorsPatrick Walton-0/+21
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-0/+760