about summary refs log tree commit diff
path: root/src/test/run-pass/expr-if-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-40/+0
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-5/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-2/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+8
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-06-25Remove variable name 'res' from test suiteMarijn Haverbeke-4/+4
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-14/+9
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-2/+2
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-2/+2
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-2/+2
2011-03-28Handle structural types as the result of if expressionsBrian Anderson-0/+24