about summary refs log tree commit diff
path: root/src/libserialize/collection_impls.rs
AgeCommit message (Expand)AuthorLines
2014-07-23Convert some push_back users to pushBrian Anderson-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-8/+8
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-6/+6
2014-03-27serialize: use ResultSean McArthur-110/+132
2014-03-23use TotalEq for HashMapDaniel Micay-4/+4
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-2/+2
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-17/+27
2014-02-24Move extra::json to libserializeAlex Crichton-0/+281