about summary refs log tree commit diff
path: root/library/std/src/sys/windows/ext
AgeCommit message (Collapse)AuthorLines
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-1144/+0
2021-04-25Inline most raw socket, fd and handle conversionsKaiJewson-0/+18
2021-02-17Expose force_quotes on Windows.Yonggang Luo-0/+21
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>
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-15/+15
2021-01-13Fix typo saeled -> sealedDavid Tolnay-1/+1
2021-01-13ExitStatusExt windows: Retrospectively seal this traitIan Jackson-1/+15
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2020-11-14Disambiguate symlink argument namesDavid Tolnay-6/+6
2020-09-11Update `std::os` module documentation.Christiaan Dirkx-1/+3
Adds missing descriptions for the modules std::os::linux::fs and std::os::windows::io. Also adds punctuation for consistency with other descriptions.
2020-08-16Switch to intra-doc links in /sys/windows/ext/{ffi,fs,process}.rsPrabakaran Kumaresshan-34/+8
2020-07-27mv std libs to library/mark-0/+1115