| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -2/+3 |
| 2025-01-17 | Move `std::pipe::*` into `std::io` | Jiahao XU | -2/+1 |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -6/+6 |
| 2024-10-18 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -0/+23 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -0/+1 |
| 2024-09-29 | Fix std tests for wasm32-wasip2 target | Nicola Krumschmidt | -3/+3 |
| 2024-09-22 | Add test for `available_parallelism()` | Oli Iliffe | -0/+18 |
| 2024-08-27 | rustc_target: Add SME aarch64 features | Kajetan Puchalski | -0/+13 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -0/+21 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -16/+15 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -0/+39 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-12 | Make PathBuf less Ok with adding UTF-16 then `into_string` | Jubilee Young | -0/+14 |
| 2024-05-24 | Stop using the avx512er and avx512pf x86 target features | Hans Wennborg | -2/+0 |
| 2024-05-05 | Rename test for issue 21058 | Ryan Lowe | -8/+8 |
| 2024-04-28 | Run tidy on tests | Ryan Lowe | -27/+45 |
| 2024-04-28 | Move various stdlib tests to library/std/tests | Ryan Lowe | -0/+312 |
| 2024-04-15 | disable create_dir_all_bare on all(miri, windows) | Ralf Jung | -0/+1 |
| 2024-04-07 | also test parts of std | Ralf Jung | -1/+4 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -6/+10 |
| 2024-01-20 | Add test of thread_local containing multiline const block | David Tolnay | -0/+22 |
| 2024-01-11 | apply fmt | klensy | -1/+1 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -2/+2 |
| 2023-10-31 | Fix switch_stdout_to on Windows7 | roblabla | -3/+21 |
| 2023-08-20 | Add data race test to `std::env::{get, set}` | ShE3py | -0/+20 |
| 2023-07-29 | Rollup merge of #114172 - fortanix:raoul/fix_process-spawning_test, r=working... | Matthias Krüger | -0/+2 |
| 2023-07-28 | Fix issue_15149 test for the SGX target | Raoul Strackx | -0/+2 |
| 2023-07-28 | Fix switch-stdout test for none unix/windows platforms | Raoul Strackx | -1/+1 |
| 2023-07-26 | Have a better file name than just the issue id | MoskalykA | -0/+0 |
| 2023-06-07 | Make Unix or Windows mandatory for the `switch-stdout.rs` test | MoskalykA | -0/+2 |
| 2023-06-07 | Move two tests from `tests/ui/std` to `library/std/tests` | MoskalykA | -0/+87 |
| 2023-05-25 | std: mark common functions in test crate `pub(crate)` | Michael Howell | -6/+4 |
| 2023-05-25 | bootstrap: enable Cargo `public-dependency` feature for `libstd` | Michael Howell | -0/+2 |
| 2023-05-08 | std: remove test for arm's crypto feature | Kisaragi Marine | -1/+0 |
| 2023-02-21 | Exclude SGX from create_dir_all_bare test | Chris Denton | -0/+2 |
| 2023-02-21 | Make `create_dir_all_bare` an std integration test | Chris Denton | -12/+97 |
| 2023-01-27 | Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu | Yuki Okushi | -3/+3 |
| 2023-01-26 | fix alphabetical sort | Yann Simon | -3/+3 |
| 2023-01-26 | remove avx512 prefix for gfni, vaes and vpclmulqdq | Yann Simon | -3/+3 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -4/+16 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -1/+1 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -1/+0 |
| 2022-10-14 | Sort target features alphabetically | nils | -38/+48 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+0 |
| 2022-02-10 | Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabilise | Adam Gemmell | -3/+3 |
| 2022-01-28 | Move unstable is_{arch}_feature_detected! macros to std::arch | Amanieu d'Antras | -0/+6 |
| 2021-08-03 | Update aarch64 runtime feature detection tests | Adam Gemmell | -2/+36 |
| 2021-05-19 | Remove test for crypto feature ahead of its removal | Adam Gemmell | -1/+0 |
| 2020-12-07 | Fix SGX CI, take 3 | Jethro Beekman | -5/+3 |
| 2020-12-01 | Fix SGX CI | Jethro Beekman | -1/+4 |