about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-08-30Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboetStuart Cook-3/+1
2025-08-30Add `#[must_use] and update `cloned` documentationConnor Tsui-2/+6
2025-08-30add feature gate in doc testConnor Tsui-0/+2
2025-08-30add `Bound::copied`Connor Tsui-0/+22
2025-08-30Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrumbors-24/+42
2025-08-29Optimize `.ilog({2,10})` to `.ilog{2,10}()`Chai T. Rex-0/+14
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-4/+4
2025-08-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-14/+7
2025-08-30Add `Duration::from_nanos_u128`actuallylost-0/+36
2025-08-29Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdevStuart Cook-1/+1
2025-08-29Rollup merge of #144275 - Qelxiros:saturating-arithmetic, r=tgross35Stuart Cook-1/+57
2025-08-28implement Sum and Product for Saturating(u*)Jeremy Smart-1/+57
2025-08-28fix `core::marker::Destruct` docneeko-cat-1/+1
2025-08-28Clarify that align_offset overalignsgonzalobg-3/+2
2025-08-28Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplettStuart Cook-1/+1
2025-08-28Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplettStuart Cook-2/+2
2025-08-28Rollup merge of #145913 - heiher:loong-hint, r=joshtriplettStuart Cook-33/+23
2025-08-27`const`ify (the unstable) `str::as_str`Pavel Grigorenko-1/+1
2025-08-27Rename `Location::file_with_nul` to `file_as_c_str`Alice Ryhl-2/+2
2025-08-27Rollup merge of #145625 - karolzwolak:f16-use-expr-instead-literal, r=beetree...Matthias Krüger-10/+79
2025-08-27Rollup merge of #144274 - Qelxiros:option-reduce, r=tgross35Matthias Krüger-0/+36
2025-08-27Add spin_loop hint for LoongArchWANG Rui-33/+23
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-0/+614
2025-08-27Rollup merge of #143341 - Manishearth:from-raw-parts-ptr-cast, r=samueltardieuMatthias Krüger-0/+3
2025-08-26Rollup merge of #145863 - EliasHolzmann:formatting_options_20250825, r=m-ou-seGuillaume Gomez-11/+11
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-121/+40
2025-08-26remove deprecated Error::description in implsMarijn Schouten-121/+40
2025-08-26formatting_options: Make all methods `const`Elias Holzmann-11/+11
2025-08-23Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726Jacob Pratt-0/+1
2025-08-24Allow `integer_to_ptr_transmutes` in coreUrgau-0/+1
2025-08-23Rollup merge of #145515 - Kmeakin:km/optimize-char-encode-utf8, r=Mark-Simula...Samuel Tardieu-21/+26
2025-08-22Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkovJacob Pratt-0/+9
2025-08-22Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnayJacob Pratt-2/+2
2025-08-22Stabilize `round_char_boundary` featureokaneco-4/+4
2025-08-22improve float to_degrees/to_radians rounding comments and implKarol Zwolak-10/+79
2025-08-21Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhprattJacob Pratt-97/+103
2025-08-21Introduce Reborrow lang item and traitAapo Alasuutari-0/+9
2025-08-21Consolidate panicking functions in `slice/index.rs`Karl Meakin-97/+103
2025-08-21Rollup merge of #145678 - ttajakka:master, r=estebankJacob Pratt-1/+1
2025-08-21Rollup merge of #145593 - RalfJung:unsafepinned-raw_get, r=Mark-SimulacrumJacob Pratt-2/+2
2025-08-21Rollup merge of #143383 - fee1-dead-contrib:push-mstmlwuskxyy, r=dtolnayJacob Pratt-4/+4
2025-08-20Diff-massaging commitltdk-46/+36
2025-08-20Move WTF-8 code from std to core/allocltdk-559/+100
2025-08-20Copy WTF-8 code into core/alloc (for better diffs)ltdk-0/+1083
2025-08-20fix: typoTuomas Tajakka-1/+1
2025-08-20Partial-stabilize the basics from `bigint_helper_methods`Scott McMurray-24/+42
2025-08-20Rollup merge of #145626 - folkertdev:prefetch-fallback, r=AmanieuJacob Pratt-16/+35
2025-08-20Rollup merge of #145381 - Gnurou:int_lowest_highest_one, r=jhprattJacob Pratt-0/+138
2025-08-20Rollup merge of #139357 - miried:master, r=AmanieuJacob Pratt-3/+12
2025-08-20make `prefetch` intrinsics safeFolkert de Vries-16/+12