about summary refs log tree commit diff
path: root/src/test/run-pass/cycle-collection2.rs
AgeCommit message (Expand)AuthorLines
2014-01-03test: De-`@mut` the test suitePatrick Walton-42/+0
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-4/+24
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-4/+4
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-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2011-10-21Record the internal reference count of environment boxes. Closes #981Brian Anderson-0/+10