about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-06-29redox: symlink and readlinkIan Douglas Scott-4/+12
2017-06-29Auto merge of #42848 - ids1024:redox-fix, r=sfacklerbors-3/+2
2017-06-24Auto merge of #42687 - alexcrichton:windows-tls, r=sfacklerbors-104/+26
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-104/+26
2017-06-23Rollup merge of #42783 - ids1024:redox-env, r=sfacklerMark Simulacrum-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-29/+53
2017-06-22Fix Redox build, broken in ecbb896b9eb2acadefde57be493e4298c1aa04a3Ian Douglas Scott-3/+2
2017-06-22Auto merge of #42798 - stepancheg:args-debug, r=sfacklerbors-0/+43
2017-06-21Better Debug for Args and ArgsOsStepan Koltsov-0/+43
2017-06-20Add `Read::initializer`.Steven Fackler-81/+7
2017-06-20Redox: Use create() instead of open() when setting env variableIan Douglas Scott-1/+1
2017-06-17Auto merge of #42613 - stepancheg:lossy, r=alexcrichtonbors-21/+59
2017-06-15Fix condvar.wait(distant future) return immediately on OSXStepan Koltsov-4/+30
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-21/+59
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/+36
2017-06-06Auto merge of #42436 - ollie27:win_spawn_name, r=alexcrichtonbors-8/+10
2017-06-05[fuchsia] Track change of mx_job_defaultRaph Levien-5/+1
2017-06-04Always quote program name in Command::spawn on WindowsOliver Middleton-8/+10
2017-06-02Switch to repr(C) for syscall structsJeremy Soller-3/+3
2017-05-21Implement requires_synchronized_create() for RedoxIan Douglas Scott-0/+5
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-6/+7
2017-05-19Rollup merge of #42056 - sylvestre:master, r=alexcrichtonMark Simulacrum-1/+6
2017-05-19Rollup merge of #41870 - excaliburHisSheath:iss29367-windows-docs, r=frewsxcvMark Simulacrum-57/+286
2017-05-19Fix doc test failure for OpenOptionsExtDavid LeGare-1/+1
2017-05-18Normalize docs in windows::ffi and windows::fsDavid LeGare-57/+64
2017-05-17Improve the error management when /proc is not mountedSylvestre Ledru-1/+6
2017-05-11Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichtonbors-3/+38
2017-05-11Add testJethro Beekman-0/+14
2017-05-09Fix tidy errorsDavid LeGare-3/+6
2017-05-07Fix documentation tests in windows::fsDavid LeGare-3/+1
2017-05-06Update documentation in windows::fsDavid LeGare-10/+127
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-3/+4
2017-05-05Merge remote-tracking branch 'rust-lang/master' into iss29367-windows-docsDavid LeGare-118/+147
2017-05-05Update documentation in windows::ffiDavid LeGare-21/+91
2017-05-05Update documention in windows::ffiDavid LeGare-9/+43
2017-05-05std: Avoid locks during TLS destruction on WindowsAlex Crichton-100/+71
2017-05-03Windows io::Error: also format NTSTATUS error codesJethro Beekman-3/+24
2017-04-25Fix a copy-paste error in `Instant::sub_duration`Tobias Bucher-1/+1
2017-04-18Rollup merge of #41353 - redox-os:master, r=alexcrichtonCorey Farwell-9/+18
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-9/+18
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-04-06Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomezCorey Farwell-1/+2
2017-04-06Fix Markdown issues in the docsOliver Middleton-1/+2
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