| Age | Commit message (Expand) | Author | Lines |
| 2021-11-07 | Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-se | bors | -0/+8 |
| 2021-11-05 | Also note tool expectations of fork vs clone3 | Josh Stone | -0/+2 |
| 2021-11-05 | Update another comment on fork vs. clone3 | Josh Stone | -2/+2 |
| 2021-11-05 | Only use `clone3` when needed for pidfd | Josh Stone | -7/+6 |
| 2021-11-04 | Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-11-02 | Update library/std/src/sys/unsupported/fs.rs | DrMeepster | -1/+1 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -8/+78 |
| 2021-11-02 | read_buf | DrMeepster | -6/+1 |
| 2021-11-01 | Run destructors from existing tls callback | Chris Denton | -23/+14 |
| 2021-11-01 | itron: Rename `itron::thread::{available_conccurrency -> available_parallelism}` | Tomoaki Kawada | -1/+1 |
| 2021-10-31 | Windows: Resolve Command program without using the current directory | Chris Denton | -29/+216 |
| 2021-10-31 | Windows thread-local keyless drop | Chris Denton | -1/+36 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -10/+10 |
| 2021-10-31 | Make std::thread::available_concurrency support process-limited number of CPUs | Josh Triplett | -0/+8 |
| 2021-10-31 | Rollup merge of #90401 - mkroening:hermit-condvar, r=joshtriplett | Matthias Krüger | -2/+14 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -13/+174 |
| 2021-10-29 | hermit: Implement Condvar::wait_timeout | Martin Kröning | -2/+14 |
| 2021-10-26 | Clarify platform availability of GetTempPath2 | Eugene Talagrand | -1/+1 |
| 2021-10-23 | Fix typo | Chris Denton | -1/+1 |
| 2021-10-23 | Make sure `CreateDirectoryW` works for path lengths > 247 | Chris Denton | -1/+12 |
| 2021-10-22 | Add comment documenting why we can't use a simpler solution | Steven | -0/+4 |
| 2021-10-18 | Update std::env::temp_dir to use GetTempPath2 on Windows when available. | Eugene Talagrand | -1/+7 |
| 2021-10-19 | Rollup merge of #89941 - hermitcore:kernel, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-17 | Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=... | bors | -0/+1 |
| 2021-10-16 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2021-10-16 | Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandry | Matthias Krüger | -4/+7 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -27/+14 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -27/+14 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -6/+6 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+5 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -6/+6 |
| 2021-10-09 | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett | Guillaume Gomez | -8/+9 |
| 2021-10-08 | Let stack_overflow::imp::cleanup call drop_handler directly | bjorn3 | -10/+10 |
| 2021-10-07 | environ on macos uses directly libc which has the correct signature. | David CARLIER | -4/+1 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -7/+7 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -1/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+6 |
| 2021-10-05 | Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnay | Manish Goregaokar | -3/+13 |
| 2021-10-04 | Rollup merge of #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisa | Manish Goregaokar | -6/+10 |
| 2021-10-04 | Rollup merge of #87631 - :solarish_upd_fs, r=joshtriplett | Manish Goregaokar | -13/+17 |
| 2021-10-03 | Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay | Manish Goregaokar | -6/+11 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-03 | Automatically convert paths to verbatim | Chris Denton | -13/+163 |
| 2021-10-02 | Run the #85441 regression test on MSVC only | Simonas Kazlauskas | -3/+3 |
| 2021-10-02 | Only register `WSACleanup` if `WSAStartup` is actually ever called | Christiaan Dirkx | -6/+11 |
| 2021-10-02 | haiku thread affinity build fix | David Carlier | -6/+10 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |