summary refs log tree commit diff
path: root/library/test/src/lib.rs
AgeCommit message (Expand)AuthorLines
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