]> git.lizzy.rs Git - rust.git/commit
auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw
authorbors <bors@rust-lang.org>
Mon, 30 Jun 2014 05:36:25 +0000 (05:36 +0000)
committerbors <bors@rust-lang.org>
Mon, 30 Jun 2014 05:36:25 +0000 (05:36 +0000)
commite1683f50c00297e9908ae028fa1d41b9a52a6f6f
treee1f34ea8fa1e5c887ed724e41a029cab323ad455
parente25eb6b223d86047dc807a167f3dd4bf492bbf41
parent55cae0a094bbdcd0e9d5e697ce4f38cbd783bbc7
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
src/liballoc/rc.rs