| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-08-08 | Rollup merge of #63332 - marmistrz:truncate, r=alexcrichton | Mazdak Farrokhzad | -3/+9 |
| 2019-08-08 | Move the TryInto import into the inner scope | Marcin Mielniczuk | -1/+1 |
| 2019-08-06 | Fix cfg_if usage | Jeremy Soller | -2/+2 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -32/+92 |
| 2019-08-06 | Add an overflow check in truncate implementation for Unix. | Marcin Mielniczuk | -3/+9 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -0/+24 |
| 2019-08-02 | Auto merge of #62309 - jlevon:62302, r=alexcrichton | bors | -1/+14 |
| 2019-08-02 | provide thread name to OS for Solarish systems | John Levon | -1/+14 |
| 2019-08-01 | Remove mach dependency | gnzlbg | -5/+21 |
| 2019-08-01 | Update libc and use the Mach kernel APIs via the mach crate instead. | gnzlbg | -4/+5 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -2/+2 |
| 2019-07-26 | add repr(transparent) to IoSliceMut where missing | Niv Kaminer | -0/+1 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -1/+1 |
| 2019-07-18 | Fix clippy::clone_on_copy warnings | Mateusz Mikuła | -1/+1 |
| 2019-07-11 | Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-07-10 | filedesc: don't use ioctl(FIOCLEX) on Linux | Aleksa Sarai | -0/+2 |
| 2019-07-06 | Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton | Mazdak Farrokhzad | -1/+9 |
| 2019-07-03 | fix unused-import error on android | Ralf Jung | -2/+1 |
| 2019-07-02 | improve and deduplicate comments | Ralf Jung | -4/+3 |