about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-1/+28
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-99/+82
2025-02-16Synchronize platform adaptors for OsString/OsStrThalia Archibald-74/+119
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-3/+3
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-1/+2
2025-02-15Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhprattbors-2739/+2772
2025-02-15Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=AmanieuJacob Pratt-2734/+2770
2025-02-15Rollup merge of #136879 - kornelski:non1, r=NoratriebJacob Pratt-5/+2
2025-02-15Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35bors-0/+6
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-37/+39
2025-02-14std: Apply unsafe_op_in_unsafe_fnEric Huss-1/+1
2025-02-14Fix safety of windows uwp functionsEric Huss-2/+2
2025-02-14Rollup merge of #136052 - no1wudi:fix, r=workingjubileeMatthias Krüger-1/+1
2025-02-14Add safe new to NotAllOnesKornel-5/+2
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/+6
2025-02-13std: Apply deprecated_safe_2024Eric Huss-6/+8
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 unsafe_attr_outside_unsafeEric Huss-27/+27
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-13Windows: Update generated bindings to 0.59Chris Denton-2734/+2770
2025-02-12Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviperJacob Pratt-273/+151
2025-02-12std: replace the `FromInner` implementation for addresses with private conver...joboet-273/+151
2025-02-12expect EINVAL for pthread_mutex_destroy for aixHenry Jiang-3/+3
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-89/+73
2025-02-10Use io::const_error! when possible over io::Error::newThalia Archibald-10/+9
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-69/+69
2025-02-10Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-SimulacrumJubilee-10/+6
2025-02-09Mark extern blocks as unsafeMichael Goulet-66/+66
2025-02-09Mark link_section attr with unsafeMichael Goulet-3/+3
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-18/+20
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-3/+41
2025-02-09Rollup merge of #136213 - erickt:fs, r=Mark-SimulacrumUrgau-1/+17
2025-02-09Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-SimulacrumUrgau-2/+24
2025-02-08Rustfmtbjorn3-18/+20
2025-02-08Rollup merge of #135696 - joboet:move_pal_io, r=NoratriebMatthias Krüger-236/+91
2025-02-07std: get rid of `sys_common::io`joboet-6/+10
2025-02-07std: move `io` module out of `pal`joboet-230/+81
2025-02-06sys: net: Add UEFI stubsAyush Singh-0/+374
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1004/+873
2025-02-05Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt许杰友 Jieyou Xu (Joe)-3/+62
2025-02-04Use Option for FindNextFileHandleChris Denton-10/+6
2025-02-03std::fs: further simplify dirent64 handlingRalf Jung-8/+6
2025-02-02std: move network code into `sys`joboet-1004/+873
2025-02-02uefi: process: Add support for command environment variablesAyush Singh-3/+62
2025-01-30Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhprattMatthias Krüger-5/+158
2025-01-28Allow Rust to use a number of libc filesystem callsErick Tryzelaar-1/+17