about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-7/+7
2024-12-18Rollup merge of #134452 - jalil-salame:fix-lazy-cell-docs, r=tgross35许杰友 Jieyou Xu (Joe)-2/+2
2024-12-18Add 'into_array' conversion destructors for 'Box', 'Rc', and 'Arc';Gabriel Bjørnager Jensen-0/+60
2024-12-18Implement Condvar::wait_timeout for targets without threadsSebastian Urban-2/+4
2024-12-18Auto merge of #134425 - clubby789:cargo-update, r=jieyouxubors-5/+6
2024-12-18fix(LazyCell): documentation of get[_mut] was wrongJalil David Salamé Messina-2/+2
2024-12-18Stabilize `#[diagnostic::do_not_recommend]`Georg Semmler-1/+1
2024-12-17Use field init shorthand where possibleJosh Triplett-7/+7
2024-12-17Rollup merge of #134426 - hkBst:patch-3, r=lqdMatthias Krüger-1/+1
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-59/+92
2024-12-17compiler & tools dependencies:clubby789-5/+6
2024-12-17Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiserbors-4/+6
2024-12-17Fix typo in uint_macros.rsMarijn Schouten-1/+1
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-62/+61
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-4/+3
2024-12-17Move `doc(keyword = "while")`.Nicholas Nethercote-58/+58
2024-12-16Stabilize #[coverage] attributeltdk-4/+6
2024-12-16remove obsolete comment and pub(super) visibilityThe 8472-12/+6
2024-12-16remove bounds from vec and linkedlist ExtractIfThe 8472-19/+7
2024-12-16Add a range argument to vec.extract_ifThe 8472-32/+83
2024-12-16Rollup merge of #134277 - notriddle:notriddle/inline-into, r=GuillaumeGomezMatthias Krüger-0/+2
2024-12-15Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalatharbors-122/+557
2024-12-15Rollup merge of #134310 - tkr-sh:master, r=NoratriebStuart Cook-36/+39
2024-12-15Rollup merge of #133406 - EFanZh:lock-value-accessors, r=NoratriebStuart Cook-86/+517
2024-12-15Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviperStuart Cook-0/+1
2024-12-15Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratriebbors-4/+282
2024-12-15Asserts the maximum value that can be returned from `Vec::len`EFanZh-2/+20
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-109/+43
2024-12-14Rollup merge of #134022 - shahn:doc_clarify_extend_for_tuple_version, r=tgross35Matthias Krüger-7/+56
2024-12-14Rollup merge of #133986 - olishmollie:tracking-issue-127154-documentation, r=...Matthias Krüger-5/+135
2024-12-14Correct spelling of CURRENT_RUSTC_VERSIONSebastian Hahn-7/+56
2024-12-14Replace i32 by char in `split_at` & `_unchecked`tkirishima-12/+12
2024-12-14Add clarity to the "greater" of `VecDeque::insert`tkirishima-1/+1
2024-12-14Replace i32 by char to add claritytkirishima-23/+26
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-3/+89
2024-12-14Add documentation for anonymous pipe moduleAndrew Bond-5/+135
2024-12-14Rollup merge of #133942 - BD103:black-box-docs, r=saethlinMatthias Krüger-3/+89
2024-12-14Rollup merge of #134255 - bjoernager:master, r=NoratriebMatthias Krüger-2/+2
2024-12-14Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubileeMatthias Krüger-6/+6
2024-12-14Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35Matthias Krüger-1/+3
2024-12-13rustdoc-search: let From and Into be unboxedMichael Howell-0/+2
2024-12-13Rollup merge of #134229 - purplesyringa:provenance-docs, r=saethlinMatthias Krüger-4/+5
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+29
2024-12-13Remove support for specializing ToString outside the standard librarybjorn3-109/+43
2024-12-13Auto merge of #134047 - saethlin:inline-fmt-rt, r=m-ou-sebors-17/+17
2024-12-13Update includes in '/library/core/src/error.rs';Gabriel Bjørnager Jensen-2/+2
2024-12-13Fix building `std` for Hermit after `c_char` changeMartin Kröning-6/+6
2024-12-13Fix `Path::is_absolute` on HermitMartin Kröning-1/+3
2024-12-13Reword prelude for AsyncFn stabilizationMichael Goulet-2/+3
2024-12-13Stabilize async closuresMichael Goulet-13/+25