rust/src/liballoc
bors e1683f50c0 auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw
I ended up altering the semantics of Json's PartialOrd implementation.
It used to be the case that Null < Null, but I can't think of any reason
for an ordering other than the default one so I just switched it over to
using the derived implementation.

This also fixes broken `PartialOrd` implementations for `Vec` and
`TreeMap`.

# Note
This isn't ready to merge yet since libcore tests are broken as you end up with 2 versions of `Option`. The rest should be reviewable though.

RFC: 0028-partial-cmp
2014-06-30 05:36:25 +00:00
..
arc.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
heap.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
lib.rs Register new snapshots 2014-06-25 12:47:56 -07:00
libc_heap.rs alloc: Refactor OOM into a common routine 2014-06-16 18:15:48 -07:00
owned.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
rc.rs auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw 2014-06-30 05:36:25 +00:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00