summary refs log tree commit diff
path: root/src/libcollections/enum_set.rs
AgeCommit message (Expand)AuthorLines
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-2/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-1/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-16/+16
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24Move extra::json to libserializeAlex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+1
2014-02-20move enum_set to libcollections. #8784HeroesGrave-0/+294