| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-07 | Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieu | bors | -1/+0 |
| 2021-01-07 | Fix safety comment | LingMan | -2/+3 |
| 2021-01-06 | Optimize away some path lookups in the generic `fs::copy` implementation. | Dan Gohman | -4/+6 |
| 2021-01-06 | Style nit: replace `for_each` & `return` with `for` & `continue` | Daniel Henry-Mantilla | -4/+4 |
| 2021-01-05 | Use heading for `std::prelude` and not `io::prelude` | Camelid | -2/+2 |
| 2021-01-05 | Use lowercase for prelude items | Camelid | -12/+12 |
| 2021-01-06 | use Once instead of Mutex to manage capture resolution | Ashley Mannix | -10/+39 |
| 2021-01-04 | BufWriter::into_raw_parts: Add tracking issue number | Ian Jackson | -6/+6 |
| 2021-01-03 | Auto merge of #80590 - camelid:bool-never-docs, r=nagisa | bors | -6/+7 |
| 2021-01-01 | always demands -> requires | Camelid | -1/+1 |
| 2021-01-01 | Update `bool` and `!` docs | Camelid | -6/+7 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -8/+0 |
| 2020-12-30 | Add error docs | Camelid | -1/+8 |
| 2020-12-30 | Add description independent of `Read::read_to_string` | Camelid | -5/+6 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -3/+2 |