about summary refs log tree commit diff
path: root/src/test/run-pass/expr-if-struct.rs
AgeCommit message (Expand)AuthorLines
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