about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-47/+0
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-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
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-2/+2
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-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-3/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-2/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-4/+7
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-0/+47