about summary refs log tree commit diff
path: root/src/libserialize/collection_impls.rs
AgeCommit message (Expand)AuthorLines
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-31/+29
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+4
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-81/+47
2014-12-18enumset falloutAlexis Beingessner-62/+4
2014-12-18s/Tree/BTreeAlexis Beingessner-7/+7
2014-11-09Add Encodable and Decodable for VecMapColin Sherratt-1/+35
2014-11-06Fallout from collection conventionsAlexis Beingessner-4/+4
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