about summary refs log tree commit diff
path: root/library/test/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-2/+9
2021-09-29Implement #85440Samuel E. Moelius III-2/+9
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-07-18Fix compilation errors.Charles Lew-1/+2
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+1
2021-05-14Expose `Concurrent` (private type in public i'face)Alan Egerton-1/+1
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+1
2021-03-24libtest: Index tests by a unique TestIdAnders Kaseorg-23/+34
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-3/+3
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-19Rollup merge of #82274 - andersk:test-unwrap, r=Mark-SimulacrumDylan DPC-6/+7
2021-02-18libtest: Fix unwrap panic on duplicate TestDesc.Anders Kaseorg-6/+7
2021-02-18Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-SimulacrumDylan DPC-1/+12
2021-02-17[libtest] Run the test synchronously when hitting thread limithyd-dev-1/+12
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-2/+2
2021-01-25libtest: Store pending timeouts in a dequeAnders Kaseorg-18/+27
2021-01-24libtest: Wait for test threads to exit after they report completionAnders Kaseorg-14/+45
2021-01-24libtest: allow multiple filtersEric Huss-2/+2
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-0/+1
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-2/+2
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-1/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-11-22Stabilise `then`varkor-1/+0
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-10/+5
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-6/+2
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+1
2020-10-01Fix some clippy issuesJoshua Nelson-5/+3
2020-09-21Dogfood total_cmp in the test crateest31-0/+1
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-1/+4
2020-07-27mv std libs to library/mark-0/+644