| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus | Mazdak Farrokhzad | -5/+5 |
| 2019-11-30 | Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril | bors | -2285/+2527 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -2285/+2527 |
| 2019-11-29 | really_init cmdline args on Miri | Ralf Jung | -1/+7 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -1/+29 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -3/+3 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+35 |
| 2019-11-24 | Use as_mut_ptr instead of casts | Paul Dicker | -5/+5 |
| 2019-11-22 | Make std::sys::unix::args::init a no-op on glibc Linux | leo60228 | -2/+8 |
| 2019-11-22 | Document ARGV_INIT_ARRAY | leo60228 | -0/+2 |
| 2019-11-22 | Set .init_array priority | leo60228 | -1/+1 |
| 2019-11-22 | Use .init_array section on glibc | leo60228 | -0/+20 |
| 2019-11-20 | Rollup merge of #66553 - hermitcore:hermit, r=rkruppe | Mazdak Farrokhzad | -1/+1 |
| 2019-11-19 | HermitCore support is moved to sys/hermit, remove obsolete statement in sys/unix | Stefan Lankes | -1/+1 |
| 2019-11-19 | Add unix::process::CommandExt::arg0 | Jeremy Fitzhardinge | -10/+35 |
| 2019-11-15 | Rollup merge of #66350 - hermitcore:hermit, r=rkruppe | Mazdak Farrokhzad | -0/+3 |
| 2019-11-14 | Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix | bors | -4/+0 |
| 2019-11-13 | Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter... | Robin Kruppe | -4/+0 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -17/+17 |
| 2019-11-13 | Merge remote-tracking branch 'rust-lang/master' into hermit | Stefan Lankes | -2/+8 |
| 2019-11-13 | protect creation of destructors by a mutex | Stefan Lankes | -0/+3 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -17/+17 |
| 2019-11-06 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -0/+4 |
| 2019-11-06 | Rollup merge of #66092 - niacat:master, r=nagisa | Mazdak Farrokhzad | -1/+2 |
| 2019-11-05 | Rollup merge of #66091 - Wind-River:master_xyz, r=cramertj | Pietro Albini | -1/+2 |
| 2019-11-05 | libstd: allow `improper_ctypes` in `sys/sgx` | David Wood | -0/+4 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -4/+4 |
| 2019-11-04 | Use any() in code shared between FreeBSD and NetBSD | nia | -1/+1 |
| 2019-11-04 | Use KERN_ARND syscall for random numbers on NetBSD, same as FreeBSD. | nia | -1/+2 |
| 2019-11-04 | Implemented the home_dir for VxWorks | Umesh Kalappa | -1/+2 |
| 2019-10-29 | vxWorks: remove all code related to UNIX socket as it is not supported by vxW... | BaoshanPang | -1828/+60 |
| 2019-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -2/+2 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -2/+2 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -30/+2255 |
| 2019-10-26 | Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisa | Yuki Okushi | -1/+7 |
| 2019-10-25 | forgot pushfq/popqfq: fixed | Raoul Strackx | -0/+2 |
| 2019-10-25 | cleaning up code | Raoul Strackx | -9/+4 |
| 2019-10-25 | removed unnecessary push | Raoul Strackx | -1/+0 |
| 2019-10-25 | Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichton | Mazdak Farrokhzad | -42/+55 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -14/+13 |
| 2019-10-23 | Rollup merge of #64178 - mati865:clippy, r=scottmcm | Mazdak Farrokhzad | -10/+9 |
| 2019-10-23 | Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichton | Yuki Okushi | -4/+4 |
| 2019-10-23 | Some tweaks | oxalica | -49/+44 |
| 2019-10-22 | Apply clippy::while_let_on_iterator suggestions | Mateusz Mikuła | -2/+1 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -8/+8 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -34/+2 |
| 2019-10-22 | Fix check of `statx` | oxalica | -16/+34 |
| 2019-10-21 | fixed ac vulnerability | Raoul Strackx | -0/+10 |
| 2019-10-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -18/+239 |
| 2019-10-20 | move interface to the unikernel in the crate hermit-abi | Stefan Lankes | -113/+54 |