about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-3/+3
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-1/+1
2025-01-18Update library/core/src/slice/mod.rsMichael Sloan-2/+2
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+2
2025-01-18`then be` -> `be` based on feedback from @ibraheemdevMichael Sloan-3/+3
2025-01-18re-export `core::iter::FromCoroutine`joseLuís-4/+4
2025-01-17Add references to the IEEE functions for `float_next_up_down`Trevor Gross-0/+24
2025-01-17Stabilize `float_next_up_down`Trevor Gross-16/+8
2025-01-16Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplettMatthias Krüger-0/+52
2025-01-15Less unsafe in `dangling`/`without_provenance`Scott McMurray-20/+19
2025-01-15Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgrbors-2/+2
2025-01-15Rollup merge of #135497 - DJMrTV:master, r=jhprattMatthias Krüger-2/+2
2025-01-15Export likely(), unlikely() and cold_path() in std::hintJiri Bobek-0/+140
2025-01-15fix typo in typenames of pin documentationDJMrTV-2/+2
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-4/+20
2025-01-15Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhprattbors-32/+20
2025-01-15Rollup merge of #134143 - nyurik:err-nul, r=dtolnayJacob Pratt-32/+20
2025-01-15intrinsics: deprecate calling them via the unstable std::intrinsics pathRalf Jung-4/+20
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-0/+6
2025-01-14remove pointless allowed_through_unstable_modules on TryFromSliceErrorRalf Jung-1/+0
2025-01-14remove Rustc{En,De}codable from library and compilerRalf Jung-35/+0
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-6/+3
2025-01-12Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboetbors-0/+1
2025-01-12Omit some more `From` impls to avoid inference failuresJosh Triplett-22/+26
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-280/+386