about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-10-15Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-sebors-2/+30
2021-10-15Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytmbors-13/+85
2021-10-14Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddleMatthias Krüger-1/+10
2021-10-14Rollup merge of #89873 - askoufis:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-10-14Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplettMatthias Krüger-9/+19
2021-10-14don't duplicate slice `panic_bounds_check`Ibraheem Ahmed-10/+4
2021-10-14Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obkbors-0/+71
2021-10-14Fix missing remaining compiler specific cfg informationGuillaume Gomez-1/+10
2021-10-14Fix const stabilityDeadbeef-0/+2
2021-10-14Avoid tupling at the calleeDeadbeef-6/+6
2021-10-14Add missing word to `FromStr` trait docsAdam Skoufis-1/+1
2021-10-13Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplettMatthias Krüger-20/+57
2021-10-13Improve `std::thread::available_parallelism` docsYoshua Wuyts-20/+57
2021-10-13Rollup merge of #89817 - m-ou-se:int-log-10-inline, r=the8472Yuki Okushi-0/+12
2021-10-13Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri...Yuki Okushi-1/+1
2021-10-13Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplettYuki Okushi-2/+38
2021-10-13Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitorYuki Okushi-1/+1
2021-10-12Auto merge of #89774 - the8472:inline-mut-iter-next, r=m-ou-sebors-13/+7
2021-10-12Add #[inline] to int log10 functions.Mara Bos-0/+12
2021-10-12Fix uppercase/lowercase errorJohn Kugelman-1/+1
2021-10-12Rollup merge of #89799 - ast-ral:ready-method-spellck, r=joshtriplettthe8472-1/+1
2021-10-12Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplettthe8472-0/+47
2021-10-12Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh...the8472-1/+15
2021-10-12Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplettthe8472-0/+54
2021-10-12Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplettbors-0/+2
2021-10-12Auto merge of #89769 - jkugelman:must-use-maybe-uninit-new, r=joshtriplettbors-0/+1
2021-10-12Add const_eval_select intrinsicDeadbeef-0/+69
2021-10-11fix minor spelling error in Poll::ready docsast-ral-1/+1
2021-10-12Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip...bors-56/+114
2021-10-11Add #[must_use] to non-mutating verb methodsJohn Kugelman-1/+15
2021-10-11Add #[must_use] to is_condition testsJohn Kugelman-0/+47
2021-10-11Add #[must_use] to to_value conversionsJohn Kugelman-2/+38
2021-10-11Add #[must_use] to From::from and Into::intoJohn Kugelman-0/+2
2021-10-11Rollup merge of #89785 - nbdd0121:master, r=Mark-SimulacrumMatthias Krüger-1/+2
2021-10-11Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnayMatthias Krüger-2/+97
2021-10-11use fold instead of try_fold now that .by_ref().next() has been inlinedThe8472-13/+6
2021-10-11add slice::swap testsIbraheem Ahmed-0/+39
2021-10-11improve slice::swap panic messageIbraheem Ahmed-4/+15
2021-10-11use `swap_unchecked` in `slice::reverse`ibraheemdev-5/+1
2021-10-11enable `slice_swap_unchecked` feature in doc testibraheemdev-0/+2
2021-10-11add `slice::swap_unchecked`ibraheemdev-8/+38
2021-10-11Fix ICE 89775Gary Guo-1/+2
2021-10-11Add missing words in `Infallible` docsWilfred Hughes-1/+1
2021-10-11Add library tracking issue for poll_ready featureDavid Tolnay-7/+7
2021-10-11Update library/core/src/mem/maybe_uninit.rsJohn Kugelman-1/+1
2021-10-11Add #[must_use] to as_type conversionsJohn Kugelman-0/+54
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-0/+1
2021-10-11inline next() on &mut Iterator implThe8472-0/+1
2021-10-11Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomezbors-1/+124
2021-10-11Add #[must_use] to MaybeUninit::newJohn Kugelman-0/+1