about summary refs log tree commit diff
path: root/src/test/run-pass/cycle-collection.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-27/+0
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-1/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-3/+5
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-2/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-2/+2
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2011-09-26rt: Turn on cycle collection at task death; add a test casePatrick Walton-0/+14