| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -2/+9 | |
| 2021-03-24 | libtest: Index tests by a unique TestId | Anders Kaseorg | -4/+13 | |
| This more robustly avoids problems with duplicate TestDesc. See #81852 and #82274. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | ||||
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -9/+5 | |
| There were no use cases for setting them separately. Merging them simplifies some things. | ||||
| 2020-11-10 | Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams. | Mara Bos | -6/+2 | |
| 2020-10-01 | Fix some clippy issues | Joshua Nelson | -1/+1 | |
| Found while working on https://github.com/rust-lang/rust/pull/77351; these are just the ones that could be fixed automatically. | ||||
| 2020-09-21 | Rollup merge of #76959 - est31:write, r=oli-obk | Ralf Jung | -10/+10 | |
| Replace write_fmt with write! Latter is simpler | ||||
| 2020-09-20 | Replace write_fmt with write! | est31 | -10/+10 | |
| Latter is simpler | ||||
| 2020-09-20 | Use as_nanos in bench.rs and base.rs | est31 | -5/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+238 | |
