rust/src/libcollections
Alex Crichton bba701c59d std: Drop Total from Total{Eq,Ord}
This completes the last stage of the renaming of the comparison hierarchy of
traits. This change renames TotalEq to Eq and TotalOrd to Ord.

In the future the new Eq/Ord will be filled out with their appropriate methods,
but for now this change is purely a renaming change.

[breaking-change]
2014-06-01 10:31:27 -07:00
..
bitv.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
btree.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
deque.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
dlist.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
enum_set.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
hashmap.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
lib.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
lru_cache.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
priority_queue.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
ringbuf.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
smallintmap.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
treemap.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
trie.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00