about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-10-17Rollup merge of #89953 - woppopo:option_const_as_mut, r=oli-obkYuki Okushi-1/+2
2021-10-17Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplettYuki Okushi-0/+1
2021-10-17Make Option::as_mut constwoppopo-1/+2
2021-10-16Rollup merge of #89925 - gilescope:update-docs-atomic-usage, r=m-ou-seMatthias Krüger-1/+1
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-3/+2
2021-10-15updating docs to reflect current situationGiles Cope-1/+1
2021-10-15Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytmbors-13/+46
2021-10-14Rollup merge of #89873 - askoufis:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
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 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 #89817 - m-ou-se:int-log-10-inline, r=the8472Yuki Okushi-0/+12
2021-10-13Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplettYuki Okushi-1/+7
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-12Rollup merge of #89799 - ast-ral:ready-method-spellck, r=joshtriplettthe8472-1/+1
2021-10-12Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh...the8472-0/+6
2021-10-12Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplettthe8472-0/+30
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/+51
2021-10-11Add #[must_use] to non-mutating verb methodsJohn Kugelman-0/+6
2021-10-11Add #[must_use] to to_value conversionsJohn Kugelman-1/+7
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-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/+30
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/+55
2021-10-11Add #[must_use] to MaybeUninit::newJohn Kugelman-0/+1
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-1/+42
2021-10-11Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...Guillaume Gomez-0/+13
2021-10-11Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkovbors-1/+3
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+1
2021-10-11Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht...bors-0/+13