about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2017-07-07Skip the main thread's manual stack guard on LinuxJosh Stone-15/+29
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-1/+66
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-20/+0
2017-06-24Auto merge of #42687 - alexcrichton:windows-tls, r=sfacklerbors-104/+7
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-104/+7
2017-06-23Removed as many "```ignore" as possible.kennytm-6/+16
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-0/+6
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+6
2017-06-20Add `Read::initializer`.Steven Fackler-29/+7
2017-06-17Auto merge of #42613 - stepancheg:lossy, r=alexcrichtonbors-7/+20
2017-06-15Fix condvar.wait(distant future) return immediately on OSXStepan Koltsov-4/+30
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-7/+20
2017-06-08std: Handle ENOSYS when calling `pipe2`Alex Crichton-6/+23
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-06-05[fuchsia] Track change of mx_job_defaultRaph Levien-5/+1
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-3/+3
2017-05-17Improve the error management when /proc is not mountedSylvestre Ledru-1/+6
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-0/+5
2017-04-25Fix a copy-paste error in `Instant::sub_duration`Tobias Bucher-1/+1
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-04-06Auto merge of #41039 - alexcrichton:process-poll, r=nagisabors-13/+9
2017-04-05Rollup merge of #41054 - anatol:master, r=alexcrichtonAriel Ben-Yehuda-1/+1
2017-04-04std: Use `poll` instead of `select`Alex Crichton-13/+9
2017-04-03Replace magic number with readable sig constantAnatol Pomozov-1/+1
2017-04-03Revert "Implement AsRawFd/IntoRawFd for RawFd"Cody P Schafer-15/+0
2017-03-31Rollup merge of #40842 - Mic92:RawFd, r=aturonCorey Farwell-0/+15
2017-03-26Implement AsRawFd/IntoRawFd for RawFdJörg Thalheim-0/+15
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-2/+25
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-2/+2
2017-03-17Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnikCorey Farwell-16/+16
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-17/+17
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+6
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-17/+17
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-16/+16
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+6
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+5
2017-03-02Rollup merge of #40139 - tedsta:fuchsia_std_process_fix, r=alexcrichtonCorey Farwell-27/+31
2017-02-28std::process for fuchsia: updated to latest liblaunchpadTheodore DeRego-27/+31
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-152/+146
2017-02-26Remove unusedYamakaky-1/+0
2017-02-25typoYamakaky-1/+1
2017-02-25Fix tests on ARM Linux (#3)Vadim Petrochenkov-1/+3
2017-02-25Rollup merge of #40024 - raphlinus:readdir, r=alexcrichtonEduard-Mihai Burtescu-14/+15
2017-02-25Rollup merge of #39914 - raphlinus:mx_handle_wait, r=alexcrichtonEduard-Mihai Burtescu-3/+3
2017-02-22Merge branch 'master' of https://github.com/rust-lang/rust into readdirRaph Levien-29/+9
2017-02-22Update name_bytes, scoop up latest libcRaph Levien-3/+3
2017-02-21Switch Fuchsia to readdir (instead of readdir_r)Raph Levien-11/+12
2017-02-17Follow rename of mx_handle_wait Magenta syscallsRaph Levien-3/+3
2017-02-15simplify home_dir by removing unnecessary getpwuid_r wrapperShawn Walker-Salas-18/+9
2017-02-15libstd needs update for pending libc changeShawn Walker-Salas-11/+0