summary refs log tree commit diff
path: root/src/test/run-pass/expr-copy.rs
AgeCommit message (Expand)AuthorLines
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-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-5/+6
2013-02-22Remove legacy_modes from test casesBrian Anderson-4/+3
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/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-19xfail-fast another legacy_mode testBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2011-09-12Properly implement copy expressionsMarijn Haverbeke-1/+12
2011-08-20ReformatBrian Anderson-5/+1
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+5