rust/src/libnum
Huon Wilson f6db0ef946 std: remove the equals method from TotalEq.
`TotalEq` is now just an assertion about the `Eq` impl of a
type (i.e. `==` is a total equality if a type implements `TotalEq`) so
the extra method is just confusing.

Also, a new method magically appeared as a hack to allow deriving to
assert that the contents of a struct/enum are also TotalEq, because the
deriving infrastructure makes it very hard to do anything but create a
trait method. (You didn't hear about this horrible work-around from me
:(.)
2014-03-23 23:48:10 +11:00
..
bigint.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
complex.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
lib.rs Add #[deny(deprecated_owned_vector)] to several modules. 2014-03-22 01:08:57 +11:00
rational.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00