| Age | Commit message (Expand) | Author | Lines |
| 2019-05-06 | convert custom try macro to `?` | Marcel Hellwig | -45/+31 |
| 2019-05-03 | Categorize WASI as an "OS" rather than as an "environment". | Dan Gohman | -1/+1 |
| 2019-05-03 | Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichton | bors | -7/+17 |
| 2019-05-03 | Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=Centril | Mazdak Farrokhzad | -41/+41 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -19/+69 |
| 2019-05-02 | Fix potential integer overflow in SGX memory range calculation. | Jethro Beekman | -7/+17 |
| 2019-05-02 | Make tidy::version::Version a [u32; 3] | Alexey Shmalko | -41/+41 |
| 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-29 | SGX target: implemented vectored I/O | Jethro Beekman | -13/+50 |
| 2019-04-29 | SGX target: don't unwind on usercall index out of bounds | Jethro Beekman | -2/+10 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -169/+169 |
| 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/+8 |
| 2019-04-19 | Fix sync_all on macos/ios | David Vázquez Púa | -2/+9 |
| 2019-04-16 | SGX target: change re-entry abort logic | Jethro Beekman | -19/+11 |
| 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 | -34/+163 |
| 2019-04-14 | Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertj | Mazdak Farrokhzad | -17/+9 |
| 2019-04-12 | Rollup merge of #59892 - rylev:as-raw-fd, r=alexcrichton | Mazdak Farrokhzad | -67/+190 |
| 2019-04-11 | Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocket | Ryan Levick | -67/+190 |
| 2019-04-10 | SGX target: fix cfg(test) build | Jethro Beekman | -3/+3 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -34/+163 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -17/+9 |
| 2019-04-06 | Rollup merge of #59727 - alexcrichton:wasi-apis, r=fitzgen | Mazdak Farrokhzad | -87/+86 |
| 2019-04-06 | Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton | Mazdak Farrokhzad | -41/+44 |
| 2019-04-05 | wasi: Use shared API for preopened fds | Alex Crichton | -87/+86 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -13/+38 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -13/+38 |
| 2019-04-04 | Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen | bors | -304/+1139 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -262/+1091 |
| 2019-04-01 | SGX target: Use linker option to avoid code CGU assignment kludge | Jethro Beekman | -41/+44 |
| 2019-04-01 | wasi: Implement `error_string` to get readable errors | Alex Crichton | -2/+15 |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -48/+52 |
| 2019-04-01 | wasi: Use raw syscalls for stdio | Alex Crichton | -14/+9 |
| 2019-04-01 | wasi: Load arguments via syscalls | Alex Crichton | -26/+24 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in redox | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in sgx | Mazdak Farrokhzad | -19/+20 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in wasi | Mazdak Farrokhzad | -25/+25 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi | Mazdak Farrokhzad | -3/+4 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -94/+94 |
| 2019-03-30 | Rollup merge of #59512 - euclio:stdio-locks, r=sfackler | Mazdak Farrokhzad | -0/+51 |
| 2019-03-29 | Add a new wasm32-unknown-wasi target | Alex Crichton | -0/+1965 |
| 2019-03-29 | implement `AsRawFd` for stdio locks | Andy Russell | -0/+51 |
| 2019-03-28 | Fix missed fn rename in #59284 | Jethro Beekman | -1/+1 |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -55/+74 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -6/+6 |
| 2019-03-26 | fix some uses I missed | Ralf Jung | -6/+6 |
| 2019-03-26 | Rollup merge of #59374 - faern:simplify-checked-duration-since, r=shepmaster | Mazdak Farrokhzad | -25/+18 |