| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -431/+0 | |
| 2020-06-08 | typo: awailable -> available | Josh Stone | -1/+1 | |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -2/+2 | |
| Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed} | ||||
| 2020-03-23 | Request "-Z unstable-options" for unstable options | Jubilee | -1/+1 | |
| Explicitly requests the "-Z unstable-options" flag if someone attempts to use a cargo option gated by it. This enhances discoverability, particularly in the instance where the user is on the nightly compiler but isn't using the flag. | ||||
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 | |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 | |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 | |
| 2020-01-10 | Clarify test timeout evironment variables | Mikail Bagishov | -0/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -32/+14 | |
| 2019-11-15 | Add --force-run-in-process unstable libtest option | Tyler Mandry | -0/+4 | |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -1/+1 | |
| 2019-10-17 | Improve code style | Igor Aleksanov | -1/+5 | |
| 2019-10-17 | Split options parsing into several functions | Igor Aleksanov | -123/+179 | |
| 2019-10-17 | Split libtest into several smaller modules | Igor Aleksanov | -0/+384 | |
