about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2024-04-12Add `unsafe` to two functions with safety invariantsEduardo Sánchez Muñoz-12/+14
2024-04-12zkvm: remove cmathMarijan Petričević-2/+0
2024-04-11std: use queue-based `RwLock` on Windows 7joboet-50/+6
2024-04-11std: use queue-based `RwLock` on Xousjoboet-74/+0
2024-04-11std: use queue-based `RwLock` on SGXjoboet-261/+47
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-86/+26
2024-04-10Rollup merge of #123534 - ChrisDenton:name, r=workingjubileeGuillaume Gomez-6/+123
2024-04-10visionOS: Fix unused import warningMads Marquart-12/+1
2024-04-10Auto merge of #122812 - dtolnay:mode, r=workingjubileebors-5/+186
2024-04-10Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhprattMatthias Krüger-31/+119
2024-04-09Show mode_t as octal in std::fs Debug implsDavid Tolnay-5/+186
2024-04-09Add comment on UTF-16 surrogatesChris Denton-0/+2
2024-04-09Windows: set main thread name without reencodingChris Denton-4/+8
2024-04-09Add const UTF-8 to UTF-16 conversion macrosChris Denton-2/+113
2024-04-09Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbinibors-12/+93
2024-04-09Auto merge of #123485 - madsmtm:use-libc-copyfile, r=joboetbors-39/+10
2024-04-09Fix dead code warningbjorn3-0/+1
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+93
2024-04-08Store all args in the unsupported Command implementationbjorn3-31/+118
2024-04-08Rollup merge of #115984 - hermit-os:fuse, r=m-ou-seMatthias Krüger-103/+251
2024-04-05Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubileeGuillaume Gomez-141/+9
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-13/+102
2024-04-05Revert #121666Chris Denton-141/+9
2024-04-05macOS: Use `libc` definitions for copyfileMads Marquart-39/+10
2024-04-04Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboetMatthias Krüger-30/+14
2024-04-04Add comments about using debug_assertChris Denton-0/+4
2024-04-03Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhprattJacob Pratt-7/+13
2024-04-03rename `expose_addr` to `expose_provenance`joboet-2/+2
2024-04-02Rollup merge of #122411 - alexcrichton:wasm32-wasip2-cabi-realloc, r=m-ou-seJubilee-9/+70
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-6/+6
2024-04-02Avoid panicking unnecessarily on startupChris Denton-30/+10
2024-04-02style: fmtSteve Lau-1/+2
2024-04-02fix: build on haiku by adding missing importSteve Lau-1/+1
2024-04-01Rollup merge of #123323 - devnexen:thread_set_name_solaris_fix, r=workingjubileeJubilee-1/+6
2024-04-01std::thread: set_name change for solaris/illumos.David Carlier-1/+6
2024-04-01Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDentonbors-3/+11
2024-04-01Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDentonbors-418/+289
2024-04-01std::thread: adding get_name implementation for solaris/illumos.David Carlier-3/+11
2024-03-31std::thread: adding get_name haiku implementation.David Carlier-1/+19
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-108/+2
2024-03-31std: move UNIX stack overflow guard page handling into `stack_overflow.rs`joboet-310/+287
2024-03-30std::thread: adding freebsd/netbsd to the linux's get_name implementation.David Carlier-1/+8
2024-03-27Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubileeMatthias Krüger-1/+1
2024-03-27Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubileeMatthias Krüger-6/+22
2024-03-26unix fs: Make hurd and horizon using explicit new rather than FromSamuel Thibault-2/+2
2024-03-26Unix: Support more platforms with `preadv` and `pwritev`Benoît du Garreau-6/+22
2024-03-26std library unix/thread.rs: fix NetBSD code for ILP32 CPUs.Havard Eidnes-1/+1
2024-03-24Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=AmanieuMatthias Krüger-2/+6
2024-03-24Rollup merge of #122983 - taiki-e:bsd, r=workingjubileeMatthias Krüger-1/+1
2024-03-24fix build.David Carlier-5/+3