| Age | Commit message (Expand) | Author | Lines |
| 2021-04-02 | Document "standard" conventions for error messages | Aleksey Kladov | -8/+15 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -3/+6 |
| 2021-04-01 | Fix stack overflow detection on FreeBSD 11.1+ | Alan Somers | -7/+16 |
| 2021-04-01 | Fix minor typo in once.rs | Predrag Gruevski | -1/+1 |
| 2021-03-31 | Apply suggestions from code review | Frank Steffahn | -2/+2 |
| 2021-03-31 | Add a few missing links, fix a typo | Frank Steffahn | -8/+8 |
| 2021-03-31 | Fix documentation of conversion from String to OsString | Frank Steffahn | -1/+1 |
| 2021-03-31 | Rollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPC | Dylan DPC | -9/+12 |
| 2021-03-31 | Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514 | Dylan DPC | -1/+5 |
| 2021-03-31 | Rollup merge of #80720 - steffahn:prettify_prelude_imports, r=camelid,jyn514 | Dylan DPC | -32/+32 |
| 2021-03-30 | Auto merge of #83652 - xu-cheng:ipv4-octal, r=sfackler | bors | -1/+23 |
| 2021-03-30 | update for loop desugaring docs | Ibraheem Ahmed | -9/+12 |
| 2021-03-30 | Fix Self keyword doc URL conflict on case insensitive file systems | Guillaume Gomez | -1/+5 |
| 2021-03-30 | Auto merge of #83170 - joshtriplett:spawn-cleanup, r=kennytm | bors | -33/+27 |
| 2021-03-30 | Disallow octal format in Ipv4 string | Cheng XU | -1/+23 |
| 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-29 | Change back prelude headline | Frank Steffahn | -1/+1 |
| 2021-03-29 | ffi::c_str smaller as_bytes | klensy | -2/+4 |
| 2021-03-28 | ffi::c_str added tests for empty strings | klensy | -0/+16 |
| 2021-03-27 | Rollup merge of #83555 - m-ou-se:inline-io-error-new-const, r=jackh726 | Dylan DPC | -0/+8 |
| 2021-03-27 | Rollup merge of #83522 - pickfire:patch-6, r=JohnTitor | Dylan DPC | -9/+9 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-28 | Rollup merge of #83561 - m-ou-se:lock-debug, r=jackh726 | Yuki Okushi | -8/+16 |
| 2021-03-28 | Rollup merge of #83560 - m-ou-se:io-chain-debug, r=sfackler | Yuki Okushi | -7/+1 |
| 2021-03-28 | Rollup merge of #83559 - m-ou-se:rwlock-guard-debug-fix, r=jackh726 | Yuki Okushi | -2/+2 |
| 2021-03-28 | Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 | Yuki Okushi | -15/+21 |
| 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 |