| Age | Commit message (Expand) | Author | Lines |
| 2021-03-28 | Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-26 | Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytm | Dylan DPC | -2/+2 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -7/+4 |
| 2021-03-25 | ExitStatusExt: Fix missing word in two docs messages | Ian Jackson | -2/+2 |
| 2021-03-25 | ExitStatus: print "exit status: {}" rather than "exit code: {}" | Ian Jackson | -3/+3 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -161/+193 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -1/+1 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -6/+3 |
| 2021-03-22 | Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se | Dylan DPC | -38/+40 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -161/+193 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-17 | Display error details when a `mmap` call fails | Yuki Okushi | -4/+6 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -12/+13 |
| 2021-03-14 | Rollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelix | Yuki Okushi | -4/+2 |
| 2021-03-11 | Auto merge of #82417 - the8472:fix-copy_file_range-append, r=m-ou-se | bors | -8/+28 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -7/+19 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -4/+57 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -7/+19 |
| 2021-03-09 | Always compile the fragile wait status test cases, just run them conditionally | Ian Jackson | -6/+7 |
| 2021-03-07 | Revert "use RWlock when accessing os::env #81850" | Eric Huss | -13/+12 |
| 2021-03-05 | std: Fix a bug on the wasm32-wasi target opening files | Alex Crichton | -4/+2 |
| 2021-03-04 | ExitStatus tests: Make less legible to satisfy "tidy" | Ian Jackson | -2/+4 |
| 2021-03-04 | ExitStatus unknown wait status test: Make it Linux only | Ian Jackson | -1/+1 |
| 2021-03-04 | ExitStatus stop signal display test: Make it Linux only | Ian Jackson | -2/+7 |
| 2021-03-03 | Auto merge of #82718 - JohnTitor:rollup-vpfx3j2, r=JohnTitor | bors | -45/+48 |
| 2021-03-03 | Rollup merge of #82589 - LinkTed:master, r=joshtriplett | Yuki Okushi | -45/+48 |
| 2021-03-03 | Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett | bors | -8/+34 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -1/+2 |
| 2021-03-02 | Move `std::sys::unix::platform` to `std::sys::unix::ext` | Christiaan Dirkx | -38/+40 |
| 2021-03-01 | Add missing stability attributes in libstd | Guillaume Gomez | -1/+2 |
| 2021-02-28 | unix: Non-mutable bufs in send_vectored_with_ancillary_to | LinkTed | -45/+48 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -4/+4 |
| 2021-02-27 | Rollup merge of #82473 - de-vri-es:android-x86-accept4, r=m-ou-se | Dylan DPC | -7/+1 |
| 2021-02-27 | Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichton | Dylan DPC | -0/+5 |
| 2021-02-27 | Rollup merge of #82420 - sunfishcode:wasi-docs, r=alexcrichton | Dylan DPC | -26/+83 |
| 2021-02-25 | Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytm | Aaron Hill | -2/+4 |
| 2021-02-24 | Reuse `std::sys::unsupported::pipe` on `hermit` | Christiaan Dirkx | -38/+1 |
| 2021-02-24 | x.py fmt | Dan Gohman | -3/+3 |
| 2021-02-24 | Use `super::` to refer to WASI-specific names. | Dan Gohman | -7/+7 |
| 2021-02-24 | Cast `libc::STDIN_FILENO` to `RawFd`. | Dan Gohman | -6/+6 |
| 2021-02-24 | Use libc::accept4 on Android instead of raw syscall. | Maarten de Vries | -7/+1 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+4 |
| 2021-02-23 | Update outdated comment in unix Command. | Eric Huss | -17/+7 |
| 2021-02-23 | Enable API documentation for `std::os::wasi`. | Dan Gohman | -19/+76 |
| 2021-02-23 | Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton | Dylan DPC | -6/+2 |
| 2021-02-23 | ExitStatus: Improve documentation re wait status vs exit status | Ian Jackson | -2/+12 |
| 2021-02-23 | process::unix: Test wait status formatting | Ian Jackson | -0/+26 |
| 2021-02-22 | Add a `size()` function to WASI's `MetadataExt`. | Dan Gohman | -0/+5 |