| Age | Commit message (Expand) | Author | Lines |
| 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-07 | Update `compiler_builtins` to 0.1.39 | Yuki Okushi | -2/+2 |
| 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 |
| 2020-12-22 | update a seemingly outdated comment | Ralf Jung | -3/+2 |
| 2020-12-22 | Update library/std/src/sys/windows/thread_parker.rs | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Fix compare_and_swap in Windows thread_parker | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Fix documentation typo | Linus Färnstrand | -1/+1 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -30/+58 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -1/+0 |
| 2020-12-21 | slightly more typed interface to panic implementation | Ralf Jung | -2/+2 |
| 2020-12-21 | bump stabilization to 1.51.0 | Ashley Mannix | -1/+1 |
| 2020-12-21 | Auto merge of #80253 - Dylan-DPC:rollup-bkmn74z, r=Dylan-DPC | bors | -1/+3 |
| 2020-12-21 | Rollup merge of #80159 - jyn514:array, r=m-ou-se | Dylan DPC | -1/+3 |
| 2020-12-21 | Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnay | bors | -1/+5 |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -2/+9 |
| 2020-12-20 | Check that c_int is i32 in FileDesc::new. | Mara Bos | -1/+1 |
| 2020-12-19 | Add a `std::io::read_to_string` function | Camelid | -0/+27 |
| 2020-12-19 | Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se | bors | -70/+0 |
| 2020-12-19 | Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk | bors | -22/+27 |
| 2020-12-19 | Rollup merge of #80068 - jyn514:mut-reference, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -5/+7 |
| 2020-12-18 | Use heading style for 'The I/O Prelude' in `std::io::prelude` | Camelid | -1/+1 |
| 2020-12-18 | Use consistent punctuation for 'Prelude contents' docs | Camelid | -14/+14 |
| 2020-12-18 | Recommend panic::resume_unwind instead of panicking. | Corey Farwell | -7/+12 |
| 2020-12-18 | Add array search aliases | Joshua Nelson | -1/+3 |
| 2020-12-18 | Add the "promise" aliases to the `async` lang feature | Yoshua Wuyts | -0/+1 |