| Age | Commit message (Expand) | Author | Lines |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -1/+1 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -0/+8 |
| 2021-08-02 | Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-08-02 | Rollup merge of #86183 - inquisitivecrystal:env-nul, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-07-27 | Add warning to SGX mutex implementation | Jethro Beekman | -0/+2 |
| 2021-07-27 | Revert "SGX mutex is movable" | Jethro Beekman | -1/+1 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -2/+2 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -2/+2 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -5/+5 |
| 2021-06-22 | Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitor | Yuki Okushi | -0/+6 |
| 2021-06-22 | Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu | Yuki Okushi | -2/+2 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -4/+2 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+8 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -5/+5 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -5/+5 |
| 2021-06-01 | Multiple improvements to RwLocks | Benoît du Garreau | -0/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+1 |
| 2021-05-07 | Revert SGX inline asm syntax | Jethro Beekman | -2/+2 |
| 2021-05-07 | Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisa | Dylan DPC | -6/+7 |
| 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 | Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogb | Dylan DPC | -10/+65 |
| 2021-05-03 | Move `std::sys::sgx::ext` to `std::os::fortanix_sgx` | Christiaan Dirkx | -267/+0 |
| 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 #84522 - CDirkx:cmath, r=yaahc | bors | -31/+1 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -31/+1 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+6 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+6 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -9/+11 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -3/+4 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -0/+2 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -4/+5 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -3/+4 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -4/+0 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -2/+5 |
| 2021-04-21 | Ensure TLS destructors run before thread joins in SGX | Mohsen Zohrevandi | -10/+65 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -35/+36 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -10/+5 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -1/+1 |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -1/+1 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -7/+4 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -1/+1 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -6/+3 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -9/+9 |
| 2021-03-03 | Auto merge of #76345 - okready:sgx-mem-range-overflow-checks, r=joshtriplett | bors | -8/+34 |
| 2021-01-13 | deprecate atomic::spin_loop_hint in favour of hint::spin_loop | Ashley Mannix | -2/+3 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -5/+5 |
| 2020-11-24 | Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum | bors | -10/+35 |