rust/src/libsyntax/ext/deriving/cmp
Felix S. Klock II 5cee57869c Removed dead structures after changes to PartialOrd/Ord derivings.
Remove the `NonMatchesExplode` variant now that no deriving impl uses it.
Removed `EnumNonMatching` entirely.
Remove now irrelevant `on_matching` field and `HandleNonMatchingEnums` type.
Removed unused `EnumNonMatchFunc` type def.

Drive-by: revise `EnumNonMatchCollapsedFunc` doc.

Made all calls to `expand_enum_method_body` go directly to
`build_enum_match_tuple`.

Alpha-rename `enum_nonmatch_g` back to `enum_nonmatch_f` to reduce overall diff noise.
Inline sole call of `some_ordering_const`.
Inline sole call of `ordering_const`.

Removed a bunch of code that became dead after the above changes.
2014-07-11 17:32:23 +02:00
..
eq.rs Removed dead structures after changes to PartialOrd/Ord derivings. 2014-07-11 17:32:23 +02:00
ord.rs Removed dead structures after changes to PartialOrd/Ord derivings. 2014-07-11 17:32:23 +02:00
totaleq.rs Removed dead structures after changes to PartialOrd/Ord derivings. 2014-07-11 17:32:23 +02:00
totalord.rs Removed dead structures after changes to PartialOrd/Ord derivings. 2014-07-11 17:32:23 +02:00