about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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
2025-01-11Add #[inline] to copy_from_sliceBen Kimock-0/+1
2025-01-11Auto merge of #135360 - RalfJung:structural-partial-eq, r=compiler-errorsbors-18/+13
2025-01-11update and clarify StructuralPartialEq docsRalf Jung-18/+13
2025-01-11Rename `pos` to `position`Yuri Astrakhan-6/+6
2025-01-11Convert `struct FromBytesWithNulError` into enumYuri Astrakhan-31/+19
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-2/+1
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-84/+215
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+580
2025-01-10Improve the safety documentation on new_uncheckedScott McMurray-1/+7
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-2/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-84/+209
2025-01-10Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdevMatthias Krüger-2/+2
2025-01-10Rollup merge of #134619 - hkBst:patch-7, r=jhprattMatthias Krüger-22/+20
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-195/+84
2025-01-08fmtPietro Albini-4/+1
2025-01-08update cfg(bootstrap)Pietro Albini-141/+33
2025-01-08update version placeholdersPietro Albini-59/+59
2025-01-08add missing provenance APIs on NonNullRalf Jung-3/+45
2025-01-06Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhprattJacob Pratt-8/+8
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-8/+8
2025-01-05Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhprattJacob Pratt-3/+5
2025-01-05Mark `slice::reverse` unstably constokaneco-3/+5
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3