rust/src/libsyntax
Huon Wilson bff3748731 libsyntax: short-circuit on non-matching variants in deriving code.
Allow a deriving instance using the generic code to short-circuit for
any non-matching enum variants (grouping them all into a _ match),
reducing the number of arms required. Use this to speed up the Eq &
TotalEq implementations.
2013-04-12 17:12:02 +10:00
..
2013-04-10 09:15:08 -07:00
2013-04-10 09:15:04 -07:00
2013-04-10 09:15:04 -07:00
2013-04-10 09:15:08 -07:00
2013-04-10 09:15:04 -07:00
2013-04-10 13:12:53 -07:00
2013-04-10 09:15:04 -07:00