]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelix
authorbors <bors@rust-lang.org>
Thu, 29 May 2014 17:01:37 +0000 (10:01 -0700)
committerbors <bors@rust-lang.org>
Thu, 29 May 2014 17:01:37 +0000 (10:01 -0700)
This is a transitionary step towards completing #12517. This change modifies the
compiler to accept Partial{Ord,Eq} as deriving modes which will currently expand
to implementations of PartialOrd and PartialEq (synonyms for Eq/Ord).

After a snapshot, all of deriving(Eq, Ord) will be removed, and after a snapshot
of that, TotalEq/TotalOrd will be renamed to Eq/Ord.

1  2 
src/libcore/cmp.rs

Simple merge