about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2025-02-14std: Apply unsafe_op_in_unsafe_fnEric Huss-5/+5
2025-02-14Fix safety of windows uwp functionsEric Huss-2/+2
2025-02-14Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboetMatthias Krüger-18/+11
2025-02-14Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhprattMatthias Krüger-12/+6
2025-02-14Rollup merge of #136052 - no1wudi:fix, r=workingjubileeMatthias Krüger-1/+1
2025-02-14Add safe new to NotAllOnesKornel-29/+14
2025-02-13Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboetJubilee-3/+3
2025-02-14Implement `f{16,32,64,128}::{erf,erfc}`Pavel Grigorenko-0/+280
2025-02-13std: Apply deprecated_safe_2024Eric Huss-42/+66
2025-02-13std: Apply fixes for tail drop expressionsEric Huss-2/+2
2025-02-13std: Apply rust_2024_incompatible_patEric Huss-2/+2
2025-02-13std: Apply dependency_on_unit_never_type_fallbackEric Huss-1/+3
2025-02-13std: Apply missing_unsafe_on_externEric Huss-2/+2
2025-02-13std: Apply unsafe_attr_outside_unsafeEric Huss-28/+28
2025-02-13Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviperbors-1/+0
2025-02-13library: Update rand to 0.9.0Eric Huss-4/+4
2025-02-13Consistently using as_mut_ptr() and as_ptr() in threadxizheyin-8/+11
2025-02-13Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unixxizheyin-13/+31
2025-02-13Use `slice::fill` in `io::Repeat` implementationDaniPopes-18/+11
2025-02-13Windows: Update generated bindings to 0.59Chris Denton-2734/+2770
2025-02-13Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhprattJacob Pratt-2/+1
2025-02-12Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmeaseJacob Pratt-0/+1
2025-02-12Rollup merge of #136818 - a1phyr:io_repeat_exact, r=jhprattJacob Pratt-0/+11
2025-02-12Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviperJacob Pratt-348/+155
2025-02-12Fix import in bench for wasmEric Huss-2/+1
2025-02-12Add diagnostic item for `std::io::BufRead`Samuel Tardieu-0/+1
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-348/+155
2025-02-12Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomezbors-2/+2
2025-02-12Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkinbors-0/+3
2025-02-12`f128` is quadruple-precisioneyelash-1/+1
2025-02-12`f16` is half-precisioneyelash-1/+1
2025-02-12expect EINVAL for pthread_mutex_destroy for aixHenry Jiang-3/+3
2025-02-11library: amend revert of extended_varargs_abi_support for beta diffJubilee Young-1/+3
2025-02-11Optionally add type names to `TypeId`s.Kevin Reid-0/+7
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-0/+1
2025-02-11Remove the common prelude moduleEric Huss-12/+6
2025-02-11Document that locking a file fails on Windows if the file is opened only for ...Josh Triplett-0/+15
2025-02-11Reword file lock documentation to clarify advisory vs mandatoryJosh Triplett-35/+40
2025-02-11Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdevMatthias Krüger-7/+34
2025-02-11Update docs for impl keywordMarijn Schouten-7/+34
2025-02-11Rollup merge of #136704 - benschulz:patch-1, r=ibraheemdevJacob Pratt-2/+2
2025-02-10Fix long lines which rustfmt fails to formatThalia Archibald-106/+45
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-91/+75
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-10/+9
2025-02-10Rollup merge of #136714 - tgross35:update-builtins, r=tgross35Matthias Krüger-1/+1
2025-02-10Implement `read*_exact` for `std:io::repeat`Benoît du Garreau-0/+11
2025-02-10Rollup merge of #136805 - RalfJung:miri-win-delete-self, r=NoratriebJubilee-0/+1
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-77/+77
2025-02-10Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-SimulacrumJubilee-10/+6
2025-02-10ignore win_delete_self test in MiriRalf Jung-0/+1