| Age | Commit message (Expand) | Author | Lines |
| 2021-01-21 | Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnik | Yuki Okushi | -15/+15 |
| 2021-01-21 | Document why cannot use concat! in dbg! | Lzu Tao | -0/+4 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -27/+32 |
| 2021-01-20 | Document security implications of std::env::temp_dir | Josh Triplett | -6/+9 |
| 2021-01-20 | Dont prefix 0x when `dbg!(ipv6)` | Lzu Tao | -2/+5 |
| 2021-01-20 | Use slice::split_first instead of manuall slicing | Lzu Tao | -2/+2 |
| 2021-01-19 | Auto merge of #79578 - alexcrichton:update-waasi, r=KodrAus | bors | -22/+78 |
| 2021-01-19 | Make 'static bound on panic_any explicit. | Mara Bos | -1/+1 |
| 2021-01-19 | Stabilize std::panic::panic_any. | Mara Bos | -1/+1 |
| 2021-01-19 | Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-se | bors | -0/+99 |
| 2021-01-17 | Auto merge of #80537 - ehuss:macos-posix-spawn-chdir, r=dtolnay | bors | -4/+14 |
| 2021-01-17 | Don't use posix_spawn_file_actions_addchdir_np on macOS. | Eric Huss | -4/+14 |
| 2021-01-17 | Add benchmark and fast path for BufReader::read_exact | Ben Kimock | -17/+47 |
| 2021-01-16 | Rollup merge of #80681 - ChrisJefferson:logic-error-doc, r=m-ou-se | Mara Bos | -1/+6 |
| 2021-01-16 | Clarify what the effects of a 'logic error' are | Chris Jefferson | -1/+6 |
| 2021-01-15 | Update library/std/src/thread/mod.rs
| James Wright | -0/+1 |
| 2021-01-15 | Clarify difference between unix/windows behaviour | James Wright | -0/+8 |
| 2021-01-14 | std: Update wasi-libc commit of the wasm32-wasi target | Alex Crichton | -22/+78 |
| 2021-01-14 | Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se | Mara Bos | -4/+6 |
| 2021-01-14 | Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-se | Mara Bos | -12/+10 |
| 2021-01-14 | Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-se | Mara Bos | -0/+48 |
| 2021-01-14 | Rollup merge of #80169 - frewsxcv:frewsxcv-docs-fix, r=jyn514 | Mara Bos | -7/+12 |
| 2021-01-14 | Rollup merge of #79982 - ijackson:exit-status, r=dtolnay | Mara Bos | -3/+131 |
| 2021-01-13 | Fix typos in Fuchsia unix_process_wait_more | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt: Fix build on Fuchsia | Ian Jackson | -0/+44 |
| 2021-01-13 | Fix typo saeled -> sealed | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt windows: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | ExitStatusExt unix: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | unix ExitStatus: Add tracking issue to new methods | Ian Jackson | -4/+4 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | unix ExitStatus: Provide .continued() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .stopped_signal() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .core_dumped | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Provide .into_raw() | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Clarify docs for .signal() | Ian Jackson | -0/+2 |
| 2021-01-13 | unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALED | Ian Jackson | -1/+1 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -2/+2 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -7/+7 |
| 2021-01-13 | deprecate atomic::spin_loop_hint in favour of hint::spin_loop | Ashley Mannix | -4/+6 |
| 2021-01-13 | Rollup merge of #80736 - KodrAus:feat/lazy-resolve, r=dtolnay | Dylan DPC | -10/+39 |
| 2021-01-11 | Add docs on performance | Camelid | -0/+13 |
| 2021-01-11 | clarify docs a bit | Steven Fackler | -4/+3 |
| 2021-01-11 | make check a bit more clear | Steven Fackler | -2/+3 |
| 2021-01-11 | clean up control flow | Steven Fackler | -11/+2 |
| 2021-01-11 | Fix handling of malicious Readers in read_to_end | Steven Fackler | -1/+8 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -2/+3 |
| 2021-01-10 | Rollup merge of #80774 - LingMan:patch-1, r=nagisa | Yuki Okushi | -2/+3 |
| 2021-01-10 | Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy... | bors | -4/+4 |
| 2021-01-09 | Auto merge of #80755 - sunfishcode:path-cleanup/copy, r=nagisa | bors | -4/+6 |