| Age | Commit message (Expand) | Author | Lines |
| 2023-11-01 | Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc | bors | -1/+3 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -0/+2 |
| 2023-09-22 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -2/+8 |
| 2023-09-21 | Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty mask | The 8472 | -6/+19 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -2/+8 |
| 2023-09-18 | panic when encountering an illegal cpumask | The 8472 | -2/+4 |
| 2023-08-29 | std::thread::set_name exploit the return on haiku | David CARLIER | -1/+3 |
| 2023-08-18 | QNX: pass a truncated thread name to the OS | Jorge Aparicio | -0/+4 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -1/+2 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -1/+7 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -1/+2 |
| 2023-06-06 | std: available_parallelism using native netbsd api first | David Carlier | -0/+23 |
| 2023-05-31 | use c literals in library | klensy | -2/+1 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -2/+13 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -8/+8 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -2/+2 |
| 2022-12-14 | Rollup merge of #105399 - mikebenfield:lfs, r=thomcc | Matthias Krüger | -2/+5 |
| 2022-12-07 | Avoid heap allocation when truncating thread names | Gavin Li | -12/+7 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -2/+5 |
| 2022-11-16 | available_parallelism: Handle 0 cfs_period_us | Adam Casey | -2/+2 |
| 2022-10-26 | thread::set_name: debug-assert that things went well | Ralf Jung | -6/+10 |
| 2022-10-21 | Move truncation next to other thread tests for tidy | Josh Stone | -25/+0 |
| 2022-10-21 | Truncate thread names on Linux and Apple targets | Josh Stone | -0/+43 |
| 2022-10-13 | Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se | Dylan DPC | -0/+10 |
| 2022-10-09 | openbsd: don't reallocate a guard page on the stack. | Sébastien Marie | -0/+10 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -2/+1 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-08-08 | linux: Use `pthread_setname_np` instead of `prctl` | Josh Stone | -3/+9 |
| 2022-07-23 | Auto merge of #97925 - the8472:cgroupv1, r=joshtriplett | bors | -46/+189 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -1/+1 |
| 2022-06-24 | scan mountinfo when hardcoded cgroupv1 mountpoints don't work | The 8472 | -19/+83 |
| 2022-06-09 | add cgroupv1 support to available_parallelism | The 8472 | -47/+126 |
| 2022-04-06 | Change trailing prctl arguments to c_ulong | Ben Kimock | -1/+7 |
| 2022-04-03 | Don't cast thread name to an integer for prctl | Ben Kimock | -1/+1 |
| 2022-03-30 | Fix library/std compilation on openbsd. | Dan Gohman | -1/+1 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -23/+25 |
| 2022-03-05 | do not attempt to open cgroup files under Miri | Ralf Jung | -0/+5 |
| 2022-03-03 | hardcode /sys/fs/cgroup instead of doing a lookup via mountinfo | The 8472 | -53/+67 |
| 2022-03-03 | Use cgroup quotas for calculating `available_parallelism` | The 8472 | -3/+68 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -5/+5 |
| 2021-11-12 | Refactor weak symbols in std::sys::unix | Josh Stone | -7/+10 |
| 2021-10-31 | Make std::thread::available_concurrency support process-limited number of CPUs | Josh Triplett | -0/+8 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+2 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -1/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -1/+2 |
| 2021-10-02 | haiku thread affinity build fix | David Carlier | -6/+10 |