summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-generic-struct-enum.rs
AgeCommit message (Expand)AuthorLines
2015-05-04Remove several FIXMEsJohannes Oertel-3/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-6/+6
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-11-20removed struct_variant feature from testsSimon Wollwage-2/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-1/+1
2014-06-25work around 15189 in test casesJohn Clements-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+11
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-3/+0
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-8/+6
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-0/+52