| Age | Commit message (Expand) | Author | Lines |
| 2021-02-25 | Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}. | Mara Bos | -0/+35 |
| 2021-02-24 | Reuse `std::sys::unsupported::pipe` on `hermit` | Christiaan Dirkx | -38/+1 |
| 2021-02-24 | x.py fmt | Dan Gohman | -3/+3 |
| 2021-02-24 | Mention "wasi" in the comment about "main modules". | Dan Gohman | -1/+1 |
| 2021-02-24 | Make the main `wasi` module `cfg(not(doc))`. | Dan Gohman | -2/+4 |
| 2021-02-24 | Use `super::` to refer to WASI-specific names. | Dan Gohman | -7/+7 |
| 2021-02-24 | Cast `libc::STDIN_FILENO` to `RawFd`. | Dan Gohman | -6/+6 |
| 2021-02-24 | Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6` | Christiaan Dirkx | -10/+21 |
| 2021-02-24 | Bump minimum libc version to 0.2.85 for std. | Maarten de Vries | -1/+1 |
| 2021-02-24 | Use libc::accept4 on Android instead of raw syscall. | Maarten de Vries | -7/+1 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -8/+14 |
| 2021-02-23 | Update outdated comment in unix Command. | Eric Huss | -17/+7 |
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -3/+2 |
| 2021-02-23 | Enable API documentation for `std::os::wasi`. | Dan Gohman | -19/+79 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -17/+2 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -2/+4 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+4 |
| 2021-02-23 | Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton | Dylan DPC | -6/+2 |
| 2021-02-23 | ExitStatus: Improve documentation re wait status vs exit status | Ian Jackson | -9/+30 |
| 2021-02-23 | process::unix: Test wait status formatting | Ian Jackson | -0/+26 |
| 2021-02-22 | Add a `size()` function to WASI's `MetadataExt`. | Dan Gohman | -0/+5 |
| 2021-02-22 | fix io::copy specialization when writer was opened with O_APPEND | The8472 | -8/+10 |
| 2021-02-22 | add test for failing io::copy specialization | The8472 | -0/+18 |
| 2021-02-22 | Avoid `cfg_if` in `std::os` | Jonas Schievink | -27/+27 |
| 2021-02-22 | process::unix: Handle other wait statuses in ExitStatus as Display | Ian Jackson | -2/+11 |
| 2021-02-22 | Add impl `Error` for `Arc` | Richard Dodd | -0/+22 |
| 2021-02-22 | Add missing "see its documentation for more" stdio | Ivan Tham | -2/+2 |
| 2021-02-22 | Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus | Yuki Okushi | -54/+57 |
| 2021-02-21 | update tracking issue for raw_os_nonzero | Ashley Mannix | -1/+1 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -17/+2 |
| 2021-02-20 | Rollup merge of #82244 - pickfire:patch-6, r=dtolnay | Guillaume Gomez | -2/+2 |
| 2021-02-19 | x.py fmt | Dan Gohman | -6/+1 |
| 2021-02-19 | Rollup merge of #81873 - mark-i-m:unlock, r=m-ou-se | Dylan DPC | -0/+20 |
| 2021-02-18 | add Mutex::unlock | mark | -0/+20 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -1/+1 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -4/+4 |
| 2021-02-18 | Rollup merge of #82243 - pickfire:patch-5, r=jyn514 | Yuki Okushi | -4/+4 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+1 |
| 2021-02-18 | Keep consistency in example for Stdin StdinLock | Ivan Tham | -2/+2 |
| 2021-02-18 | Add missing link from stdio doc | Ivan Tham | -4/+4 |
| 2021-02-17 | Rollup merge of #77728 - lygstate:master, r=Amanieu | Dylan DPC | -10/+49 |
| 2021-02-17 | Provide NonZero_c_* integers | Ian Jackson | -18/+48 |
| 2021-02-17 | std::src::os::raw: Refactor, introducing macro type_alias! | Ian Jackson | -54/+27 |
| 2021-02-17 | Expose force_quotes on Windows. | Yonggang Luo | -10/+49 |
| 2021-02-16 | Optimize FromIterator<OsString> to reuse the first allocation | Ryan Lopopolo | -4/+11 |
| 2021-02-16 | Add caveat to Path::display() about lossiness | Manish Goregaokar | -2/+6 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -0/+2 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -2/+2 |
| 2021-02-15 | Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnay | Jonas Schievink | -1/+0 |
| 2021-02-15 | Rollup merge of #82119 - m-ou-se:typo, r=dtolnay | Jonas Schievink | -1/+1 |