summary refs log tree commit diff
path: root/src/libserialize/serialize.rs
AgeCommit message (Expand)AuthorLines
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