about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2021-07-09Fix linker errorAris Merchant-11/+30
2021-07-09Debug formatting of raw_arg()Kornel-2/+6
2021-07-09Unescaped command-line arguments for WindowsKornel-19/+73
2021-07-09Test escaping of trialing slashes in Windows command-line argsKornel-0/+5
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-35/+19
2021-07-06Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-seYuki Okushi-7/+35
2021-07-06Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-seYuki Okushi-0/+4
2021-07-05aborts: Clarify documentation and commentsIan Jackson-7/+35
2021-07-04Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-sebors-9/+147
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-88/+1968
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-10/+276
2021-07-03Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3Yuki Okushi-1/+0
2021-07-02Fix double import in wasm threadThomas Versteeg-1/+0
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-53/+61
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-3/+3
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-24Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitorbors-0/+6
2021-06-23Use HTTPS links where possibleSmitty-3/+3
2021-06-22Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitorYuki Okushi-0/+145
2021-06-22Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=AmanieuYuki Okushi-2/+2
2021-06-21Use `Unsupported` on platforms where `available_concurrency` is not implemented.Christiaan Dirkx-21/+9
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+157
2021-06-20Move `OsStringExt` and `OsStrExt` to `std::os`Christiaan Dirkx-3/+3
2021-06-19Windows: Fix `Command::env_clear` so it worksChris Denton-0/+6
2021-06-18ErrorKind: Windows: Fix tidyIan Jackson-2/+1
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