about summary refs log tree commit diff
path: root/library/std/src/env
AgeCommit message (Collapse)AuthorLines
2025-01-26Move std::env unit tests to integration testsbjorn3-120/+0
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+1
2023-12-10remove redundant importssurechen-2/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-0/+20
Display actual vars instead of two dots. The same was done for Args and ArgsOs in 275f9a04af6191e3aee3852a5a1713.
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+102
Also doing fmt inplace as requested.