| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-04 | Add new `test::print_merged_doctests_times` used by rustdoc to display more ↵ | Guillaume Gomez | -0/+11 | |
| detailed time information and add new `OutputFormatter::write_merged_doctests_times` method to handle it | ||||
| 2025-01-20 | test: add `#![warn(unreachable_pub)]` | Urgau | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+7 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-06 | emit fractional benchmark nanoseconds in libtest's JSON output format | The 8472 | -2/+2 | |
| 2023-05-01 | Ensure test library issues json string line-by-line | Raoul Strackx | -70/+62 | |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -16/+0 | |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -1/+51 | |
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -9/+9 | |
| - Remove unnecessary references and dereferences - Use `.contains` instead of `a <= x && x <= b` - Use `mem::take` instead of `mem::replace` where possible | ||||
| 2022-12-19 | Fix `uninlined_format_args` in libtest | nils | -4/+3 | |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -16/+10 | |
| 2022-03-29 | Refactor after review | Antonio Yang | -19/+11 | |
| Co-authored-by: Mara Bos <m-ou.se@m-ou.se> | ||||
| 2022-03-11 | Show ignore message in console and json output | Antonio Yang | -0/+21 | |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -12/+1 | |
| 2021-09-29 | Implement #85440 | Samuel E. Moelius III | -3/+8 | |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -4/+11 | |
| 2020-10-23 | Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAus | Yuki Okushi | -4/+10 | |
| Fixing escaping to ensure generation of welformed json. doc tests' json name have a filename in them. When json test output is asked for on windows currently produces invalid json. Tracking issue for json test output: #49359 | ||||
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -2/+2 | |
| Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs. | ||||
| 2020-10-13 | Fixing escaping to ensure generation of welformed json. | Giles Cope | -4/+10 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+246 | |
