about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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-4/+4
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-120/+130
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 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 #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-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-2/+2
2021-06-02Replace IntoIter::new with IntoIterator::into_iter in stdMuhammad Mominul Huque-2/+2
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-30Rewrite Iterator::unzip in terms of (A, B)::extendSebastian Widua-22/+3
2021-05-30Implement Extend<(A, B)> for (impl Extend<A>, impl Extend<B>)Sebastian Widua-0/+40
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-108/+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 #85176 addition of `clone_from` for `ManuallyDrop`Peter Todd-14/+1
2021-05-27Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum"The8472-4/+0
2021-05-27make Ord doc style consistent with the other two; explain which properties ar...Ralf Jung-17/+26
2021-05-26Merge branch 'master' into no-unpin-in-pin-future-implJon Gjengset-1030/+1907
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-6/+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
2021-05-26Fix typo in core::array::IntoIter commentBlackHoleFox-1/+1
2021-05-26Rollup merge of #85645 - scottmcm:demote-from-into-try, r=yaahcYuki Okushi-8/+7
2021-05-26Rollup merge of #85610 - SkiFire13:fix-copy-within-provenance, r=oli-obkYuki Okushi-1/+5
2021-05-26Make Range implementation safeJacob Pratt-29/+22
2021-05-26Limit `TrustedLen` impls to core typesJacob Pratt-6/+21
2021-05-25Remove Iterator #[rustc_on_unimplemented]s that no longer apply.Mara Bos-34/+0
2021-05-25Add new traits to 2021 prelude.Mara Bos-1/+7