| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-20 | Add `ExitStatusError` for `vxworks` | Christiaan Dirkx | -3/+29 |
| 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 | -3/+8 |
| 2021-05-19 | Windows `Command` environment variables are case-preserving | Chris Denton | -9/+128 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -2/+2 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -5/+10 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -10/+94 |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -0/+28 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -2/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+1 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -10/+92 |
| 2021-05-10 | windows: provide NonZeroDWORD | Ian Jackson | -0/+2 |
| 2021-05-07 | Revert SGX inline asm syntax | Jethro Beekman | -2/+2 |
| 2021-05-07 | panic/fork test: Do not run on emscripten | Ian Jackson | -0/+1 |
| 2021-05-07 | Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisa | Dylan DPC | -6/+7 |
| 2021-05-07 | Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-se | Dylan DPC | -1/+1 |
| 2021-05-07 | Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se | Dylan DPC | -65/+14 |
| 2021-05-07 | Rearrange SGX split module files | Jethro Beekman | -6/+7 |
| 2021-05-07 | SGX mutex is movable | Jethro Beekman | -1/+1 |
| 2021-05-07 | panic ui test: Provide comprehensive test for panic after fork | Ian Jackson | -0/+3 |
| 2021-05-07 | panic tests: Command: Test that we do not unwind past fork | Ian Jackson | -0/+23 |
| 2021-05-07 | panic/fork: Command: Do not unwind after fork() in child | Ian Jackson | -0/+1 |
| 2021-05-07 | Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogb | Dylan DPC | -10/+65 |
| 2021-05-06 | Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahc | Dylan DPC | -5/+3 |