| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-14 | Rollup merge of #60780 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -4/+1 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+2 |
| 2019-05-13 | Revert "use SecRandomCopyBytes on macOS in Miri" | Ralf Jung | -4/+1 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -35/+9 |
| 2019-05-06 | use exhaustive_patterns to be able to use `?` | Marcel Hellwig | -5/+6 |
| 2019-05-06 | convert custom try macro to `?` | Marcel Hellwig | -17/+10 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -19/+69 |
| 2019-05-02 | Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS. | Edward Barnard | -19/+69 |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -1/+4 |
| 2019-05-01 | Fall back to `/dev/urandom` on `EPERM` for `getrandom` | Tobias Bucher | -1/+6 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -36/+36 |
| 2019-04-21 | use SecRandomCopyBytes on macOS in Miri | Ralf Jung | -1/+4 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+2 |
| 2019-04-19 | Fix sync_all on macos/ios | David Vázquez Púa | -2/+9 |
| 2019-04-16 | Add a comment explaining why SecRandomCopyBytes is not used on MacOS | Ed Barnard | -0/+7 |
| 2019-04-14 | Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler | Mazdak Farrokhzad | -15/+35 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -15/+35 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -2/+1 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -7/+20 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -7/+20 |