| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-02 | request at least ptr-size alignment from posix_memalign | Ralf Jung | -1/+11 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-06-26 | Use pointer::write_bytes for android sigemptyset | Josh Stone | -5/+3 |
| 2019-06-26 | Avoid mem::uninitialized() in std::sys::unix | Josh Stone | -58/+57 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -4/+0 |
| 2019-05-29 | Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-05-26 | Print file mode of PermissionExt in octal in Examples | oberien | -1/+1 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -325/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -2/+0 |
| 2019-05-22 | Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton | Mazdak Farrokhzad | -22/+16 |
| 2019-05-20 | Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfackler | Mazdak Farrokhzad | -1/+6 |
| 2019-05-15 | Revert "ensure fast thread local lookups occur once per access on macos" | tyler | -17/+0 |
| 2019-05-15 | ensure fast thread local lookups occur once per access on macos | tyler | -0/+17 |
| 2019-05-15 | remove dead code: requires_move_before_drop | tyler | -4/+0 |
| 2019-05-15 | Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett | bors | -35/+9 |