rust/src/libsyntax/ext/deriving/cmp
Huon Wilson b20eb970e1 libsyntax: extend generic deriving code to handle almost all possible traits.
This adds support for static methods, and arguments of most types, traits with
type parameters, methods with type parameters (and lifetimes for both), as well
as making the code more robust to support deriving on types with lifetimes (i.e.
'self).
2013-05-07 01:33:54 +10:00
..
eq.rs libsyntax: extend generic deriving code to handle almost all possible traits. 2013-05-07 01:33:54 +10:00
ord.rs libsyntax: extend generic deriving code to handle almost all possible traits. 2013-05-07 01:33:54 +10:00
totaleq.rs libsyntax: extend generic deriving code to handle almost all possible traits. 2013-05-07 01:33:54 +10:00
totalord.rs libsyntax: extend generic deriving code to handle almost all possible traits. 2013-05-07 01:33:54 +10:00