| Age | Commit message (Expand) | Author | Lines |
| 2021-04-11 | Stabilize option_insert. | Mara Bos | -3/+1 |
| 2021-04-11 | Stabilize is_subnormal. | Mara Bos | -4/+2 |
| 2021-04-11 | Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr. | Mara Bos | -4/+2 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -36/+0 |
| 2021-04-11 | Auto merge of #84063 - LingMan:patch-1, r=nagisa | bors | -0/+3 |
| 2021-04-10 | Add note about reverting a workaround in the future | LingMan | -0/+3 |
| 2021-04-10 | fix Miri errors in libcore doctests | Ralf Jung | -15/+22 |
| 2021-04-08 | add TrustedRandomAccess specialization to vec::extend | The8472 | -0/+4 |
| 2021-04-08 | Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu | Dylan DPC | -14/+35 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2021-04-08 | Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514 | Dylan DPC | -104/+113 |
| 2021-04-08 | implement TrustedRandomAccess for Take iterator adapter | The8472 | -1/+22 |
| 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 | -12/+4 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Update library/core/src/iter/traits/iterator.rs | lukaslueg | -1/+1 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -12/+4 |
| 2021-04-07 | Style only: merge with other pub use statement | Count Count | -4/+1 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -1/+1 |
| 2021-04-06 | add lint deref_nullptr | Aliénore Bouttefeux | -0/+2 |
| 2021-04-06 | Merge branch 'master' into stab_peek_mut | lukaslueg | -316/+387 |
| 2021-04-06 | Update library/core/src/iter/adapters/peekable.rs | lukaslueg | -1/+1 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -1/+2 |
| 2021-04-05 | Added tracking issue number | TrolledWoods | -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 | -137/+18 |
| 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 | -137/+18 |
| 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-31 | Remove T: Debug bound on UnsafeCell Debug impl | Jacob Hughes | -1/+1 |
| 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 | Remove P: Unpin bound on impl Future for Pin | Jon Gjengset | -2/+41 |
| 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 |