about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2025-04-30Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhprattMatthias Krüger-1/+8
2025-04-30Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenance-139008...Matthias Krüger-4/+6
2025-04-29mention provenance in the pointer::wrapping_offset docsbinarycat-4/+6
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-2/+36
2025-04-28Rollup merge of #140391 - DaniPopes:sub-ptr-rename, r=RalfJungChris Denton-12/+13
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-23/+106
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-324/+92
2025-04-28Rename sub_ptr to offset_from_unsigned in docsDaniPopes-12/+13
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-324/+92
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-1/+11
2025-04-28Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrumbors-0/+94
2025-04-28Rollup merge of #140359 - DiuDiu777:str-fix, r=NoratriebChris Denton-2/+2
2025-04-27Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboetMatthias Krüger-2/+3
2025-04-27Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-1/+1
2025-04-27specify explicit safety guidance for from_utf8_uncheckedLemonJ-2/+2
2025-04-27Remove `#[doc(hidden)]` from `AtomicPrimitive::AtomicInner`Pavel Grigorenko-2/+2
2025-04-27name ATOMIC_INIT without unstable aliasChristopher Durham-3/+3
2025-04-27use generic Atomic type where possibleChristopher Durham-3/+3
2025-04-27add generic Atomic<T> type aliasChristopher Durham-0/+94
2025-04-26Update example to use `CStr::to_string_lossy`Jake Goulding-2/+3
2025-04-26moved simple test to coretests, introduced more fleshed out doctests for brea...Jonathan Gruner-4/+107
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-2/+30
2025-04-25Rollup merge of #138968 - Natural-selection1:update-Result-doc, r=AmanieuMatthias Krüger-2/+30
2025-04-25Rollup merge of #138957 - Natural-selection1:update-Option-doc, r=AmanieuMatthias Krüger-2/+27
2025-04-25Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubileeMatthias Krüger-0/+5
2025-04-25Solved suggestionsHegui Dai-2/+2
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-0/+5
2025-04-24implement continue_ok and break_ok for ControlFlowJonathan Gruner-0/+44
2025-04-24Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJungMatthias Krüger-25/+45
2025-04-24Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35Matthias Krüger-24/+48
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-4/+17
2025-04-24Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgrbors-9/+25
2025-04-24Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35Matthias Krüger-9/+25
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-4/+17
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-3/+1
2025-04-24Mention average in midpoint documentationsUrgau-9/+25
2025-04-24fix doc errorHegui Dai-2/+2
2025-04-24fix exampleHegui Dai-1/+1
2025-04-24add examples using .as_ref() for is_some_and and is_none_orHegui Dai-0/+8
2025-04-24keep the original text for is_some and is_noneHegui Dai-2/+2
2025-04-24add examples using .as_ref() for is_err_and and is_ok_andHegui Dai-0/+8
2025-04-24keep original text for is_ok and is_errHegui Dai-8/+8
2025-04-23fix f*::MAX_EXP and MIN_EXP docsRalf Jung-24/+48
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-25/+45
2025-04-22remove intrinsics::drop_in_placeRalf Jung-9/+0
2025-04-22MANTISSA_DIGITS: explain relation to bitwise representationRalf Jung-0/+12
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-4/+2
2025-04-21Rollup merge of #140118 - tamird:cstr-cleanup, r=joboetChris Denton-3/+1