rust/src/libserialize
Steven Fackler 55cae0a094 Implement RFC#28: Add PartialOrd::partial_cmp
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`.

RFC: 0028-partial-cmp
2014-06-29 21:42:09 -07:00
..
base64.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
collection_impls.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
ebml.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
hex.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
json.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
lib.rs Mark all crates except std as experimental 2014-06-17 22:13:36 -07:00
serialize.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00