about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-07-14Add safety comments in private core::slice::rotate::ptr_rotate functionAlexis Bourget-2/+54
2021-07-14DOC: Add missing arguments to hypothetical code for step_by()Matthias Geier-6/+7
2021-07-14Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplettbors-5/+583
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-1/+2
2021-07-13Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJungYuki Okushi-15/+43
2021-07-12Use the write function in some more placesest31-6/+6
2021-07-11Fix #85462 by adding a marker flagAlexis Bourget-2/+17
2021-07-11Optimize fmt::PadAdapter::wrapphlopsi-4/+1
2021-07-10Fix tracking issue for `bool_to_option`Jacob Pratt-1/+1
2021-07-09Auto merge of #85828 - scottmcm:raw-eq, r=oli-obkbors-112/+181
2021-07-09Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakisbors-0/+1
2021-07-08PR feedbackScott McMurray-2/+6
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-2/+67
2021-07-08Move the `PartialEq` and `Eq` impls for arrays to a separate fileScott McMurray-112/+112
2021-07-08Auto merge of #86930 - tspiteri:int_log10, r=kennytmbors-3/+198
2021-07-08Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...Guillaume Gomez-1/+0
2021-07-08Auto merge of #86823 - the8472:opt-chunk-tra, r=kennytmbors-13/+11
2021-07-08Rollup merge of #86956 - cuviper:unalias-every, r=m-ou-seYuki Okushi-1/+0
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-6/+21
2021-07-07Revert "Add "every" as a doc alias for "all"."Josh Stone-1/+0
2021-07-07Fix typo in `ops::Drop` docsSwordelf2-1/+1
2021-07-07Check FromIterator trait impl in prelude collision check.Mara Bos-0/+1
2021-07-07special case for integer log10Trevor Spiteri-3/+144
2021-07-07test integer log10 values close to all powers of 10Trevor Spiteri-0/+54
2021-07-07Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahcYuki Okushi-2/+6
2021-07-07Rollup merge of #86880 - m-ou-se:test-manuallydrop-clone-from, r=Mark-SimulacrumYuki Okushi-0/+8
2021-07-07Rollup merge of #86717 - rylev:rename, r=nikomatsakisYuki Okushi-1/+2
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+477
2021-07-06Link tracking issue for pin_deref_mutJon Gjengset-1/+1
2021-07-06Add s to non_fmt_panicRyan Levick-2/+2
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-06Fix typo in core::sync::atomic::compiler_fence exampleJúnior Bassani-1/+1
2021-07-06Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a...Júnior Bassani-1/+5
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-3/+0
2021-07-06Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-seYuki Okushi-2/+8
2021-07-05Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-sebors-0/+1
2021-07-05Test ManuallyDrop::clone_from.Mara Bos-0/+8
2021-07-05Use american spelling for behaviourMara Bos-1/+1
2021-07-05Talk about "terminate" rather than "die"Ian Jackson-1/+1
2021-07-05Talk about invalid instructions rather than debug trapsIan Jackson-2/+2
2021-07-05abort docs: Do not claim that intrinsics::abort is always a debug trapIan Jackson-1/+3
2021-07-05aborts: Clarify documentation and commentsIan Jackson-2/+6
2021-07-04Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitorbors-7/+100
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-121/+156
2021-07-04Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitorbors-1/+1
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-114/+0
2021-07-02core: add unstable `no_fp_fmt_parse` to disable float fmt/parse codeGary Guo-0/+23
2021-07-02optimize chunks and chunks_mutThe8472-13/+11
2021-07-03Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitorYuki Okushi-0/+165
2021-07-02Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514Guillaume Gomez-3/+1