| Age | Commit message (Expand) | Author | Lines |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -47/+48 |
| 2021-04-18 | Update `decode_error_kind` to decode os errors to `NotSupported` | Christiaan Dirkx | -0/+4 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -6/+6 |
| 2021-04-15 | Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm | Dylan DPC | -1/+1 |
| 2021-04-14 | Update documentation | Christiaan Dirkx | -2/+12 |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -2/+53 |
| 2021-04-13 | Fix join_paths error display. | Eric Huss | -1/+1 |
| 2021-04-02 | Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay | Dylan DPC | -7/+16 |
| 2021-04-02 | Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnay | Dylan DPC | -33/+220 |
| 2021-04-02 | Remove `debug_assert` | Christiaan Dirkx | -4/+1 |
| 2021-04-02 | Introduce `get_process_heap` and fix atomic ordering. | Christiaan Dirkx | -13/+22 |
| 2021-04-01 | Fix stack overflow detection on FreeBSD 11.1+ | Alan Somers | -7/+16 |
| 2021-03-30 | Auto merge of #83170 - joshtriplett:spawn-cleanup, r=kennytm | bors | -33/+27 |
| 2021-03-30 | Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplett | Dylan DPC | -23/+34 |
| 2021-03-29 | Simplify Command::spawn (no semantic change) | Josh Triplett | -33/+27 |
| 2021-03-27 | Rollup merge of #83522 - pickfire:patch-6, r=JohnTitor | Dylan DPC | -5/+3 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -2/+2 |
| 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 | Improve fs error open_from unix | Ivan Tham | -5/+3 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-26 | unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDs | Reyk Floeter | -23/+34 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -2/+2 |
| 2021-03-26 | Cache `GetProcessHeap` | Christiaan Dirkx | -16/+54 |
| 2021-03-26 | Apply suggestions from code review | CDirkx | -2/+4 |
| 2021-03-26 | Rework `std::sys::windows::alloc` | Christiaan Dirkx | -32/+173 |
| 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 | comment pos | Count Count | -1/+1 |
| 2021-03-24 | assert!() instead of panic!() for expected invariant | Count Count | -32/+30 |
| 2021-03-24 | rename fn write_valid_utf8() to write_valid_utf8_to_console() | Count Count | -4/+4 |
| 2021-03-24 | correct comment | Count Count | -1/+1 |
| 2021-03-24 | use io::Error::new_const() everywhere | Count Count | -6/+6 |
| 2021-03-24 | fix | Count Count | -1/+1 |
| 2021-03-24 | Reject byte if it cannot start a valid UTF-8 sequence. | Count Count | -1/+2 |
| 2021-03-24 | fix c&p error | Count Count | -1/+1 |
| 2021-03-24 | Export utf8_char_width() publicly in core::std behind the "str_internals" fea... | Count Count | -12/+1 |
| 2021-03-24 | fix fmt | Count Count | -2/+2 |
| 2021-03-24 | fix incomplete UTF-8 writes in Windows console stdio | Count Count | -14/+102 |
| 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 |