about summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/cmp/eq.rs
AgeCommit message (Expand)AuthorLines
2013-05-07libsyntax: extend generic deriving code to handle almost all possible traits.Huon Wilson-9/+10
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-13/+13
2013-04-12libsyntax: derive Clone, Eq, TotalEq, Ord, TotalOrd with the new generic deri...Huon Wilson-0/+65