about summary refs log tree commit diff
path: root/library/std/tests
AgeCommit message (Expand)AuthorLines
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-2/+3
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+1
2024-11-04Fix and undeprecate home_dir()Kornel-6/+6
2024-10-18Avoid shadowing user provided types or type aliases in `thread_local!`许杰友 Jieyou Xu (Joe)-0/+23
2024-10-10rustc_target: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-0/+1
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-3/+3
2024-09-22Add test for `available_parallelism()`Oli Iliffe-0/+18
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+13
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+21
2024-07-29Reformat `use` declarations.Nicholas Nethercote-16/+15
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+39
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-12Make PathBuf less Ok with adding UTF-16 then `into_string`Jubilee Young-0/+14
2024-05-24Stop using the avx512er and avx512pf x86 target featuresHans Wennborg-2/+0
2024-05-05Rename test for issue 21058Ryan Lowe-8/+8
2024-04-28Run tidy on testsRyan Lowe-27/+45
2024-04-28Move various stdlib tests to library/std/testsRyan Lowe-0/+312
2024-04-15disable create_dir_all_bare on all(miri, windows)Ralf Jung-0/+1
2024-04-07also test parts of stdRalf Jung-1/+4
2024-01-30Update feature names for new stdarchAmanieu d'Antras-6/+10
2024-01-20Add test of thread_local containing multiline const blockDavid Tolnay-0/+22
2024-01-11apply fmtklensy-1/+1
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-2/+2
2023-10-31Fix switch_stdout_to on Windows7roblabla-3/+21
2023-08-20Add data race test to `std::env::{get, set}`ShE3py-0/+20
2023-07-29Rollup merge of #114172 - fortanix:raoul/fix_process-spawning_test, r=working...Matthias Krüger-0/+2
2023-07-28Fix issue_15149 test for the SGX targetRaoul Strackx-0/+2
2023-07-28Fix switch-stdout test for none unix/windows platformsRaoul Strackx-1/+1
2023-07-26Have a better file name than just the issue idMoskalykA-0/+0
2023-06-07Make Unix or Windows mandatory for the `switch-stdout.rs` testMoskalykA-0/+2
2023-06-07Move two tests from `tests/ui/std` to `library/std/tests`MoskalykA-0/+87
2023-05-25std: mark common functions in test crate `pub(crate)`Michael Howell-6/+4
2023-05-25bootstrap: enable Cargo `public-dependency` feature for `libstd`Michael Howell-0/+2
2023-05-08std: remove test for arm's crypto featureKisaragi Marine-1/+0
2023-02-21Exclude SGX from create_dir_all_bare testChris Denton-0/+2
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-12/+97
2023-01-27Rollup merge of #105784 - yanns:update_stdarch, r=AmanieuYuki Okushi-3/+3
2023-01-26fix alphabetical sortYann Simon-3/+3
2023-01-26remove avx512 prefix for gfni, vaes and vpclmulqdqYann Simon-3/+3
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-4/+16
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-1/+1
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-1/+0
2022-10-14Sort target features alphabeticallynils-38/+48
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+0
2022-02-10Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabiliseAdam Gemmell-3/+3
2022-01-28Move unstable is_{arch}_feature_detected! macros to std::archAmanieu d'Antras-0/+6
2021-08-03Update aarch64 runtime feature detection testsAdam Gemmell-2/+36
2021-05-19Remove test for crypto feature ahead of its removalAdam Gemmell-1/+0
2020-12-07Fix SGX CI, take 3Jethro Beekman-5/+3
2020-12-01Fix SGX CIJethro Beekman-1/+4