rust/src/libnum
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
..
bigint.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
complex.rs Change to_str().to_string() to just to_str() 2014-06-06 09:56:59 +02:00
integer.rs Moved integer trait and functions to submodule 2014-06-09 16:36:40 +02:00
lib.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
rational.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00