about summary refs log tree commit diff
path: root/src/test/run-pass/core-run-destroy.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-87/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+4
2018-08-05Fix test/run-passvarkor-1/+1
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-08-02Remove unecessary test code #43219Mario Idival-1/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-19/+17
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-1/+1
2015-04-14More test fixesAlex Crichton-3/+10
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-42/+20
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-4/+4
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-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-3/+3
2014-10-12Continue cfg syntax transitionSteven Fackler-2/+2
2014-10-01Remove iotest macroAaron Turon-4/+0
2014-10-01Remove all use of librustuvAaron Turon-41/+12
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-1/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-6/+6
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+3
2014-03-28native: Use WNOHANG before signalingAlex Crichton-19/+26
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-58/+67
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-10/+11
2014-02-23Roll std::run into std::io::processAlex Crichton-15/+17
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-03rpass: Remove io_error usageAlex Crichton-10/+9