summary refs log tree commit diff
path: root/library/test/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+1
2020-10-01Fix some clippy issuesJoshua Nelson-5/+3
Found while working on https://github.com/rust-lang/rust/pull/77351; these are just the ones that could be fixed automatically.
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
away
2020-07-27mv std libs to library/mark-0/+644