about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2023-02-19Use custom implementation of read_buf in Read for &'a FileDescTomasz Miąsko-0/+4
2023-02-18Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-sebors-0/+11
2023-02-16Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-seDylan DPC-74/+39
2023-02-14Revert to using `RtlGenRandom`Chris Denton-103/+31
2023-02-13Rollup merge of #107985 - alesito85:master, r=ChrisDentonMatthias Krüger-1/+6
2023-02-13Add another error to Windows file open fallbackalesito85-1/+6
2023-02-12Hermit: Remove floor symbolMartin Kröning-5/+0
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-2/+1
2023-02-11Rollup merge of #107900 - ChrisDenton:zero-header, r=thomccDylan DPC-0/+2
2023-02-11Rollup merge of #106001 - sdroege:glibc-skip-over-null-argv, r=ChrisDentonDylan DPC-6/+22
2023-02-10Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` headerChris Denton-0/+2
2023-02-09Allow wasi-libc to initialize its environment variables lazily.Dan Gohman-1/+7
2023-01-29Rollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitorMatthias Krüger-0/+1
2023-01-28Replace libc::{type} with crate::ffi::{type}Ayush Singh-1/+1
2023-01-26std: optimize `LazyLock` sizejoboet-0/+11
2023-01-26Rollup merge of #106779 - RReverser:patch-2, r=Mark-SimulacrumMatthias Krüger-8/+3
2023-01-23Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomccbors-55/+33
2023-01-21library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2023-01-18signal update string representation for haiku.David Carlier-0/+2
2023-01-17refactor[std]: do not use box syntaxjoboet-55/+33
2023-01-14Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPCMatthias Krüger-28/+28
2023-01-14Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-SimulacrumMatthias Krüger-27/+41
2023-01-14Remove various double spaces in source comments.André Vennberg-28/+28
2023-01-14Re-add #[allow(unused)] attrIngvar Stepanyan-0/+1
2023-01-14Use associated items of `char` instead of freestanding items in `core::char`Lukas Markeffsky-2/+1
2023-01-12Avoid __cxa_thread_atexit_impl on EmscriptenIngvar Stepanyan-8/+2
2023-01-11Stop probing for statx unless necessaryMateusz Guzik-27/+41
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-12-31std: use id-based thread parking on SOLIDjoboet-74/+39
2022-12-30Rollup merge of #105903 - joboet:unify_parking, r=m-ou-seMichael Goulet-231/+86
2022-12-30std: remove unnecessary `#[cfg]` on NetBSDjoboet-2/+0
2022-12-30std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c...joboet-18/+6
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-2/+2
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-6/+5
2022-12-29std: pass hint to id-based parking functionsjoboet-10/+10
2022-12-29std: unify id-based thread parking implementationsjoboet-226/+95
2022-12-29Auto merge of #105590 - solid-rs:patch/kmc-solid/thread-lifecycle-ordering, r...bors-9/+16
2022-12-29Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrumbors-51/+2
2022-12-28Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-seMatthias Krüger-2/+2
2022-12-28delete more `cfg(bootstrap)`Lukas Markeffsky-6/+1
2022-12-28Update bootstrap cfgPietro Albini-45/+1
2022-12-28Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomccbors-2/+4
2022-12-27Auto merge of #97176 - kraktus:cmd_debug, r=the8472bors-7/+60
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-7/+60
2022-12-23Stop at the first `NULL` argument when iterating `argv`Sebastian Dröge-6/+22
2022-12-22std: only use LFS function on glibcmochaaP-12/+12
2022-12-19Auto merge of #105698 - joboet:unsupported_threads_once, r=thomccbors-0/+94
2022-12-18Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrumbors-38/+19
2022-12-17Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-SimulacrumMatthias Krüger-1/+41
2022-12-14Rollup merge of #105598 - RalfJung:more-comments, r=the8472Matthias Krüger-3/+4