| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum | Mara Bos | -4/+4 |
| 2020-12-25 | Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-se | Dylan DPC | -3/+1 |
| 2020-12-23 | Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieu | bors | -18/+89 |
| 2020-12-22 | Auto merge of #79451 - usbalbin:array_zip, r=m-ou-se | bors | -0/+31 |
| 2020-12-22 | Improve documentation on `success` and `failure` arguments | Linus Färnstrand | -18/+24 |
| 2020-12-22 | Add doc aliases to compare_exchange[_weak] | Linus Färnstrand | -0/+2 |
| 2020-12-22 | Add documentation on migrating away from compare_and_swap | Linus Färnstrand | -0/+51 |
| 2020-12-22 | Deprecate compare_and_swap on all atomic types | Linus Färnstrand | -0/+12 |
| 2020-12-22 | Stabilize `core::slice::fill` | Yoshua Wuyts | -3/+1 |
| 2020-12-20 | Use pointer type in AtomicPtr::swap implementation | Tomasz Miąsko | -1/+9 |
| 2020-12-19 | Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se | bors | -0/+70 |
| 2020-12-18 | Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-se | bors | -4/+2 |
| 2020-12-17 | Rollup merge of #80035 - ChayimFriedman2:patch-1, r=nagisa | Guillaume Gomez | -1/+1 |
| 2020-12-17 | Added reference to tracking issue | Albin Hedman | -1/+1 |
| 2020-12-17 | Add `popcount` and `popcnt` as doc aliases for `count_ones` methods. | Simon Sapin | -0/+6 |
| 2020-12-16 | Update doc comment | Albin Hedman | -2/+5 |
| 2020-12-16 | Update zip for better codegen, see discussion | Albin Hedman | -2/+2 |
| 2020-12-16 | Auto merge of #79607 - DrMeepster:maybe_uninit_write_slice, r=m-ou-se | bors | -0/+150 |
| 2020-12-15 | write_slice(_cloned) | DrMeepster | -0/+150 |
| 2020-12-14 | Optimization for bool's PartialOrd impl | Chayim Refael Friedman | -1/+1 |
| 2020-12-13 | Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se | Yuki Okushi | -0/+45 |
| 2020-12-11 | Auto merge of #79925 - camelid:flatten-docs, r=scottmcm | bors | -4/+10 |
| 2020-12-10 | Rollup merge of #79871 - Pratyush:patch-1, r=joshtriplett | Tyler Mandry | -1/+1 |
| 2020-12-10 | Improve wording of `flatten()` docs | Camelid | -4/+10 |
| 2020-12-11 | Auto merge of #79656 - jnqnfe:ordering, r=sfackler | bors | -0/+114 |
| 2020-12-10 | Add some core::cmp::Ordering helpers | Lyndon Brown | -0/+114 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -11/+25 |
| 2020-12-09 | Fix typo in `wrapping_shl` documentation | Pratyush Mishra | -1/+1 |
| 2020-12-09 | Auto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandry | bors | -13/+10 |
| 2020-12-09 | Rollup merge of #79795 - matklad:unicode-private, r=cramertj | Tyler Mandry | -13/+10 |
| 2020-12-09 | Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisa | bors | -1/+30 |
| 2020-12-08 | Make write and slice_as_[mut_]_ptr const | Albin Hedman | -3/+6 |
| 2020-12-08 | Make assume_init_{ref,mut} const | Albin Hedman | -4/+7 |
| 2020-12-07 | Auto merge of #79773 - lcnr:type-visitor, r=oli-obk | bors | -0/+14 |
| 2020-12-07 | small `TypeVisitor` refactor | Bastian Kauschke | -0/+14 |
| 2020-12-07 | Privatize some of libcore unicode_internals | Aleksey Kladov | -13/+10 |
| 2020-12-07 | Auto merge of #79641 - sourcefrog:split-example, r=dtolnay | bors | -0/+7 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -35/+35 |
| 2020-12-04 | Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514 | Dylan DPC | -15/+18 |
| 2020-12-03 | Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obk | bors | -0/+6 |
| 2020-12-02 | Undo fn -> const fn for all intrinsics but assert_inhabited | Albin Hedman | -2/+0 |
| 2020-12-02 | Add a doctest example of str::split on a slice of chars | Martin Pool | -0/+7 |
| 2020-12-02 | Resolved some of the comments | Albin Hedman | -11/+11 |
| 2020-12-02 | Even more const | Albin Hedman | -4/+9 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -2/+7 |
| 2020-12-02 | Use more std:: instead of core:: in docs for consistency, add more intra doc ... | Alexis Bourget | -15/+18 |
| 2020-12-01 | review comments | Vishnunarayan K I | -1/+1 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+6 |
| 2020-11-30 | Fix several broken links in doc that used the wrong qualifier or Self:: | Alexis Bourget | -15/+15 |
| 2020-11-30 | Back to #method for links on char | Alexis Bourget | -13/+13 |