| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Add in the comment that solaris lacks also the 'linkat' | Daniel Laügt | -1/+1 |
| 2022-11-28 | linkat() not available in the system headers of Solaris 10 | Daniel Laügt | -1/+1 |
| 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 |
| 2022-10-24 | Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2022-10-23 | Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrum | bors | -20/+65 |
| 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-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -70/+121 |
| 2022-10-18 | Auto merge of #103075 - SUPERCILEX:miri-metadata, r=thomcc | bors | -2/+8 |
| 2022-10-16 | Eliminate 280-byte memset from ReadDir iterator | David Tolnay | -20/+65 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -2/+8 |
| 2022-10-15 | Rollup merge of #102773 - joboet:apple_parker, r=thomcc | Dylan DPC | -1/+143 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+6 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -0/+1 |
| 2022-10-14 | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha... | beetrees | -12/+4 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #102847 - joshtriplett:bugfix-impl-fd-traits-for-io-types, r=... | Dylan DPC | -49/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se | Dylan DPC | -0/+10 |
| 2022-10-13 | sync thread_local key conditions exactly with what the macro uses | Ralf Jung | -0/+1 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -5/+0 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 2022-10-10 | Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs` | Josh Triplett | -49/+1 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -2/+16 |
| 2022-10-09 | openbsd: don't reallocate a guard page on the stack. | Sébastien Marie | -0/+10 |