rust/src/liballoc
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
..
arc.rs Make Arc::make_unique check weak refs; add make_unique to Rc 2014-05-29 13:26:23 -07:00
heap.rs Register new snapshots 2014-05-30 15:52:23 -07:00
lib.rs doc: Fix a number of broken links 2014-05-31 21:59:50 -07:00
libc_heap.rs std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
owned.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
rc.rs std: Drop Total from Total{Eq,Ord} 2014-06-01 10:31:27 -07:00
util.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00