about summary refs log tree commit diff
path: root/src/test/run-pass/resource-cycle.rs
AgeCommit message (Collapse)AuthorLines
2014-01-03test: De-`@mut` the test suitePatrick Walton-83/+0
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
Who doesn't like a massive renaming?
2013-09-30rpass: Remove usage of fmt!Alex Crichton-5/+5
2013-09-16switch Drop to `&mut self`Daniel Micay-2/+2
2013-07-23clean up warningsErick Tryzelaar-7/+5
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-5/+5
The entire testsuite is converted to using info! rather than debug! because some depend on the code within the debug! being trans'd.
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-2/+2
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-12/+12
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-8/+6
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-7/+7
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
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-4/+6
Except the pipes tests (that needs a snapshot)
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-37/+41
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29test: Fix broken resource-cycle.rs. r=tinderboxPatrick Walton-1/+1
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-6/+12
2012-10-12Make moves explicit in rpass testsTim Chevalier-4/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-6/+6
Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that.
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-14/+14
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-7/+6
2012-09-01Demode reinterpret_castBrian Anderson-15/+15
2012-08-26Camel case the option typeBrian Anderson-5/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-12/+12
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-12/+12
2012-06-24Remove resourcesTim Chevalier-4/+36
Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485
2012-03-22rt: Run resource destructors during cycle collectionBrian Anderson-0/+30