about summary refs log tree commit diff
path: root/library/test
AgeCommit message (Expand)AuthorLines
2025-01-25Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-SimulacrumJacob Pratt-10/+0
2025-01-24fix(libtest): Deprecate '--logfile'Ed Page-2/+6
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-10/+0
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-79/+80
2024-11-19Update thread spawn hooks.Mara Bos-2/+2
2024-11-19Use add_spawn_hook for libtest's output capturing.Mara Bos-0/+11
2024-10-08Change a few `&Option<T>` into `Option<&T>`Yuri Astrakhan-9/+10
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-4/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-11/+11
2024-08-13Reduce merged doctest source code sizeGuillaume Gomez-0/+34
2024-07-29Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomezMatthias Krüger-0/+1
2024-07-29Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro`Miguel Ojeda-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-124/+107
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-07-18Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandryMatthias Krüger-2/+13
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-1/+0
2024-07-15Update name of Windows abort constant to match platform documentationCharles Celerier-2/+2
2024-07-15Add match arm for Fuchsia status code upon an abort in a testCharles Celerier-0/+11
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+3
2024-06-11Rename std::panic::PanicInfo to PanicHookInfo.Mara Bos-3/+3
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-2/+0
2024-05-30Apply x clippy --fix and x fmtr0cky-2/+2
2024-05-26use proper name instead of magic numberLzu Tao-8/+6
2024-05-06emit fractional benchmark nanoseconds in libtest's JSON output formatThe 8472-2/+2
2024-05-06print walltime benchmarks with subnanosecond precisionThe 8472-10/+13
2024-05-03Rollup merge of #124681 - risc0:erik/fix-test, r=joboetMichael Goulet-1/+3
2024-05-03zkvm: fix run_testsErik Kaneda-1/+3
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-4/+2
2024-04-15libtest: also measure time in MiriRalf Jung-4/+2
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-0/+2
2024-04-06Drop panic hook after running testsTal Gelbard-1/+4
2024-03-12Remove unused fields in some structuresArthur Carcano-8/+1
2024-03-11libtest: Print timing information on WASIAlex Crichton-3/+4
2024-03-07Rust is a proper name: rust → RustRalf Jung-2/+2
2024-03-04libtest: Print the names of failed tests eagerlyjyn-7/+28
2024-02-22Use generic `NonZero` everywhere else.Markus Reiter-2/+3
2024-01-30Actually abort in panic-abort-testsTyler Mandry-41/+32
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-2/+3
2024-01-12Auto merge of #118548 - Enselic:bench-padding, r=thomcc,ChrisDentonbors-14/+8
2023-12-31Remove libtest's dylibBen Kimock-3/+0
2023-12-10remove redundant importssurechen-19/+0
2023-12-07libtest: Fix padding of benchmarks run as testsMartin Nordholts-14/+8
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-3/+2
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-5/+4
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-09Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomccMatthias Krüger-7/+5
2023-08-03Add `internal_features` lintNilstrieb-0/+1