]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 7 Aug 2013 07:56:18 +0000 (00:56 -0700)
committerbors <bors@rust-lang.org>
Wed, 7 Aug 2013 07:56:18 +0000 (00:56 -0700)
Some general clean-up relating to deriving:
- `TotalOrd` was too eager, and evaluated the `.cmp` call for every field, even if it could short-circuit earlier.
- the pointer types didn't have impls for `TotalOrd` or `TotalEq`.
- the Makefiles didn't reach deep enough into libsyntax for dependencies.

(Split out from https://github.com/mozilla/rust/pull/8258.)


Trivial merge