| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Add `ExitStatusError` for `vxworks` | Christiaan Dirkx | -3/+29 |
| 2021-05-19 | Windows implementation of `fs::try_exists` | Chris Denton | -1/+30 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -3/+8 |
| 2021-05-19 | Windows `Command` environment variables are case-preserving | Chris Denton | -9/+128 |
| 2021-05-19 | Rename `rterr` to `rtprintpanic` | Christiaan Dirkx | -2/+2 |
| 2021-05-19 | Replace `sys_common::util::report_overflow` with `rterr!` | Christiaan Dirkx | -5/+10 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -10/+94 |
| 2021-05-15 | Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-se | bors | -0/+28 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -2/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+1 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -10/+92 |
| 2021-05-10 | windows: provide NonZeroDWORD | Ian Jackson | -0/+2 |
| 2021-05-07 | Revert SGX inline asm syntax | Jethro Beekman | -2/+2 |
| 2021-05-07 | panic/fork test: Do not run on emscripten | Ian Jackson | -0/+1 |
| 2021-05-07 | Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisa | Dylan DPC | -6/+7 |
| 2021-05-07 | Rollup merge of #85029 - jethrogb:jb/sgx-movable-mutex, r=m-ou-se | Dylan DPC | -1/+1 |
| 2021-05-07 | Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se | Dylan DPC | -65/+14 |
| 2021-05-07 | Rearrange SGX split module files | Jethro Beekman | -6/+7 |
| 2021-05-07 | SGX mutex is movable | Jethro Beekman | -1/+1 |
| 2021-05-07 | panic ui test: Provide comprehensive test for panic after fork | Ian Jackson | -0/+3 |
| 2021-05-07 | panic tests: Command: Test that we do not unwind past fork | Ian Jackson | -0/+23 |
| 2021-05-07 | panic/fork: Command: Do not unwind after fork() in child | Ian Jackson | -0/+1 |
| 2021-05-07 | Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogb | Dylan DPC | -10/+65 |
| 2021-05-06 | Rollup merge of #84712 - joshtriplett:simplify-chdir, r=yaahc | Dylan DPC | -5/+3 |
| 2021-05-06 | Use the proper import library names | Chris Denton | -168/+167 |
| 2021-05-06 | Add `#[link]` attributes to dll imports | Chris Denton | -0/+3 |
| 2021-05-03 | Allow documenting on `hermit` | Christiaan Dirkx | -1/+0 |
| 2021-05-03 | Move `std::sys::sgx::ext` to `std::os::fortanix_sgx` | Christiaan Dirkx | -267/+0 |
| 2021-05-03 | Move `std::sys::wasi::ext` to `std::os::wasi` | Christiaan Dirkx | -813/+0 |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -5390/+0 |
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -1155/+3 |
| 2021-05-03 | Move `std::sys::hermit::ext` to `std::os::hermit` | Christiaan Dirkx | -53/+0 |
| 2021-05-03 | Cleanup `std::os` | Christiaan Dirkx | -35/+23 |
| 2021-05-03 | Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett | bors | -5/+5 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -5/+5 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+5 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -2/+8 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -4/+4 |
| 2021-04-30 | Avoid using rbx in SGX inline assembly since it is reserved | Amanieu d'Antras | -2/+8 |
| 2021-04-30 | Auto merge of #84716 - joshtriplett:chroot, r=dtolnay | bors | -0/+33 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -118/+34 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+33 |
| 2021-04-29 | Simplify chdir implementation and minimize unsafe block | Josh Triplett | -5/+3 |
| 2021-04-28 | Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead | Christiaan Dirkx | -24/+4 |
| 2021-04-28 | Fix missing import in `unsupported::args` | Christiaan Dirkx | -0/+1 |
| 2021-04-28 | Reuse `unsupported::args` on `wasm` | Christiaan Dirkx | -42/+1 |
| 2021-04-28 | Move `wasm` atomics code to `wasm/atomics` | Christiaan Dirkx | -5/+5 |
| 2021-04-28 | Rework `wasm::thread` to `thread_atomics` | Christiaan Dirkx | -19/+8 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -118/+34 |