| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril | bors | -605/+775 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -605/+775 |
| 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 | -2/+2 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+35 |
| 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-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -15/+15 |
| 2019-11-06 | Rollup merge of #66092 - niacat:master, r=nagisa | Mazdak Farrokhzad | -1/+2 |
| 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-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -1/+1 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -1/+1 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -30/+8 |
| 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 | -1/+1 |
| 2019-10-23 | Some tweaks | oxalica | -49/+44 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -1/+1 |
| 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-20 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -10/+217 |
| 2019-10-20 | Auto merge of #65469 - mati865:libc, r=alexcrichton | bors | -34/+2 |
| 2019-10-18 | Fix cast of stx_btime.tv_nsec | oxalica | -1/+1 |
| 2019-10-18 | Fix cfgs for current libc | oxalica | -89/+139 |
| 2019-10-18 | Prefer statx on linux if available | oxalica | -7/+164 |
| 2019-10-17 | Update emscripten functions declarations | Mateusz Mikuła | -34/+2 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+2 |
| 2019-10-06 | redesign of the interface to the unikernel HermitCore | Stefan Lankes | -30/+8 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -2/+1 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+2 |
| 2019-09-25 | Fix ExitStatus on Fuchsia | Tyler Mandry | -75/+93 |
| 2019-09-07 | Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj | Mazdak Farrokhzad | -27/+76 |
| 2019-09-06 | Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-05 | Add Fuchsia to actually_monotonic | Taylor Cramer | -0/+1 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -4/+5 |
| 2019-08-30 | fuchsia: Fix default environment behavior when spawning | Tyler Mandry | -2/+5 |
| 2019-08-30 | fuchsia: Don't fail to spawn if no stdin exists | Tyler Mandry | -22/+41 |
| 2019-08-30 | Don't try to use /dev/null on Fuchsia | Tyler Mandry | -9/+36 |
| 2019-08-29 | Update zx_time_t to an i64 | Tyler Mandry | -3/+3 |
| 2019-08-23 | Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini | bors | -13/+12 |
| 2019-08-19 | Consolidate sigemptyset workarounds | Joe Richey | -40/+27 |
| 2019-08-19 | remove any from cfgs | Artyom Pavlov | -2/+2 |
| 2019-08-19 | cfg fix 2 | Artyom Pavlov | -1/+2 |
| 2019-08-19 | fix cfg | Artyom Pavlov | -11/+9 |