| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Extract WStrUnits to sys_common::wstr | Ayush Singh | -52/+2 |
| 2022-11-26 | Remove redundant `all` in cfg | Chris Denton | -6/+6 |
| 2022-11-25 | Implement masking in FileType comparison on Unix | Arthur Carcano | -1/+10 |
| 2022-11-24 | feat: implement TcpStream shutdown for wasm32-wasi | Harald Hoyer | -2/+8 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -0/+1 |
| 2022-11-21 | dont attempt strict provenance in SGX | Ralf Jung | -0/+1 |
| 2022-11-20 | Rollup merge of #104558 - thomcc:unalign-diriter, r=ChrisDenton | Matthias Krüger | -10/+23 |
| 2022-11-20 | cfg(miri) no longer needed in sys/unix/time.rs | Ralf Jung | -2/+2 |
| 2022-11-18 | Handle the case that even the filename array is unaligned. | Thom Chiovoloni | -5/+14 |
| 2022-11-17 | Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned | Thom Chiovoloni | -5/+9 |
| 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 | -390/+388 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -5/+6 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -5/+6 |
| 2022-10-27 | Use stdio in UWP apps | Chris Denton | -120/+28 |
| 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-24 | Pass on null handle values to child process | Chris Denton | -7/+5 |
| 2022-10-23 | Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-se | Michael Howell | -8/+12 |
| 2022-10-23 | Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrum | bors | -20/+65 |
| 2022-10-22 | Rollup merge of #103360 - ChrisDenton:isterm-filetype, r=thomcc | Dylan DPC | -2/+12 |
| 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-21 | Reduce false positives in msys2 detection | Chris Denton | -2/+12 |
| 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 | Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomcc | bors | -55/+29 |
| 2022-10-15 | Rollup merge of #102773 - joboet:apple_parker, r=thomcc | Dylan DPC | -1/+143 |
| 2022-10-15 | Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomcc | bors | -1/+92 |
| 2022-10-15 | Use Align8 to avoid misalignment if the allocator or Vec doesn't align alloca... | Josh Triplett | -7/+7 |
| 2022-10-15 | Rewrite FILE_NAME_INFO handling to avoid enlarging slice reference | Josh Triplett | -4/+4 |
| 2022-10-15 | Make is_terminal fail fast if a process has no console at all | Josh Triplett | -1/+9 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+83 |
| 2022-10-14 | Rollup merge of #103017 - fortanix:raoul/sgx_tls_fix, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -0/+2 |
| 2022-10-14 | Bugfix: keep TLS data in sync | Raoul Strackx | -0/+1 |
| 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 | -98/+2 |
| 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/+2 |