about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-27fix missing doc in CString::from_raw and str::from_boxed_utf8_uncheckedLemonJ-3/+12
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-268/+279
2025-04-27add generic Atomic<T> type aliasChristopher Durham-0/+94
2025-04-26docs: fix incorrect stability markers on `std::{todo, matches}`Michael Howell-2/+8
2025-04-26Update example to use `CStr::to_string_lossy`Jake Goulding-2/+3
2025-04-26Rollup merge of #140325 - ethanwu10:ethanwu10/grammar-fixes-for-bufread-has-d...Matthias Krüger-2/+2
2025-04-26moved simple test to coretests, introduced more fleshed out doctests for brea...Jonathan Gruner-4/+120
2025-04-26uefi: Update r-efiAyush Singh-6/+6
2025-04-25Grammar fixes for BufRead::has_data_left docsEthan Wu-2/+2
2025-04-26Rollup merge of #140216 - t5kd:master, r=tgross35Matthias Krüger-2/+6
2025-04-26Rollup merge of #139865 - m-ou-se:stabilize-proc-macro-span-location, r=tgross35Matthias Krüger-4/+4
2025-04-25Update `extern` docs for Rust 2024 and add safety remarksTobias-2/+6
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-3/+38
2025-04-25Rollup merge of #139572 - ismailarilik:docs/std/mention-const-blocks-in-const...Matthias Krüger-1/+8
2025-04-25Rollup merge of #138968 - Natural-selection1:update-Result-doc, r=AmanieuMatthias Krüger-2/+30
2025-04-25Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgrbors-1220/+996
2025-04-25Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgrbors-1/+4
2025-04-25docs(std): mention const blocks in const keyword doc pageismailarilik-1/+8
2025-04-25Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboetMatthias Krüger-1218/+962
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/+7
2025-04-25Solved suggestionsHegui Dai-2/+2
2025-04-25Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboetMatthias Krüger-1/+4
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-0/+7
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 #140141 - thaliaarchi:env-consts/zkvm, r=joboetMatthias Krüger-9/+11
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-4/+18
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-24stdarchbendn-0/+0
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-4/+18
2025-04-24Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLiiMatthias Krüger-1/+1
2025-04-24Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35Matthias Krüger-1/+63
2025-04-24Rollup merge of #139307 - xizheyin:issue-139296, r=joboetMatthias Krüger-0/+3
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-4/+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-24Remove some unnecessary clones.Nicholas Nethercote-1/+1
2025-04-23std_detect: RISC-V platform guide documentationTsukasa OI-78/+126
2025-04-23Warn on `unsafe_op_in_unsafe_fn` by defaultTrevor Gross-51/+172
2025-04-23libm-macros: Allow a way to bulk match f16 and f128 functionsTrevor Gross-122/+128