summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-02-05Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-SimulacrumMara Bos-4/+4
2020-12-25Rollup merge of #79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-seDylan DPC-3/+1
2020-12-23Auto merge of #79261 - faern:deprecate-compare-and-swap, r=Amanieubors-18/+89
2020-12-22Auto merge of #79451 - usbalbin:array_zip, r=m-ou-sebors-0/+31
2020-12-22Improve documentation on `success` and `failure` argumentsLinus Färnstrand-18/+24
2020-12-22Add doc aliases to compare_exchange[_weak]Linus Färnstrand-0/+2
2020-12-22Add documentation on migrating away from compare_and_swapLinus Färnstrand-0/+51
2020-12-22Deprecate compare_and_swap on all atomic typesLinus Färnstrand-0/+12
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-3/+1
2020-12-20Use pointer type in AtomicPtr::swap implementationTomasz Miąsko-1/+9
2020-12-19Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-sebors-0/+70
2020-12-18Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-sebors-4/+2
2020-12-17Rollup merge of #80035 - ChayimFriedman2:patch-1, r=nagisaGuillaume Gomez-1/+1
2020-12-17Added reference to tracking issueAlbin Hedman-1/+1
2020-12-17Add `popcount` and `popcnt` as doc aliases for `count_ones` methods.Simon Sapin-0/+6
2020-12-16Update doc commentAlbin Hedman-2/+5
2020-12-16Update zip for better codegen, see discussionAlbin Hedman-2/+2
2020-12-16Auto merge of #79607 - DrMeepster:maybe_uninit_write_slice, r=m-ou-sebors-0/+150
2020-12-15write_slice(_cloned)DrMeepster-0/+150
2020-12-14Optimization for bool's PartialOrd implChayim Refael Friedman-1/+1
2020-12-13Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-seYuki Okushi-0/+45
2020-12-11Auto merge of #79925 - camelid:flatten-docs, r=scottmcmbors-4/+10
2020-12-10Rollup merge of #79871 - Pratyush:patch-1, r=joshtriplettTyler Mandry-1/+1
2020-12-10Improve wording of `flatten()` docsCamelid-4/+10
2020-12-11Auto merge of #79656 - jnqnfe:ordering, r=sfacklerbors-0/+114
2020-12-10Add some core::cmp::Ordering helpersLyndon Brown-0/+114
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-11/+25
2020-12-09Fix typo in `wrapping_shl` documentationPratyush Mishra-1/+1
2020-12-09Auto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandrybors-13/+10
2020-12-09Rollup merge of #79795 - matklad:unicode-private, r=cramertjTyler Mandry-13/+10
2020-12-09Auto merge of #77611 - oli-obk:atomic_miri_leakage, r=nagisabors-1/+30
2020-12-08Make write and slice_as_[mut_]_ptr constAlbin Hedman-3/+6
2020-12-08Make assume_init_{ref,mut} constAlbin Hedman-4/+7
2020-12-07Auto merge of #79773 - lcnr:type-visitor, r=oli-obkbors-0/+14
2020-12-07small `TypeVisitor` refactorBastian Kauschke-0/+14
2020-12-07Privatize some of libcore unicode_internalsAleksey Kladov-13/+10
2020-12-07Auto merge of #79641 - sourcefrog:split-example, r=dtolnaybors-0/+7
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-35/+35
2020-12-04Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514Dylan DPC-15/+18
2020-12-03Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obkbors-0/+6
2020-12-02Undo fn -> const fn for all intrinsics but assert_inhabitedAlbin Hedman-2/+0
2020-12-02Add a doctest example of str::split on a slice of charsMartin Pool-0/+7
2020-12-02Resolved some of the commentsAlbin Hedman-11/+11
2020-12-02Even more constAlbin Hedman-4/+9
2020-12-02Make some of MaybeUninit's methods constAlbin Hedman-2/+7
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-15/+18
2020-12-01review commentsVishnunarayan K I-1/+1
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+6
2020-11-30Fix several broken links in doc that used the wrong qualifier or Self::Alexis Bourget-15/+15
2020-11-30Back to #method for links on charAlexis Bourget-13/+13