about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-18Update libc to 0.2.155Mads Marquart-3/+2
2024-05-17Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOSMads Marquart-84/+19
2024-05-17Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOSMads Marquart-2/+26
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/+100
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-16Access alloc field directly in Arc/Rc::into_raw_with_allocator.Zachary S-4/+4
2024-05-16Auto merge of #125163 - ssukanmi:stdarch_arm_crc32, r=Amanieubors-0/+0
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+60
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-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-15Rollup merge of #125003 - RalfJung:aligned_alloc, r=cuviperLeón Orell Valerian Liehr-11/+8
2024-05-15feat: update stdarch submodule for intrinsics on ARMOlasunkanmi Olayinka-0/+0
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-14avoid using aligned_alloc; posix_memalign is better-behavedRalf Jung-11/+8
2024-05-14Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor`Benoît du Garreau-10/+23
2024-05-13Rollup merge of #116675 - joshlf:patch-10, r=scottmcmJacob Pratt-5/+33
2024-05-13Add fn into_raw_with_allocator to Rc/Arc/Weak.Zachary S-10/+107
2024-05-13Forward alloc features to coreDion Dokter-2/+2
2024-05-13Rollup merge of #123817 - slanterns:seek_relative, r=dtolnayMatthias Krüger-2/+1
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-13Panic if `PathBuf::set_extension` would add a path separatorTobias Bucher-0/+36
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-32/+33
2024-05-12Use shared statics for the ArcInner for Arc<str, CStr>::default, and for Arc<...Zachary S-14/+51
2024-05-12Add note about possible allocation-sharing to Arc/Rc<str/[T]/CStr>::default.Zachary S-0/+12
2024-05-12added Default implsBilly Sheppard-0/+64
2024-05-12Auto merge of #125045 - GuillaumeGomez:rollup-em6qdzw, r=GuillaumeGomezbors-1/+2
2024-05-12Rollup merge of #125021 - joshlf:patch-11, r=RalfJungGuillaume Gomez-1/+2
2024-05-12Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJungbors-2/+0
2024-05-12Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubileebors-2/+8
2024-05-12reference type safety invariant docs: clarificationRalf Jung-5/+8
2024-05-12reverse condition in `uN::checked_sub`ivan-shrimp-3/+3
2024-05-11Rollup merge of #124981 - zachs18:rc-allocator-generalize-1, r=Mark-SimulacrumMatthias Krüger-32/+33
2024-05-11References must also be non-nullJoshua Liebow-Feeser-0/+1
2024-05-11Relax slice safety requirementsJoshua Liebow-Feeser-1/+1
2024-05-11std::alloc: using posix_memalign instead of memalign on solarish.David Carlier-2/+0
2024-05-11Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrumbors-2/+3
2024-05-11Pin libc back to 0.2.153Mark Rousskov-2/+3
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-2/+8
2024-05-11Add flag to sysrootDion Dokter-0/+1
2024-05-11Add flag to std and alloc tooDion Dokter-0/+4