about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-0/+1
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-0/+1
2021-06-10Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisabors-16/+21
2021-06-10Further simplification of to_digitGiles Cope-16/+21
2021-06-10Rollup merge of #86111 - spookyvision:master, r=JohnTitorYuki Okushi-1/+1
2021-06-09Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrumbors-214/+198
2021-06-09Auto merge of #85975 - the8472:revert-take-tra, r=scottmcmbors-22/+1
2021-06-09Update library/core/src/iter/traits/iterator.rsAnatol Ulrich-1/+1
2021-06-08Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-seYuki Okushi-1/+1
2021-06-08Rollup merge of #85985 - Lionelf329:master, r=joshtriplettYuki Okushi-9/+15
2021-06-07Clarify documentation of slice sorting methodsLionel Foxcroft-9/+15
2021-06-07fix off by oneAnatol Ulrich-1/+1
2021-06-07Correct type signature in doc for Bound::as_mutGriffin Smith-1/+1
2021-06-06Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-seYuki Okushi-30/+28
2021-06-05Rollup merge of #83646 - glittershark:bound-map, r=m-ou-seGuillaume Gomez-1/+35
2021-06-05Add a map method to BoundGriffin Smith-1/+35
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-1/+0
2021-06-04Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-152/+192
2021-06-04Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-06-04Revert effects of PRs 81167 and 83091.Felix S. Klock II-12/+6
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+0
2021-06-04Remove `doc(include)`Joshua Nelson-1/+0
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-0/+13
2021-06-04Rollup merge of #85888 - steffahn:fix_internal_trustedrandomaccess_docs, r=Ma...Yuki Okushi-1/+1
2021-06-03Revert "implement TrustedRandomAccess for Take iterator adapter"The8472-22/+1
2021-06-03Add test for issue 84666.Mara Bos-0/+13
2021-06-03Rollup merge of #85877 - est31:intra_doc_links, r=jyn514Yuki Okushi-4/+4
2021-06-02Update expressions where we can use array's IntoIterator implementationMuhammad Mominul Huque-6/+4
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-24/+24
2021-06-02Auto merge of #85687 - m-ou-se:new-prelude, r=yaahcbors-7/+13
2021-06-01Fix typo in internal documentation for `TrustedRandomAccess`Frank Steffahn-1/+1
2021-06-01Rollup merge of #85826 - jsha:npo, r=joshtriplettGuillaume Gomez-0/+2
2021-06-01Intra doc link-ify a reference to a functionest31-4/+4
2021-05-30Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrumbors-4/+0
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-109/+381
2021-05-29Mention "null pointer optimization" in option docs.Jacob Hoffman-Andrews-0/+2
2021-05-28Add inherent unchecked_shl, unchecked_shr to integersltdk-12/+154
2021-05-27Rollup merge of #85730 - Smittyvb:iter-min-max-floats, r=m-ou-seGuillaume Gomez-2/+26
2021-05-27Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum"The8472-4/+0
2021-05-27Rollup merge of #85689 - m-ou-se:array-intoiter-3, r=estebankDylan DPC-34/+0
2021-05-26don't use unneeded closureSmittyvb-1/+1
2021-05-26don't use unneeded closureSmittyvb-1/+1
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-7/+0
2021-05-26Specialize implementationsJacob Pratt-105/+376
2021-05-26Mention float workaround in Iterator::{min,max}Smitty-2/+26
2021-05-26Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrumbors-0/+4
2021-05-26Rollup merge of #85712 - BlackHoleFox:fix-iter-typo, r=jyn514Dylan DPC-1/+1
2021-05-26Rollup merge of #85679 - hch12907:master, r=Mark-SimulacrumDylan DPC-118/+0
2021-05-26Rollup merge of #85678 - lukas-code:matches2021, r=dtolnayDylan DPC-3/+4
2021-05-26Rollup merge of #85670 - m-ou-se:array-intoiter-1, r=scottmcmDylan DPC-5/+0