about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-05-14Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35Matthias Krüger-1/+1
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+2
2025-05-14MaybeUninit::write: fix docMathis Bottinelli-1/+1
2025-05-13Format and skip formatting for pinMichael Goulet-0/+2
2025-05-12update cfg(bootstrap)Pietro Albini-66/+29
2025-05-12update version placeholdersPietro Albini-26/+26
2025-05-11Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushiLeón Orell Valerian Liehr-4/+4
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-84/+180
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-12/+0
2025-05-10Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...Matthias Krüger-9/+0
2025-05-10Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=AmanieuMatthias Krüger-1/+9
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-4/+4
2025-05-09Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}`Urgau-164/+108
2025-05-09remove 'unordered' atomic intrinsicsRalf Jung-12/+0
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-76/+228
2025-05-08Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-SimulacrumMatthias Krüger-0/+4
2025-05-08Indicate that the warning on black_box is a general property of RustBen Kimock-0/+4
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-1/+0
2025-05-06Rollup merge of #136183 - hkBst:patch-25, r=AmanieuGuillaume Gomez-230/+225
2025-05-06Update iterator.rs to use arrays by valueMarijn Schouten-230/+225
2025-05-06Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubileeStuart Cook-0/+3
2025-05-05Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-SimulacrumTrevor Gross-163/+20
2025-05-04Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnrTrevor Gross-2/+36
2025-05-04Revert "Avoid unused clones in Cloned<I> and Copied<I>"The 8472-163/+20
2025-05-02docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu...Lieselotte-0/+3
2025-05-02Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju...Matthias Krüger-3/+1
2025-05-01Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-deadGuillaume Gomez-55/+69
2025-05-01Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubileeGuillaume Gomez-3/+1
2025-05-01Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubileeGuillaume Gomez-2/+4
2025-05-01Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub...Guillaume Gomez-0/+18
2025-05-01Rollup merge of #139186 - TDecking:float, r=workingjubileeGuillaume Gomez-47/+15
2025-05-01Rollup merge of #138703 - pudongair:master, r=workingjubileeGuillaume Gomez-2/+2
2025-05-01Stabilize `select_unpredictable`Amanieu d'Antras-3/+1
2025-05-01Clean up "const" situation in format_args!().Mara Bos-21/+27
2025-05-01Move core::fmt::Arguments::new_v1* to rt.rs.Mara Bos-36/+44
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