| Age | Commit message (Expand) | Author | Lines |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-28 | Rollup merge of #79399 - pickfire:patch-3, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2021-03-27 | Improve fs error open_from unix | Ivan Tham | -9/+9 |
| 2021-03-27 | Use detailed and shorter fs error explaination | Ivan Tham | -3/+3 |
| 2021-03-27 | Improve Debug implementations of Mutex and RwLock. | Mara Bos | -8/+16 |
| 2021-03-27 | Derive Debug for io::Chain instead of manually implementing it. | Mara Bos | -7/+1 |
| 2021-03-27 | Fix Debug implementation for RwLock{Read,Write}Guard. | Mara Bos | -2/+2 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -15/+21 |
| 2021-03-27 | Add #[inline] to io::Error methods. | Mara Bos | -0/+8 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -3/+5 |
| 2021-03-27 | Rollup merge of #83524 - faern:document-socketaddr-mem-layout, r=sfackler | Yuki Okushi | -2/+8 |
| 2021-03-26 | unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDs | Reyk Floeter | -23/+34 |
| 2021-03-26 | Document that the SocketAddr memory representation is not stable | Linus Färnstrand | -2/+8 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -2/+3 |
| 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 | -189/+272 |
| 2021-03-22 | Rephrase -0.0 docs | Jubilee Young | -4/+4 |
| 2021-03-22 | Update signed fmt/-0f32 docs | Jubilee Young | -3/+5 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -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-22 | Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-se | Dylan DPC | -12/+6 |
| 2021-03-21 | Bump stable version of bufreader_seek_relative. | Mara Bos | -1/+1 |
| 2021-03-21 | Fix typos | Mara Bos | -2/+2 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -189/+230 |
| 2021-03-21 | Add test for io::Error::new_const. | Mara Bos | -0/+10 |
| 2021-03-21 | Add internal io::Error::new_const tot avoid allocations. | Mara Bos | -0/+26 |
| 2021-03-21 | Add test for io::Error's size. | Mara Bos | -0/+6 |
| 2021-03-21 | Bump osstring_ascii stabilization version to 1.53.0. | Mara Bos | -6/+6 |
| 2021-03-21 | Rollup merge of #83280 - starthal:fix-typo-keyword-docs, r=dtolnay | Dylan DPC | -2/+2 |
| 2021-03-20 | Fix broken doc link reference | Stephen Albert-Moore | -2/+2 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |