| Age | Commit message (Expand) | Author | Lines |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -25/+25 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -27/+41 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -25/+25 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -117/+56 |
| 2022-12-30 | std: remove unnecessary `#[cfg]` on NetBSD | joboet | -2/+0 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -6/+5 |
| 2022-12-29 | std: pass hint to id-based parking functions | joboet | -7/+7 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -115/+56 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -51/+2 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -6/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -45/+1 |
| 2022-12-28 | Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc | bors | -2/+4 |
| 2022-12-27 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -7/+60 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -7/+60 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -12/+12 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+19 |
| 2022-12-17 | Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2022-12-14 | Rollup merge of #105598 - RalfJung:more-comments, r=the8472 | Matthias Krüger | -3/+4 |
| 2022-12-14 | Rollup merge of #105399 - mikebenfield:lfs, r=thomcc | Matthias Krüger | -8/+31 |
| 2022-12-12 | fs: Fix #50619 (again) and add a regression test | Tavian Barnes | -38/+19 |
| 2022-12-12 | explain mem::forget(env_lock) in fork/exec | Ralf Jung | -3/+4 |
| 2022-12-11 | Implement blocking output | Ayush Singh | -0/+19 |
| 2022-12-11 | Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-Simulacrum | Matthias Krüger | -66/+34 |
| 2022-12-10 | Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviper | Matthias Krüger | -12/+7 |
| 2022-12-10 | Rollup merge of #104901 - krtab:filetype_compare, r=the8472 | Matthias Krüger | -2/+18 |
| 2022-12-09 | Replace hand-made masking by call to masked() method in FileType | Arthur Carcano | -1/+1 |
| 2022-12-08 | Add read_to_end for AnonPipe | Ayush Singh | -0/+4 |
| 2022-12-07 | Avoid heap allocation when truncating thread names | Gavin Li | -12/+7 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -8/+31 |
| 2022-12-06 | Implement masking in FileType hashing on Unix | Arthur Carcano | -1/+8 |
| 2022-12-05 | Reimplement weak! using Option. | Peter Collingbourne | -1/+36 |
| 2022-12-02 | std: cleanup timeouts in pthread condvar | joboet | -66/+34 |
| 2022-11-25 | Implement masking in FileType comparison on Unix | Arthur Carcano | -1/+10 |
| 2022-11-20 | cfg(miri) no longer needed in sys/unix/time.rs | Ralf Jung | -2/+2 |
| 2022-11-16 | available_parallelism: Handle 0 cfs_period_us | Adam Casey | -2/+2 |
| 2022-11-14 | macos, aarch64, and not(miri) | Cameron | -2/+2 |
| 2022-11-13 | just use `libc::clockid_t` | Cameron | -8/+3 |
| 2022-11-13 | Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targets | Joy | -3/+15 |
| 2022-11-06 | std: fix double-free of mutex | joboet | -1/+1 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -251/+268 |
| 2022-10-27 | Rollup merge of #103564 - RalfJung:miri-unused, r=thomcc | Matthias Krüger | -2/+3 |
| 2022-10-26 | thread::set_name: debug-assert that things went well | Ralf Jung | -6/+10 |
| 2022-10-26 | library: allow some unused things in Miri | Ralf Jung | -2/+3 |
| 2022-10-25 | Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc | Dylan DPC | -0/+18 |