| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -3/+2 |
| 2020-12-30 | Rollup merge of #80260 - RalfJung:less-untyped-panics, r=m-ou-se | Yuki Okushi | -5/+5 |
| 2020-12-29 | Fix small typo in time comment | BlackHoleFox | -1/+1 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+3 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -2/+3 |
| 2020-12-27 | Stablize slice::strip_prefix and strip_suffix, with SlicePattern | Ian Jackson | -1/+0 |
| 2020-12-26 | Use the hashbrown::{HashMap,HashSet} `clone_from` impls. | David Adler | -2/+35 |
| 2020-12-25 | fix another comment, and make __rust_start_panic code a bit more semantically... | Ralf Jung | -2/+3 |
| 2020-12-25 | Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-se | Dylan DPC | -1/+0 |
| 2020-12-22 | Fix new ambiguity in the standard library | Joshua Nelson | -2/+3 |