about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-23/+63
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-23/+63
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-51/+101
2025-09-03Rollup merge of #145944 - alexcrichton:native-wasip2, r=tgross35Stuart Cook-13/+177
2025-09-03thread parking: fix docs and examplesRalf Jung-1/+3
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-0/+2
2025-08-31std: fix `SplitPaths` regressionjoboet-5/+15
2025-08-30Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35Trevor Gross-6/+18
2025-08-30Fix spurious test timeoutChris Denton-6/+18
2025-08-30std: clarify `OpenOptions` error for create without write accessVladimir Petrzhikovskii-6/+44
2025-08-29Rollup merge of #146017 - maurer:pipe2, r=Mark-SimulacrumTrevor Gross-0/+1
2025-08-29Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35Trevor Gross-1/+1
2025-08-29std: use a TAIT to define `SplitPaths` on UNIXjoboet-29/+7
2025-08-29std: haiku: fix `B_FIND_PATH_IMAGE_PATH`Pavel Grigorenko-1/+1
2025-08-29Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-SimulacrumStuart Cook-0/+1
2025-08-29Rollup merge of #144354 - rafaeling:fix-142726-qnx8-link-fail, r=tgross35Stuart Cook-1/+1
2025-08-29Mark pipe2 supported in AndroidMatthew Maurer-0/+1
2025-08-28std: Start supporting WASIp2 nativelyAlex Crichton-13/+177
2025-08-28Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDentonStuart Cook-7/+10
2025-08-27Rollup merge of #145746 - ivmarkov:fix-nofollow-espidf, r=ibraheemdevJacob Pratt-2/+11
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-3/+5
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-81/+14
2025-08-26remove deprecated Error::description in implsMarijn Schouten-81/+14
2025-08-25fix(std): Add __my_thread_exit stub for QNX 8Rafael RL-1/+1
2025-08-23Rollup merge of #144452 - morinmorin:apple/update_read_limit, r=ChrisDentonSamuel Tardieu-3/+3
2025-08-23std library: use execinfo library also on NetBSD.Havard Eidnes-0/+1
2025-08-23Fix STD build failing for target_os = espidfivmarkov-2/+11
2025-08-21Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-SimulacrumJacob Pratt-24/+26
2025-08-20Move WTF-8 code from std to core/allocltdk-3/+5
2025-08-21Add flock support for cygwin王宇逸-0/+10
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-0/+10
2025-08-19Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett许杰友 Jieyou Xu (Joe)-0/+10
2025-08-19Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol许杰友 Jieyou Xu (Joe)-3/+3
2025-08-19Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, r=ibrahe...许杰友 Jieyou Xu (Joe)-0/+15
2025-08-18Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieubors-472/+658
2025-08-18implement std::fs::set_permissions_nofollow on unixbinarycat-0/+15
2025-08-17Rust build fails on OpenBSD after using file_lock featureSebastien Marie-0/+10
2025-08-16std: fix more typosbinarycat-2/+2
2025-08-16tidy now installs typos-cli as-needed via cargobinarycat-1/+1
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-472/+658
2025-08-15Rollup merge of #145412 - tgross35:win-tid, r=ChrisDentonJakub Beránek-3/+3
2025-08-14Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`Trevor Gross-3/+3
2025-08-14std: thread: Return error if setting thread stack size failsJens Reidel-1/+12
2025-08-13Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcmJakub Beránek-1/+1
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-1/+1
2025-08-12Constify SystemTime methodsltdk-59/+139
2025-08-11std: sys: pal: uefi: tests: Add systemtime testsAyush Singh-24/+96
2025-08-11std: sys: pal: uefi: Overhaul TimeAyush Singh-18/+110
2025-08-11Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishopStuart Cook-0/+196
2025-08-10Rollup merge of #145150 - ChrisDenton:inherit, r=Mark-SimulacrumJacob Pratt-12/+11