| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett | Jack Huey | -2/+11 |
| 2021-04-29 | Rollup merge of #84590 - est31:array_into_iter, r=nikomatsakis | Jack Huey | -2/+47 |
| 2021-04-29 | Link between std::env::{var, var_os} and std::env::{vars, vars_os} | r00ster91 | -2/+11 |
| 2021-04-29 | Ignore doctests in bootstrap | est31 | -1/+2 |
| 2021-04-28 | Rollup merge of #84663 - CDirkx:dropguard, r=Mark-Simulacrum | Jack Huey | -24/+4 |
| 2021-04-28 | Auto merge of #84615 - a1phyr:clone_from_pathbuf_osstring, r=Mark-Simulacrum | bors | -3/+39 |
| 2021-04-28 | Auto merge of #84650 - a1phyr:simplify_mutex_into_inner, r=m-ou-se | bors | -19/+2 |
| 2021-04-28 | Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead | Christiaan Dirkx | -24/+4 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -118/+34 |
| 2021-04-28 | Simplify `Mutex::into_inner` | Benoît du Garreau | -19/+2 |
| 2021-04-28 | Rollup merge of #84624 - r00ster91:patch-5, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-04-28 | Add a paragraph with possible alternatives on older editions | est31 | -0/+42 |
| 2021-04-27 | Make sentence in env::args_os' docs plain and simple | r00ster | -1/+1 |
| 2021-04-27 | Rollup merge of #84521 - CDirkx:hermit-dedup, r=Mark-Simulacrum | Dylan DPC | -92/+3 |
| 2021-04-27 | Override `clone_from` method for PathBuf and OsString | Benoît du Garreau | -3/+39 |
| 2021-04-26 | Rollup merge of #84551 - r00ster91:patch-4, r=yaahc | Mara Bos | -8/+16 |
| 2021-04-26 | Point out that behavior might be switched on 2015 and 2018 editions too one day | est31 | -2/+4 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+76 |
| 2021-04-25 | Change wording | r00ster | -2/+2 |
| 2021-04-25 | Unify the docs of std::env::{args_os, args} more | r00ster | -8/+16 |
| 2021-04-25 | Auto merge of #84216 - RalfJung:black-box, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+1 |
| 2021-04-25 | Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-se | bors | -20/+57 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+76 |
| 2021-04-24 | Ignore array IntoIterator tests in bootstrap | Josh Stone | -2/+4 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -262/+175 |
| 2021-04-25 | Rollup merge of #84179 - CDirkx:dont_send_sync, r=m-ou-se | Yuki Okushi | -27/+30 |
| 2021-04-24 | Reuse `unix::path` and `unsupported::{io, thread_local_key}` on `hermit` | Christiaan Dirkx | -92/+3 |
| 2021-04-24 | Rollup merge of #84387 - CDirkx:poison, r=m-ou-se | Yuki Okushi | -14/+15 |
| 2021-04-23 | Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}` | Christiaan Dirkx | -27/+30 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -32/+27 |
| 2021-04-22 | Rollup merge of #84402 - CDirkx:rwlock, r=dtolnay | Dylan DPC | -60/+53 |
| 2021-04-22 | Remove `Once` from `init` | Christiaan Dirkx | -6/+10 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -2/+13 |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -9/+12 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -57/+31 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -32/+27 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -24/+7 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -196/+134 |
| 2021-04-22 | Move `sys_common::poison` to `sync::poison` | Christiaan Dirkx | -14/+15 |
| 2021-04-21 | Rollup merge of #84212 - CDirkx:void, r=m-ou-se | Mara Bos | -252/+238 |
| 2021-04-21 | Rollup merge of #84119 - CDirkx:vxworks, r=m-ou-se | Mara Bos | -222/+88 |
| 2021-04-21 | Rollup merge of #84013 - CDirkx:fmt, r=m-ou-se | Mara Bos | -29/+29 |
| 2021-04-21 | Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock` | Christiaan Dirkx | -60/+53 |