about summary refs log tree commit diff
path: root/src/test/run-pass/unwind-resource.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+2
2015-02-23test: Make two tests less flaky on windowsAlex Crichton-1/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-01-07test: Move some tests to scoped instead of spawnAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+4
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-9/+9
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-4/+4
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-5/+5
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-03rt: Fix a corner-case in unwinding that leads to stack overflowBrian Anderson-1/+2
2013-08-01xfailed the myserious failing testtoddaaro-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
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-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-8/+10
2012-12-14Rename core::comm to core::oldcommBrian Anderson-7/+7
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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-3/+8
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-3/+7
2012-09-05test: "import" -> "use"Patrick Walton-2/+0