| Age | Commit message (Expand) | Author | Lines |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -13/+4 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -13/+4 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -1/+1 |
| 2021-04-05 | Auto merge of #83858 - joshtriplett:unsafe-cell-always-inline, r=Mark-Simulacrum | bors | -5/+5 |
| 2021-04-05 | Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r... | bors | -1/+2 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -13/+59 |
| 2021-04-04 | Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum | bors | -147/+20 |
| 2021-04-05 | Rollup merge of #83815 - RalfJung:addr_of, r=kennytm | Dylan DPC | -1/+34 |
| 2021-04-05 | Rollup merge of #83019 - eddyb:spirv-no-block-swap, r=nagisa | Dylan DPC | -12/+25 |
| 2021-04-04 | core: disable `ptr::swap_nonoverlapping_one`'s block optimization on SPIR-V. | Eduard-Mihai Burtescu | -6/+17 |
| 2021-04-04 | core: rearrange `ptr::swap_nonoverlapping_one`'s cases (no functional changes). | Eduard-Mihai Burtescu | -11/+13 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -147/+20 |
| 2021-04-04 | Use `#[inline(always)]` on trivial UnsafeCell methods | Josh Triplett | -5/+5 |
| 2021-04-04 | Optimize PartialOrd le | AngelicosPhosphoros | -1/+2 |
| 2021-04-04 | fix typo | Ralf Jung | -1/+1 |
| 2021-04-04 | Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472 | Dylan DPC | -0/+23 |
| 2021-04-04 | rely on intra-doc links | Ralf Jung | -2/+0 |
| 2021-04-03 | explain that even addr_of cannot deref a NULL ptr | Ralf Jung | -0/+8 |
| 2021-04-03 | addr_of_mut: add example for creating a pointer to uninit data | Ralf Jung | -1/+28 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -3/+6 |
| 2021-03-30 | Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnay | Dylan DPC | -55/+47 |
| 2021-03-30 | Rollup merge of #83571 - a1phyr:feature_const_slice_first_last, r=dtolnay | Dylan DPC | -8/+16 |
| 2021-03-30 | Rollup merge of #83568 - RalfJung:uninit_array, r=dtolnay | Dylan DPC | -3/+3 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+121 |
| 2021-03-28 | Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa | bors | -0/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -9/+49 |
| 2021-03-27 | Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebank | Dylan DPC | -2/+2 |
| 2021-03-27 | Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkov | Dylan DPC | -0/+2 |
| 2021-03-27 | clarify 'remains attached', and remove recommendation to use integer arithmetic | Ralf Jung | -30/+12 |
| 2021-03-27 | add definition of 'allocated object', and link it from relevant method docs | Ralf Jung | -37/+47 |
| 2021-03-27 | Add the tracking issue for `#![feature(iter_zip)]` | Josh Stone | -3/+3 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -0/+2 |
| 2021-03-27 | Constantify some slice methods | Benoît du Garreau | -8/+16 |
| 2021-03-27 | update comment at MaybeUninit::uninit_array | Ralf Jung | -3/+3 |
| 2021-03-27 | Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se | bors | -36/+26 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -202/+266 |
| 2021-03-26 | update array missing `IntoIterator` msg | lcnr | -2/+2 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -7/+11 |
| 2021-03-26 | Add function core::iter::zip | Josh Stone | -2/+38 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -11/+49 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -6/+4 |
| 2021-03-25 | Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm | bors | -5/+2 |
| 2021-03-25 | Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-03-25 | Rollup merge of #83421 - faern:add-into-err, r=joshtriplett | Yuki Okushi | -0/+58 |
| 2021-03-25 | Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay | Yuki Okushi | -100/+7 |
| 2021-03-25 | Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-se | Yuki Okushi | -3/+1 |
| 2021-03-24 | Bump debug_non_exhaustive stabilization to 1.53. | Mara Bos | -1/+1 |
| 2021-03-24 | Bump int_bits_const stable version to 1.53. | Mara Bos | -2/+2 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -5/+2 |