| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril | bors | -2/+9 |
| 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-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-02 | Link to sync_all | Chris Gregory | -1/+2 |
| 2019-04-01 | Document using `sync_all` | Chris Gregory | -4/+3 |
| 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 |
| 2019-03-29 | Update src/libstd/macros.rs
| Mazdak Farrokhzad | -1/+2 |
| 2019-03-29 | Adjusted the indentation. | Christian | -2/+3 |
| 2019-03-29 | Edited the dbg! docs stating that dbg! works the same way in release builds. | Christian | -1/+6 |
| 2019-03-29 | implement `AsRawFd` for stdio locks | Andy Russell | -0/+51 |
| 2019-03-29 | Rollup merge of #59511 - jethrogb:jb/maybeinit-deprecated, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-29 | Rollup merge of #59503 - crlf0710:stablize_copysign, r=SimonSapin | Mazdak Farrokhzad | -4/+2 |
| 2019-03-28 | Fix missed fn rename in #59284 | Jethro Beekman | -1/+1 |
| 2019-03-29 | Stablize {f32,f64}::copysign(). | CrLF0710 | -4/+2 |
| 2019-03-28 | Use write_all instead of write in example code | Matt Brubeck | -7/+7 |
| 2019-03-28 | Rollup merge of #59474 - czipperz:bufwriter-fix-link-capitalization, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-03-28 | Rollup merge of #59472 - czipperz:bufreader-document-drop-discards, r=Centril | Mazdak Farrokhzad | -0/+4 |
| 2019-03-28 | Rollup merge of #59456 - czipperz:for-keyword-document-higher-ranked-trait-bo... | Mazdak Farrokhzad | -5/+12 |
| 2019-03-28 | Rollup merge of #59448 - benesch:macro-doc, r=Centril | Mazdak Farrokhzad | -22/+24 |
| 2019-03-28 | Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichton | Mazdak Farrokhzad | -55/+74 |
| 2019-03-27 | Fix link capitalization in documentation of std::io::BufWriter. | Chris Gregory | -2/+2 |
| 2019-03-27 | Document that `std::io::BufReader` discards contents on drop | Chris Gregory | -0/+4 |
| 2019-03-27 | Move link to rust book to next line to pass 100 column limit | Chris Gregory | -1/+2 |
| 2019-03-27 | Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=Amanieu | Josh Stone | -1/+4 |
| 2019-03-27 | Rollup merge of #59451 - TimDiekmann:patch-1, r=sfackler | Josh Stone | -1/+1 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -6/+6 |
| 2019-03-27 | Document std::fs::File close behavior ignoring errors | Chris Gregory | -1/+4 |
| 2019-03-27 | Add higher-ranked trait bounds link | Chris Gregory | -0/+1 |
| 2019-03-27 | Clarify behavior of dbg macro | Nikhil Benesch | -1/+2 |