| Age | Commit message (Expand) | Author | Lines |
| 2021-07-09 | Fix linker error | Aris Merchant | -11/+30 |
| 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 | -35/+19 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -7/+35 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+4 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -7/+35 |
| 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 | -88/+1968 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -10/+276 |
| 2021-07-03 | Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3 | Yuki Okushi | -1/+0 |
| 2021-07-02 | Fix double import in wasm thread | Thomas Versteeg | -1/+0 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -53/+61 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -3/+3 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 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 | -3/+3 |
| 2021-06-22 | Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitor | Yuki Okushi | -0/+145 |
| 2021-06-22 | Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu | Yuki Okushi | -2/+2 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -21/+9 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+157 |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -3/+3 |
| 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/+41 |
| 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: Fix a spurious space | Ian Jackson | -1/+1 |
| 2021-06-18 | ErrorKind: Reformat the mapping table (windows) | Ian Jackson | -22/+24 |
| 2021-06-18 | ErrorKind: Reformat the mapping table (unix) | Ian Jackson | -17/+19 |
| 2021-06-17 | Document how Windows compares environment variables | Chris Denton | -3/+22 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -49/+57 |
| 2021-06-15 | Fix copy-paste error in sys/hermit error message. | Mara Bos | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -51/+51 |
| 2021-06-15 | Rollup merge of #85792 - mjptree:refactor-windows-sockets, r=JohnTitor | Yuki Okushi | -133/+173 |
| 2021-06-10 | Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-se | Yuki Okushi | -58/+17 |
| 2021-06-01 | Support Android ndk versions `r23-beta3` and up | Tilmann Meyer | -1/+0 |
| 2021-06-01 | Multiple improvements to RwLocks | BenoƮt du Garreau | -58/+17 |
| 2021-05-28 | Refactor windows sockets impl methods | Michael | -133/+173 |
| 2021-05-26 | Rename opensbd to openbsd | Albert Ford | -3/+3 |
| 2021-05-23 | Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay | bors | -4/+30 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -166/+168 |
| 2021-05-21 | Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr | Aaron Rennow | -0/+4 |
| 2021-05-21 | Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc | bors | -3/+37 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -2/+2 |
| 2021-05-20 | Not implement `os::unix::fs::chroot` for `vxworks` | Christiaan Dirkx | -1/+1 |