about summary refs log tree commit diff
path: root/src/test/run-pass/alt-implicit-copy-unique.rs
AgeCommit message (Expand)AuthorLines
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-20/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-3/+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
2013-01-24librustc: Disallow `&mut` loans from overlapping with any other loansPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: Fix alt-implicit-copy-unique. rs=mePatrick Walton-1/+1
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-12-05test: More run-pass test fixesPatrick Walton-1/+3
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-1/+1
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-1/+1
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2011-09-23Add missing case for pat_uniq to syntax::visitBrian Anderson-1/+0
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+7