| Age | Commit message (Expand) | Author | Lines |
| 2019-04-10 | Re-export NonZero signed variant in std | Lzu Tao | -0/+2 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -24/+15 |
| 2019-04-09 | Fix links on keyword docs. | Eric Huss | -30/+25 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -1/+1 |
| 2019-04-07 | Auto merge of #59765 - lzutao:patch-1, r=Centril | bors | -1/+3 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -29/+40 |
| 2019-04-07 | Add reference to cfg attr | lzutao | -1/+3 |
| 2019-04-06 | Rollup merge of #59740 - cuviper:folded-extend, r=scottmcm | Mazdak Farrokhzad | -6/+2 |
| 2019-04-05 | Change `copytest` parameter name from `y` to `sign` | Will Hakes | -10/+10 |
| 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 | Future-proof the Futures API | Taylor Cramer | -29/+40 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -6/+2 |
| 2019-04-05 | wasi: Use shared API for preopened fds | Alex Crichton | -87/+86 |
| 2019-04-05 | Rollup merge of #59690 - xfix:patch-17, r=cramertj | Mazdak Farrokhzad | -0/+3 |
| 2019-04-05 | Rollup merge of #59665 - ssomers:hashset_revisited, r=KodrAus | Mazdak Farrokhzad | -1/+5 |
| 2019-04-05 | Auto merge of #59643 - alexcrichton:wasi-symbols, r=sanxiyn | bors | -1/+1 |
| 2019-04-04 | std: Upgrade `compiler_builtins` to fix wasi linkage | Alex Crichton | -1/+1 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -13/+38 |
| 2019-04-04 | Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril | bors | -2/+9 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -13/+38 |
| 2019-04-04 | Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay | Mazdak Farrokhzad | -2/+9 |
| 2019-04-04 | Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen | bors | -304/+1189 |
| 2019-04-04 | Mark unix::ffi::OsStrExt methods as inline | Konrad Borowski | -0/+3 |
| 2019-04-03 | File: Add documentation about dropping to sync_all | Chris Gregory | -1/+5 |
| 2019-04-03 | Support using LLVM's libunwind as the unwinder implementation | Petr Hosek | -0/+1 |
| 2019-04-03 | wasi: Fill out `std::fs` module for WASI | Alex Crichton | -262/+1141 |
| 2019-04-03 | improve worst-case performance of HashSet.is_subset | Stein Somers | -1/+5 |
| 2019-04-02 | Link to sync_all | Chris Gregory | -1/+2 |
| 2019-04-01 | Document using `sync_all` | Chris Gregory | -4/+3 |
| 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/+61 |
| 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 | Rollup merge of #59587 - XAMPPRocky:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-03-31 | Remove #[doc(hidden)] from Error::type_id | Aaron Power | -1/+0 |
| 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 | -367/+372 |
| 2019-03-30 | Added a missing !. | Christian | -1/+1 |
| 2019-03-30 | Added an example that shows how the remainder function on floating point valu... | Christian | -3/+3 |
| 2019-03-30 | Rollup merge of #59532 - mbrubeck:docs, r=Centril | Mazdak Farrokhzad | -6/+19 |
| 2019-03-30 | Rollup merge of #59528 - DevQps:improve-dbg-macro-docs, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 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 | -2/+1974 |
| 2019-03-29 | In doc examples, don't ignore read/write results | Matt Brubeck | -6/+19 |
| 2019-03-29 | Update src/libstd/macros.rs
| Mazdak Farrokhzad | -1/+0 |