about summary refs log tree commit diff
path: root/library/std/src/sys/windows/process
AgeCommit message (Collapse)AuthorLines
2021-02-17Expose force_quotes on Windows.Yonggang Luo-7/+19
Quotes the arg and not quotes the arg have different effect on Windows when the program called are msys2/cygwin program. Refer to https://github.com/msys2/MSYS2-packages/issues/2176 Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+31
Also doing fmt inplace as requested.