about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2021-06-18ErrorKind: Windows: Fix botched rebaseIan Jackson-2/+0
2021-06-18ErrorKind: Provide many more ErrorKinds, motivated by Unix errnosIan Jackson-0/+41
2021-06-18Windows error codes: Add two missing onesIan Jackson-0/+2
2021-06-18Windows error codes: Add very very many from mingwIan Jackson-17/+1846
2021-06-18Windows error codes: Move to a separate moduleIan Jackson-49/+56
2021-06-18windows errors: Change type name for ERROR_SHARING_VIOLATIONIan Jackson-1/+1
2021-06-18ErrorKind: Fix a spurious spaceIan Jackson-1/+1
2021-06-18ErrorKind: Reformat the mapping table (windows)Ian Jackson-22/+24
2021-06-18ErrorKind: Reformat the mapping table (unix)Ian Jackson-17/+19
2021-06-17Document how Windows compares environment variablesChris Denton-3/+22
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-49/+57
2021-06-15Fix copy-paste error in sys/hermit error message.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-51/+51
2021-06-15Rollup merge of #85792 - mjptree:refactor-windows-sockets, r=JohnTitorYuki Okushi-133/+173
2021-06-10Rollup merge of #84687 - a1phyr:improve_rwlock, r=m-ou-seYuki Okushi-58/+17
2021-06-01Support Android ndk versions `r23-beta3` and upTilmann Meyer-1/+0
2021-06-01Multiple improvements to RwLocksBenoƮt du Garreau-58/+17
2021-05-28Refactor windows sockets impl methodsMichael-133/+173
2021-05-26Rename opensbd to openbsdAlbert Ford-3/+3
2021-05-23Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnaybors-4/+30
2021-05-23Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnayDylan DPC-166/+168
2021-05-21Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStrAaron Rennow-0/+4
2021-05-21Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahcbors-3/+37
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-2/+2
2021-05-20Not implement `os::unix::fs::chroot` for `vxworks`Christiaan Dirkx-1/+1
2021-05-20Add `ExitStatusError` for `vxworks`Christiaan Dirkx-3/+29
2021-05-19Windows implementation of `fs::try_exists`Chris Denton-1/+30
2021-05-19Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...Chris Denton-3/+8
2021-05-19Windows `Command` environment variables are case-preservingChris Denton-9/+128
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-2/+2
2021-05-19Replace `sys_common::util::report_overflow` with `rterr!`Christiaan Dirkx-5/+10
2021-05-18Auto merge of #82973 - ijackson:exitstatuserror, r=yaahcbors-10/+94
2021-05-15Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-sebors-0/+28
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-2/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+1
2021-05-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-12Provide ExitStatusErrorIan Jackson-10/+92
2021-05-10windows: provide NonZeroDWORDIan Jackson-0/+2
2021-05-07Revert SGX inline asm syntaxJethro Beekman-2/+2
2021-05-07panic/fork test: Do not run on emscriptenIan Jackson-0/+1
2021-05-07Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisaDylan DPC-6/+7
2021-05-07Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-seDylan DPC-1/+1
2021-05-07Rollup merge of #84655 - CDirkx:wasm, r=m-ou-seDylan DPC-65/+14
2021-05-07Rearrange SGX split module filesJethro Beekman-6/+7
2021-05-07SGX mutex is movableJethro Beekman-1/+1
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-0/+3
2021-05-07panic tests: Command: Test that we do not unwind past forkIan Jackson-0/+23
2021-05-07panic/fork: Command: Do not unwind after fork() in childIan Jackson-0/+1
2021-05-07Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogbDylan DPC-10/+65
2021-05-06Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahcDylan DPC-5/+3