rust/src/libcollections
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
..
hash auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton 2014-06-30 03:46:25 +00:00
bitv.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
btree.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
deque.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
dlist.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
enum_set.rs Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
lib.rs Register new snapshots 2014-06-22 21:16:11 -07:00
macros.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
priority_queue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ringbuf.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
slice.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
smallintmap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
str.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
string.rs std: Bring back half of Add on String 2014-06-24 17:17:09 -07:00
treemap.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
trie.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
unicode.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
vec.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00