about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2023-06-04Avoid unwind across `extern "C"` in `thread_local::fast_local.rs`Thom Chiovoloni-11/+32
2023-06-03Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki...bors-14/+62
2023-06-02Rollup merge of #111647 - klensy:cstr, r=oli-obkMatthias Krüger-26/+25
2023-06-02Only determine clock res once; give up before sleeping more than 1 secondFlorian Bartels-23/+37
2023-06-02Retry to fork/spawn with exponential backoffFlorian Bartels-10/+44
2023-06-02fix ptr castklensy-7/+9
2023-05-31Fix bug in utf16_to_utf8 for zero length stringsShane Murphy-0/+13
2023-05-31use c literals in libraryklensy-25/+22
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-5/+5
2023-05-25std: make internal-only items `pub(crate)`Michael Howell-5/+5
2023-05-15Add creation time support to `FileTimes` on apple and windowsbeetrees-19/+55
2023-05-13refactor: Remove bespoke from_os_str_bytes_uncheckedEd Page-13/+7
2023-05-13refactor: Remove redundant, private OsStr::bytesEd Page-22/+24
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-4/+14
2023-05-11Improve code around SGX waitqueueUrgau-3/+13
2023-05-10Remove and fix useless drop of referenceUrgau-2/+2
2023-05-09Don't force include Windows goop when documentingChris Denton-25/+0
2023-05-09Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors-3097/+7088
2023-05-07PS Vita std supportNikolay Arhipov-22/+58
2023-05-06Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti...Yuki Okushi-1/+5
2023-05-06Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomccYuki Okushi-0/+19
2023-05-05Sort windows_sys.lst alphabeticallyChris Denton-614/+617
2023-05-05Use new bindingsChris Denton-52/+69
2023-05-05Generate windows-sys bindingsChris Denton-3045/+7016
2023-05-05Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomccDylan DPC-24/+8
2023-05-05Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi-1/+6
2023-05-03Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-seManish Goregaokar-0/+16
2023-05-03Fix MXCSR configuration dependent timingRaoul Strackx-1/+5
2023-05-03Use `from_wide_to_user_path` in `read_link`Chris Denton-4/+7
2023-05-03Correctly convert an NT path to a Win32 pathChris Denton-11/+16
2023-05-02Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC-1/+1
2023-05-01Relax implicit `W: Sized` bound on `BufWriter<W>`Maybe Waffle-1/+1
2023-05-01Relax implicit `R: Sized` bound on `BufReader<R>`Maybe Waffle-1/+1
2023-05-01Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger-0/+43
2023-05-01Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplettMatthias Krüger-2/+39
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+10
2023-05-01Inline socket function implementationsKonrad Borowski-0/+6
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+27
2023-04-28handle cfg(bootstrap)Pietro Albini-3/+3
2023-04-28avoid duplicating TLS state between test std and realstdRalf Jung-1/+6
2023-04-28remove_dir_all: delete directory with fewer permsChris Denton-19/+22
2023-04-27Remove all in target_thread_local cfgAyush Singh-1/+1
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-305/+274
2023-04-26Restructure and rename thread local things in std.Mara Bos-305/+274
2023-04-26Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger-4/+4
2023-04-26Rollup merge of #110587 - tomaka:fix-109727, r=jyn514jyn-2/+7
2023-04-26Spelling library/Josh Soref-4/+4
2023-04-25Add FreeBSD cpuset support to std::thread::available_concurrencyThomas Hurst-0/+19
2023-04-20More `mem::take` in `library`Scott McMurray-1/+1
2023-04-20Fix `std` compilation error for wasi+atomicsPierre Krieger-2/+7