COMMITS
/ library/std/tests/env.rs February 16, 2026
A
std: tests: env: Add split_paths_uefi
Ayush Singh committed
August 10, 2025
E
Remove unnecessary parentheses in `assert!`s
Esteban Küber committed
January 23, 2025
B
Move env modifying tests to a separate integration test
bjorn3 committed
January 17, 2025
B
Move std::env unit tests to integration tests
bjorn3 committed
November 2, 2024
K
Fix and undeprecate home_dir()
Kornel committed
July 28, 2024
N
Reformat `use` declarations.
Nicholas Nethercote committed
August 20, 2023
S
Add data race test to `std::env::{get, set}`
ShE3py committed
February 19, 2023
C
Make `create_dir_all_bare` an std integration test
Chris Denton committed
November 21, 2022
T
Update rand in the stdlib tests, and remove the getrandom feature from it
Thom Chiovoloni committed
December 7, 2020
J
Fix SGX CI, take 3
Jethro Beekman committed
December 1, 2020
J
Fix SGX CI
Jethro Beekman committed
November 22, 2020
C
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx committed
June 12, 2020
M
mv std libs to library/
mark committed