about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-15Rollup merge of #140990 - biabbas:vxworks, r=tgross35Matthias Krüger-12/+3
2025-05-15Rollup merge of #140685 - viliml:patch-1, r=Mark-SimulacrumMatthias Krüger-4/+4
2025-05-15Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece...Matthias Krüger-5/+5
2025-05-15Auto merge of #136264 - GuillaumeGomez:optimize-integers-to-string, r=Amanieubors-9/+67
2025-05-15improve internal fastfail explainerjoboet-3/+2
2025-05-15deduplicate abort implementationsjoboet-117/+43
2025-05-14Update std doctests for androidEric Huss-6/+21
2025-05-15Fix confusing WTF surrogate safety docsteor-6/+6
2025-05-14wire up startupinfo methodsFederico Terzi-0/+72
2025-05-14Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35Matthias Krüger-1/+1
2025-05-14Skip {f32,f64}::mul_add tests on MinGWTrevor Gross-0/+10
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-1173/+1314
2025-05-14Fix settimes for vxworksB I Mohammed Abbas-2/+1
2025-05-14Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM...B I Mohammed Abbas-10/+2
2025-05-14Add `Ipv4Addr` and `Ipv6Addr` diagnostic itemsSamuel Tardieu-0/+2
2025-05-14MaybeUninit::write: fix docMathis Bottinelli-1/+1
2025-05-13fix doc for UnixStreamMichał Łowicki-2/+2
2025-05-13Move float tests from std to coreTrevor Gross-0/+12
2025-05-13Initial implementation of `core_float_math`Trevor Gross-869/+1713
2025-05-13`impl PartialEq<{str,String}> for {Path,PathBuf}`Martin Habovstiak-0/+65
2025-05-13Fix `i256::MAX`Tobias Decking-2/+2
2025-05-13Format and skip formatting for pinMichael Goulet-0/+2
2025-05-13bump compiler_builtinsPietro Albini-4/+4
2025-05-13Add `#[must_use]` to Array::mapJulian Knodt-1/+2
2025-05-12Partially stabilize LoongArch target featuresWANG Rui-11/+10
2025-05-12Specify that split_ascii_whitespace uses the same definition as is_ascii_whit...Simon Sapin-1/+3
2025-05-12chore(compiler_builtins): release v0.1.159github-actions[bot]-1/+7
2025-05-12Remove cfg(bootstrap)nora-12/+0
2025-05-12manual clippy fixesPietro Albini-0/+1
2025-05-12update cfg(bootstrap)Pietro Albini-408/+216
2025-05-12update version placeholdersPietro Albini-44/+44
2025-05-11Make some `f32`/`f64` tests also run in const-contextUrgau-143/+189
2025-05-11Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushiLeón Orell Valerian Liehr-5/+15
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-84/+180
2025-05-10Remove `stable` attribute from wasi fs (read_exact|write_all)_atPaolo Barbolini-2/+0
2025-05-10Rollup merge of #140789 - hermit-os:hermit-abi-0.5.1, r=Mark-SimulacrumMatthias Krüger-2/+2
2025-05-10Rollup merge of #140783 - veluca93:oncelock-docs, r=jhprattMatthias Krüger-1/+1
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-2/+18
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-5/+15
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-08Rollup merge of #140759 - dpaoliello:symlink, r=workingjubileeMatthias Krüger-0/+16
2025-05-08std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on...xizheyin-0/+6
2025-05-08std: Make consistence between `From` and `Into`xizheyin-2/+2
2025-05-08Update documentation of OnceLock::get_or_init.Luca Versari-1/+1