| Age | Commit message (Expand) | Author | Lines |
| 2021-08-08 | Fix Windows Command::env("PATH") | Chris Denton | -5/+24 |
| 2021-08-02 | Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-se | Yuki Okushi | -14/+5 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-09 | Debug formatting of raw_arg() | Kornel | -2/+6 |
| 2021-07-09 | Unescaped command-line arguments for Windows | Kornel | -19/+73 |
| 2021-07-09 | Test escaping of trialing slashes in Windows command-line args | Kornel | -0/+5 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -14/+5 |
| 2021-07-04 | Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-se | bors | -9/+147 |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -71/+1929 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -5/+4 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -2/+2 |
| 2021-06-24 | Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitor | bors | -0/+6 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+34 |
| 2021-06-19 | Windows: Fix `Command::env_clear` so it works | Chris Denton | -0/+6 |
| 2021-06-18 | ErrorKind: Windows: Fix tidy | Ian Jackson | -2/+1 |
| 2021-06-18 | ErrorKind: Windows: Fix botched rebase | Ian Jackson | -2/+0 |
| 2021-06-18 | ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos | Ian Jackson | -0/+21 |
| 2021-06-18 | Windows error codes: Add two missing ones | Ian Jackson | -0/+2 |
| 2021-06-18 | Windows error codes: Add very very many from mingw | Ian Jackson | -17/+1846 |
| 2021-06-18 | Windows error codes: Move to a separate module | Ian Jackson | -49/+56 |
| 2021-06-18 | windows errors: Change type name for ERROR_SHARING_VIOLATION | Ian Jackson | -1/+1 |
| 2021-06-18 | ErrorKind: Reformat the mapping table (windows) | Ian Jackson | -22/+24 |
| 2021-06-17 | Document how Windows compares environment variables | Chris Denton | -3/+22 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -2/+2 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -5/+4 |
| 2021-06-15 | Rollup merge of #85792 - mjptree:refactor-windows-sockets, r=JohnTitor | Yuki Okushi | -133/+173 |
| 2021-06-01 | Multiple improvements to RwLocks | BenoƮt du Garreau | -0/+2 |
| 2021-05-28 | Refactor windows sockets impl methods | Michael | -133/+173 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -166/+168 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -0/+30 |
| 2021-05-19 | Windows implementation of `fs::try_exists` | Chris Denton | -1/+30 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -0/+1 |
| 2021-05-19 | Windows `Command` environment variables are case-preserving | Chris Denton | -9/+128 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -1/+1 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -2/+5 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -2/+23 |
| 2021-05-10 | windows: provide NonZeroDWORD | Ian Jackson | -0/+2 |
| 2021-05-06 | Use the proper import library names | Chris Denton | -168/+167 |
| 2021-05-06 | Add `#[link]` attributes to dll imports | Chris Denton | -0/+3 |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -1145/+0 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+3 |
| 2021-04-28 | Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead | Christiaan Dirkx | -24/+4 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+18 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+18 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -17/+23 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -0/+2 |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -5/+8 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -3/+3 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -12/+2 |