about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-5/+8
2024-05-22Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcmLeón Orell Valerian Liehr-5/+8
2024-05-22Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoeristerLeón Orell Valerian Liehr-0/+13
2024-05-22Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obkLeón Orell Valerian Liehr-5/+5
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-33/+34
2024-05-21Wrap Context.ext in AssertUnwindSafeJubilee Young-4/+7
2024-05-21improve comment wordingRalf Jung-14/+14
2024-05-21tidy alphabeticaLzu Tao-1/+1
2024-05-21addresss reviewsLzu Tao-1/+5
2024-05-21Update check-cfg lists for coreLzu Tao-0/+9
2024-05-21core: actually use TAIT instead of emulating itjoboet-117/+44
2024-05-21Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgrbors-0/+9
2024-05-21Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikicMatthias Krüger-0/+7
2024-05-21Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzolMatthias Krüger-0/+2
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-2/+3
2024-05-20Add the impls for Box<[T]>: IntoIteratorMichael Goulet-0/+3
2024-05-20Fix c_char on AIXTaiki Endo-1/+2
2024-05-20Switch to primarily using `&str`Arpad Borsos-7/+6
2024-05-20Introduce printable-ASCII fast-path for `impl Debug for str`Arpad Borsos-17/+42
2024-05-20Add a fast-path to `Debug` ASCII `&str`Arpad Borsos-0/+5
2024-05-20Write `char::DebugEscape` sequences using `write_str`Arpad Borsos-9/+6
2024-05-19Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboetbors-6/+18
2024-05-18compiler: add simd_ctpop intrinsicJubilee Young-0/+7
2024-05-18Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)`beetrees-0/+1
2024-05-17Inline Duration construction into Duration::from_{millis,micros,nanos}Noa-3/+21
2024-05-17Don't call Duration::new unnecessarily in Duration::from_secsNoa-3/+7
2024-05-17Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstriebbors-1/+52
2024-05-17Rollup merge of #125186 - Colepng:master, r=lqdMatthias Krüger-1/+1
2024-05-17Rollup merge of #125171 - scottmcm:rename-flatten, r=jhprattMatthias Krüger-10/+10
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+12
2024-05-16Add doctests for f16 and f128 library functions where possibleTrevor Gross-1/+40
2024-05-16Remove duplicate word from addr docsCole Kauder-McMurrich-1/+1
2024-05-16Auto merge of #124728 - beetrees:from-f16-for-f64, r=BurntSushibors-2/+3
2024-05-16Fix linkchecker doc errorsLukas Bergdoll-9/+9
2024-05-16Turn bare links into automatic linksLukas Bergdoll-4/+4
2024-05-16Fix tidy errorsLukas Bergdoll-21/+13
2024-05-16Replace sort implementationsLukas Bergdoll-1568/+2504
2024-05-16Auto merge of #124959 - prorealize:update-result-documentation, r=joboetbors-4/+8
2024-05-15Rename `flatten(_mut)` → `as_flattened(_mut)`Scott McMurray-10/+10
2024-05-15Allow for_loops_over_fallibles in test that tests &mut Result as IntoIterator.Zachary S-0/+1
2024-05-15Rollup merge of #125038 - ivan-shrimp:checked_sub, r=joboetLeón Orell Valerian Liehr-3/+3
2024-05-15Rollup merge of #124307 - reitermarkus:escape-debug-size-hint-inline, r=joboetLeón Orell Valerian Liehr-79/+126
2024-05-15Update library/core/src/result.rsRenato A-1/+1
2024-05-15Divide float nanoseconds instead of secondsArtyom Pavlov-2/+6
2024-05-13Rollup merge of #116675 - joshlf:patch-10, r=scottmcmJacob Pratt-5/+33
2024-05-13[ptr] Document maximum allocation sizeJoshua Liebow-Feeser-5/+33
2024-05-13Don't use `T` with both Result and Option, improve explanation.Lokathor-67/+70
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-7/+5
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-32/+33
2024-05-12reference type safety invariant docs: clarificationRalf Jung-5/+8