| Commit message (Expand) | Author | Age | Files | Lines |
| * | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | 2023-05-12 | 2 | -4/+14 |
| |\ |
|
| | * | Improve code around SGX waitqueue | Urgau | 2023-05-11 | 1 | -3/+13 |
| | * | Remove and fix useless drop of reference | Urgau | 2023-05-10 | 2 | -2/+2 |
| * | | Don't force include Windows goop when documenting | Chris Denton | 2023-05-09 | 1 | -25/+0 |
| |/ |
|
| * | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | 2023-05-09 | 15 | -3097/+7088 |
| |\ |
|
| | * | Sort windows_sys.lst alphabetically | Chris Denton | 2023-05-05 | 1 | -614/+617 |
| | * | Use new bindings | Chris Denton | 2023-05-05 | 11 | -52/+69 |
| | * | Generate windows-sys bindings | Chris Denton | 2023-05-05 | 4 | -3045/+7016 |
| * | | PS Vita std support | Nikolay Arhipov | 2023-05-07 | 9 | -22/+58 |
| * | | Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti... | Yuki Okushi | 2023-05-06 | 1 | -1/+5 |
| |\ \ |
|
| | * | | Fix MXCSR configuration dependent timing | Raoul Strackx | 2023-05-03 | 1 | -1/+5 |
| * | | | Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomcc | Yuki Okushi | 2023-05-06 | 1 | -0/+19 |
| |\ \ \ |
|
| | * | | | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | 2023-04-25 | 1 | -0/+19 |
| * | | | | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc | Dylan DPC | 2023-05-05 | 3 | -24/+8 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha... | beetrees | 2022-10-14 | 3 | -24/+8 |
| * | | | | Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-se | Yuki Okushi | 2023-05-05 | 2 | -1/+6 |
| |\ \ \ \ |
|
| | * | | | | avoid duplicating TLS state between test std and realstd | Ralf Jung | 2023-04-28 | 2 | -1/+6 |
| * | | | | | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-se | Manish Goregaokar | 2023-05-03 | 4 | -0/+16 |
| |\ \ \ \ \ |
|
| | * | | | | | std: replace generic thread parker with explicit no-op parker | joboet | 2023-02-16 | 4 | -0/+16 |
| * | | | | | | Use `from_wide_to_user_path` in `read_link` | Chris Denton | 2023-05-03 | 2 | -4/+7 |
| * | | | | | | Correctly convert an NT path to a Win32 path | Chris Denton | 2023-05-03 | 1 | -11/+16 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc | Dylan DPC | 2023-05-02 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Remove all in target_thread_local cfg | Ayush Singh | 2023-04-27 | 1 | -1/+1 |
| * | | | | | | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | 2023-05-01 | 19 | -0/+43 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Inline AsRawFd implementations | Konrad Borowski | 2023-05-01 | 10 | -0/+10 |
| | * | | | | | | Inline socket function implementations | Konrad Borowski | 2023-05-01 | 2 | -0/+6 |
| | * | | | | | | Inline AsInner implementations | Konrad Borowski | 2023-05-01 | 18 | -0/+27 |
| * | | | | | | | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | 2023-05-01 | 2 | -2/+39 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times` | beetrees | 2023-04-08 | 2 | -2/+39 |
| * | | | | | | | handle cfg(bootstrap) | Pietro Albini | 2023-04-28 | 2 | -3/+3 |
| | |_|_|/ / /
|/| | | | | |
|
| * | | | | | | remove_dir_all: delete directory with fewer perms | Chris Denton | 2023-04-28 | 1 | -19/+22 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | 2023-04-26 | 4 | -305/+274 |
| |\ \ \ \ \ |
|
| | * | | | | | Restructure and rename thread local things in std. | Mara Bos | 2023-04-26 | 4 | -305/+274 |
| * | | | | | | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | 2023-04-26 | 3 | -4/+4 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | Spelling library/ | Josh Soref | 2023-04-26 | 3 | -4/+4 |
| * | | | | | | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | 2023-04-26 | 1 | -2/+7 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | Fix `std` compilation error for wasi+atomics | Pierre Krieger | 2023-04-20 | 1 | -2/+7 |
| * | | | | | | More `mem::take` in `library` | Scott McMurray | 2023-04-20 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Windows: map a few more error codes to ErrorKind | Chris Denton | 2023-04-16 | 1 | -3/+6 |
| |/ / / / |
|
| * | | | | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | 2023-04-14 | 4 | -6/+0 |
| |\ \ \ \ |
|
| | * | | | | remove some unneeded imports | KaDiWa | 2023-04-12 | 4 | -6/+0 |
| * | | | | | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | 2023-04-14 | 2 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix typos in library | DaniPopes | 2023-04-10 | 2 | -2/+2 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | 2023-04-14 | 1 | -3/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | Check the presence of linkat() on Solaris (not available in version 10, avail... | Daniel Laügt | 2023-03-22 | 1 | -5/+6 |
| | * | | | | | Add in the comment that solaris lacks also the 'linkat' | Daniel Laügt | 2022-11-29 | 1 | -1/+1 |
| | * | | | | | linkat() not available in the system headers of Solaris 10 | Daniel Laügt | 2022-11-28 | 1 | -1/+1 |
| * | | | | | | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDenton | bors | 2023-04-13 | 2 | -16/+88 |
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| | * | | | | | avoid zero-copy ops for File->Pipe and File->Socket in io::copy | The 8472 | 2023-04-03 | 1 | -16/+46 |
| | * | | | | | test that modifications to the source don't become visible after io::copy | The 8472 | 2023-04-03 | 1 | -0/+42 |