about summary refs log tree commit diff
path: root/library/std/src/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-0/+3
2021-09-16Replace a couple of asserts with rtassert! in rt codebjorn3-1/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+21
2021-08-02Rollup merge of #86509 - CDirkx:os_str, r=m-ou-seYuki Okushi-2/+1
2021-07-17Remove args cleanup code.Dan Gohman-1/+0
2021-07-05aborts: Clarify documentation and commentsIan Jackson-7/+35
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-17/+39
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-2/+1
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-1/+1
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-18ErrorKind: Provide many more ErrorKinds, motivated by Unix errnosIan Jackson-0/+20
2021-06-18ErrorKind: Fix a spurious spaceIan Jackson-1/+1
2021-06-18ErrorKind: Reformat the mapping table (unix)Ian Jackson-17/+19
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+1
2021-06-01Support Android ndk versions `r23-beta3` and upTilmann Meyer-1/+0
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-1/+0
2021-05-02Use ErrorKind::OutOfMemory in unix, windows, and wasiKornel-0/+1
2021-04-30Auto merge of #84522 - CDirkx:cmath, r=yaahcbors-0/+1
2021-04-28Reuse `unix::cmath`Christiaan Dirkx-0/+1
2021-04-22Document that `init` and `cleanup` are not guaranteed to runChristiaan Dirkx-0/+2
2021-04-22Apply suggestions from reviewChristiaan Dirkx-2/+2
2021-04-22Move most init to `sys::init`Christiaan Dirkx-25/+19
2021-04-22Move all cleanup to `sys::cleanup`Christiaan Dirkx-1/+4
2021-04-22Rework `at_exit` to `cleanup`Christiaan Dirkx-8/+7
2021-04-19Move `sys::vxworks` code to `sys::unix`Christiaan Dirkx-0/+1
2021-04-18Rename `NotSupported` to `Unsupported`Christiaan Dirkx-1/+1
2021-04-18Update `decode_error_kind` to decode os errors to `NotSupported`Christiaan Dirkx-0/+1
2021-03-02Move `std::sys::unix::platform` to `std::sys::unix::ext`Christiaan Dirkx-32/+0
2020-11-17Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrumbors-0/+52
2020-11-15Make the libstd build script smallerbjorn3-0/+52
2020-11-13move copy specialization into sys::unix moduleThe8472-0/+2
2020-10-20Check that pthread mutex initialization succeededTomasz Miąsko-0/+4
2020-10-01Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnaybors-0/+1
2020-09-28fix building libstd for Miri on macOSRalf Jung-49/+50
2020-09-27Reopen standard streams when they are closed on UnixTomasz Miąsko-0/+62
2020-09-27Move linux-specific futex code into `sys` module.Mara Bos-0/+1
2020-07-27mv std libs to library/mark-0/+168