about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-01-27Stabilize `num_midpoint_signed` featureUrgau-4/+4
2025-01-27Rollup merge of #135807 - jhpratt:phantom-variance, r=AmanieuGuillaume Gomez-0/+267
2025-01-27Rollup merge of #135773 - hkBst:patch-10, r=tgross35Guillaume Gomez-4/+9
2025-01-27Clarify WindowsMut (Lending)IteratorMarijn Schouten-4/+9
2025-01-27Stabilize `const_black_box`Trevor Gross-1/+4
2025-01-27Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmeasebors-13/+13
2025-01-27Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35bors-1/+1
2025-01-27Rollup merge of #136079 - RalfJung:compiler-fence-example, r=jhprattLeón Orell Valerian Liehr-13/+13
2025-01-26compiler_fence: fix exampleRalf Jung-13/+13
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-26Update commentbjorn3-1/+1
2025-01-26Rollup merge of #136019 - scottmcm:alias-unchecked-div, r=Mark-SimulacrumJacob Pratt-0/+7
2025-01-26Implement phantom variance markersJacob Pratt-0/+267
2025-01-25Rollup merge of #136039 - nvanbenschoten:pin-typo, r=AmanieuMatthias Krüger-2/+2
2025-01-25Rollup merge of #136005 - BLANKatGITHUB:library, r=RalfJungMatthias Krüger-677/+957
2025-01-25Rollup merge of #135977 - nyurik:fix-fmt-options, r=joboetMatthias Krüger-1/+10
2025-01-24docs: fix typo in std::pin overviewNathan VanBenschoten-2/+2
2025-01-25Remove unused trait BoundedSizeMu001999-55/+0
2025-01-24Rollup merge of #135938 - carlsverre:master, r=joboetMatthias Krüger-0/+20
2025-01-24Add an `unchecked_div` alias to the `Div<NonZero<_>>` implsScott McMurray-0/+7
2025-01-24Update library/core/src/num/nonzero.rs Carl Sverre-1/+1
2025-01-24ports last few library files to new intrinsic styleaaishwarymishra@gmail.com-677/+957
2025-01-24Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35Matthias Krüger-1/+0
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-1/+10
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-0/+595
2025-01-23Add memory layout documentation to generic NonZero<T>Carl Sverre-0/+20
2025-01-22Implement `AtomicT::update` & `AtomicT::try_update`Pavel Grigorenko-3/+374
2025-01-22Implement `CloneToUninit` for `ByteStr`Josh Triplett-0/+10
2025-01-22Add doc aliases for BStr and BStringJosh Triplett-0/+1
2025-01-22Add `AsyncFn*` to core preludeLukas Markeffsky-0/+3
2025-01-21Rollup merge of #135750 - scottmcm:cma-example, r=cuviperMatthias Krüger-2/+31
2025-01-21optimize slice::ptr_rotate for compile-time-constant small rotatesedwloef-161/+166
2025-01-21[cfg_match] Document the use of expressionsCaio-0/+11
2025-01-20Auto merge of #134286 - Urgau:unreach_pub-std, r=ibraheemdevbors-100/+116
2025-01-20Rollup merge of #135741 - bardiharborow:std/net/rfc9637, r=AmanieuMatthias Krüger-4/+7
2025-01-20Rollup merge of #133695 - x17jiri:hint_likely, r=AmanieuMatthias Krüger-0/+135
2025-01-20core: `#[allow(unreachable_pub)]` on unreachable `pub use`Urgau-1/+9
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-99/+107
2025-01-201. Removed 'rustc_nounwind' 2. Rewording of commentsJiri Bobek-11/+6
2025-01-20Correct counting to four in cell module docsTom Fryers-2/+2
2025-01-19Add an example of using `carrying_mul_add` to write wider multiplicationScott McMurray-2/+31
2025-01-20Recognise new IPv6 documentation range from RFC9637Bardi Harborow-4/+7
2025-01-19Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdevbors-42/+49
2025-01-19Auto merge of #135709 - lqd:bring-back-len, r=compiler-errorsbors-1/+2
2025-01-18Rewrap following accepting review suggestions from @ibraheemdevMichael Sloan-8/+18
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3