summaryrefslogtreecommitdiff
path: root/library/std/src/sys
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-122-4/+14
|\
| * Improve code around SGX waitqueueUrgau2023-05-111-3/+13
| * Remove and fix useless drop of referenceUrgau2023-05-102-2/+2
* | Don't force include Windows goop when documentingChris Denton2023-05-091-25/+0
|/
* Auto merge of #110152 - ChrisDenton:windows-sys, r=thomccbors2023-05-0915-3097/+7088
|\
| * Sort windows_sys.lst alphabeticallyChris Denton2023-05-051-614/+617
| * Use new bindingsChris Denton2023-05-0511-52/+69
| * Generate windows-sys bindingsChris Denton2023-05-054-3045/+7016
* | PS Vita std supportNikolay Arhipov2023-05-079-22/+58
* | Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti...Yuki Okushi2023-05-061-1/+5
|\ \
| * | Fix MXCSR configuration dependent timingRaoul Strackx2023-05-031-1/+5
* | | Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomccYuki Okushi2023-05-061-0/+19
|\ \ \
| * | | Add FreeBSD cpuset support to std::thread::available_concurrencyThomas Hurst2023-04-251-0/+19
* | | | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomccDylan DPC2023-05-053-24/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha...beetrees2022-10-143-24/+8
* | | | Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi2023-05-052-1/+6
|\ \ \ \
| * | | | avoid duplicating TLS state between test std and realstdRalf Jung2023-04-282-1/+6
* | | | | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-seManish Goregaokar2023-05-034-0/+16
|\ \ \ \ \
| * | | | | std: replace generic thread parker with explicit no-op parkerjoboet2023-02-164-0/+16
* | | | | | Use `from_wide_to_user_path` in `read_link`Chris Denton2023-05-032-4/+7
* | | | | | Correctly convert an NT path to a Win32 pathChris Denton2023-05-031-11/+16
| |_|_|_|/ |/| | | |
* | | | | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC2023-05-021-1/+1
|\ \ \ \ \
| * | | | | Remove all in target_thread_local cfgAyush Singh2023-04-271-1/+1
* | | | | | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger2023-05-0119-0/+43
|\ \ \ \ \ \
| * | | | | | Inline AsRawFd implementationsKonrad Borowski2023-05-0110-0/+10
| * | | | | | Inline socket function implementationsKonrad Borowski2023-05-012-0/+6
| * | | | | | Inline AsInner implementationsKonrad Borowski2023-05-0118-0/+27
* | | | | | | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplettMatthias Krüger2023-05-012-2/+39
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times`beetrees2023-04-082-2/+39
* | | | | | | handle cfg(bootstrap)Pietro Albini2023-04-282-3/+3
| |_|_|/ / / |/| | | | |
* | | | | | remove_dir_all: delete directory with fewer permsChris Denton2023-04-281-19/+22
| |/ / / / |/| | | |
* | | | | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors2023-04-264-305/+274
|\ \ \ \ \
| * | | | | Restructure and rename thread local things in std.Mara Bos2023-04-264-305/+274
* | | | | | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger2023-04-263-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Spelling library/Josh Soref2023-04-263-4/+4
* | | | | | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514jyn2023-04-261-2/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix `std` compilation error for wasi+atomicsPierre Krieger2023-04-201-2/+7
* | | | | | More `mem::take` in `library`Scott McMurray2023-04-201-1/+1
|/ / / / /
* | | | | Windows: map a few more error codes to ErrorKindChris Denton2023-04-161-3/+6
|/ / / /
* | | | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger2023-04-144-6/+0
|\ \ \ \
| * | | | remove some unneeded importsKaDiWa2023-04-124-6/+0
* | | | | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger2023-04-142-2/+2
|\ \ \ \ \
| * | | | | Fix typos in libraryDaniPopes2023-04-102-2/+2
| | |/ / / | |/| | |
* | | | | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDentonbors2023-04-141-3/+4
|\ \ \ \ \
| * | | | | Check the presence of linkat() on Solaris (not available in version 10, avail...Daniel Laügt2023-03-221-5/+6
| * | | | | Add in the comment that solaris lacks also the 'linkat'Daniel Laügt2022-11-291-1/+1
| * | | | | linkat() not available in the system headers of Solaris 10Daniel Laügt2022-11-281-1/+1
* | | | | | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDentonbors2023-04-132-16/+88
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | avoid zero-copy ops for File->Pipe and File->Socket in io::copyThe 84722023-04-031-16/+46
| * | | | | test that modifications to the source don't become visible after io::copyThe 84722023-04-031-0/+42