summary refs log tree commit diff
path: root/src/test/run-pass/issue-2633.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in testsNiko Matsakis-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+6
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-2/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick 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-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-1/+1
2012-12-01Fix tests for field parsing changesBrian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+6
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-06-17Issue #2633: remove last_use entries that are subject to a loanNiko Matsakis-3/+1
2012-06-15Add test for #2633. Xfailed.Tim Chevalier-0/+18