about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-18Rollup merge of #140966 - est31:let_chains_library, r=tgross35León Orell Valerian Liehr-1/+0
2025-05-18Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-SimulacrumLeón Orell Valerian Liehr-143/+189
2025-05-18Rollup merge of #140511 - mathisbot:master, r=dtolnayLeón Orell Valerian Liehr-3/+4
2025-05-17Auto merge of #138087 - tgross35:core-float-math, r=Amanieubors-3704/+4711
2025-05-17Rollup merge of #139103 - joboet:abort_dedup, r=tgross35Matthias Krüger-117/+42
2025-05-17Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcmMatthias Krüger-0/+63
2025-05-17Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-SimulacrumMatthias Krüger-1/+2
2025-05-16Remove #![feature(let_chains)] from library and src/librustdocest31-1/+0
2025-05-16Add assert_unsafe_precondition!()s to as_ascii_unchecked() methodssam skeoch-0/+20
2025-05-16Add as_ascii_unchecked() methods to char, str, and u8sam skeoch-0/+43
2025-05-16Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=...Matthias Krüger-0/+72
2025-05-16Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdevMatthias Krüger-2/+2
2025-05-16Rollup merge of #140910 - paolobarbolini:wasi-fs-incorrect-stabilization, r=j...Matthias Krüger-2/+0
2025-05-16Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdevMatthias Krüger-2/+8
2025-05-15Auto merge of #141050 - matthiaskrgr:rollup-uyzqbmj, r=matthiaskrgrbors-21/+12
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-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-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-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