| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Master is 1.55 now :( | Scott McMurray | -3/+3 |
| 2021-06-14 | Mention nested unzip in its documentation | Sebastian Widua | -0/+8 |
| 2021-06-14 | Stabilize {std, core}::prelude::rust_*. | Mara Bos | -8/+8 |
| 2021-06-14 | Auto merge of #86273 - JohnTitor:stabilize-maybe-uninit-ref, r=RalfJung | bors | -12/+2 |
| 2021-06-14 | Use `try_from_secs_*` in `Duration::from_secs_*` functions. | mbartlett21 | -30/+6 |
| 2021-06-14 | Add functions `Duration::try_from_secs_{f32, f64}` | mbartlett21 | -0/+128 |
| 2021-06-14 | Improve maybe_uninit_extra docs | est31 | -13/+67 |
| 2021-06-14 | Auto merge of #85758 - petertodd:2021-revert-manuallydrop-clone-from, r=m-ou-se | bors | -14/+1 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -22/+9 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -12/+2 |
| 2021-06-12 | Merge branch 'master' of https://github.com/rust-lang/rust | Sebastian Widua | -232/+858 |
| 2021-06-12 | updates based on feedback | Taylor Yu | -40/+83 |
| 2021-06-12 | Auto merge of #82703 - iago-lito:nonzero_add_mul_pow, r=m-ou-se | bors | -1/+572 |
| 2021-06-12 | Stop relying on #[feature(try_trait)] in doctests. | Iago-lito | -45/+45 |
| 2021-06-11 | add modify-in-place methods to option overview | Taylor Yu | -0/+29 |
| 2021-06-11 | more transformation methods in option overview | Taylor Yu | -0/+6 |
| 2021-06-11 | updates based on reviews | Taylor Yu | -21/+23 |
| 2021-06-11 | Stabilize `str::from_utf8_unchecked` as `const` | Jacob Pratt | -1/+1 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -0/+1 |
| 2021-06-10 | fix typo in option doc | Taylor Yu | -1/+1 |
| 2021-06-10 | method overviews for option and result | Taylor Yu | -0/+240 |
| 2021-06-10 | fix wording in option doc | Taylor Yu | -2/+2 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -0/+1 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -15/+10 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -15/+10 |
| 2021-06-10 | Updates `Clone` docs for `Copy` comparison. | qwerty01 | -1/+1 |
| 2021-06-10 | Rollup merge of #86111 - spookyvision:master, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-09 | Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum | bors | -164/+198 |
| 2021-06-09 | Fix diverging doc regarding signedness. | Iago-lito | -18/+44 |
| 2021-06-09 | Explicit what `check` means on concerned method. | Iago-lito | -9/+20 |
| 2021-06-09 | NonZero saturating_pow. | Iago-lito | -0/+29 |
| 2021-06-09 | NonZero checked_pow. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero unchecked_mul. | Iago-lito | -0/+28 |
| 2021-06-09 | NonZero saturating_mul. | Iago-lito | -0/+30 |
| 2021-06-09 | NonZero checked_mul. | Iago-lito | -0/+58 |
| 2021-06-09 | NonZero unsigned_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero wrapping_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero saturating_abs. | Iago-lito | -0/+34 |
| 2021-06-09 | NonZero overflowing_abs. | Iago-lito | -0/+34 |
| 2021-06-09 | NonZero checked_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero abs. | Iago-lito | -0/+45 |
| 2021-06-09 | NonZero checked_next_power_of_two. | Iago-lito | -0/+36 |
| 2021-06-09 | NonZero unchecked_add. | Iago-lito | -0/+28 |
| 2021-06-09 | NonZero saturating_add. | Iago-lito | -0/+29 |
| 2021-06-09 | NonZero checked_add. | Iago-lito | -0/+51 |
| 2021-06-09 | Auto merge of #85975 - the8472:revert-take-tra, r=scottmcm | bors | -22/+1 |
| 2021-06-09 | Update library/core/src/iter/traits/iterator.rs | Anatol Ulrich | -1/+1 |
| 2021-06-08 | Mention the Borrow guarantee on the Hash implementations for Array and Vec | Scott McMurray | -0/+17 |
| 2021-06-08 | Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2021-06-08 | Rollup merge of #85985 - Lionelf329:master, r=joshtriplett | Yuki Okushi | -9/+15 |