| Age | Commit message (Expand) | Author | Lines |
| 2021-02-27 | Rollup merge of #82473 - de-vri-es:android-x86-accept4, r=m-ou-se | Dylan DPC | -7/+1 |
| 2021-02-27 | Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichton | Dylan DPC | -0/+5 |
| 2021-02-27 | Rollup merge of #82420 - sunfishcode:wasi-docs, r=alexcrichton | Dylan DPC | -29/+91 |
| 2021-02-26 | doc: cube root, not cubic root | Trevor Spiteri | -2/+2 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -20/+15 |
| 2021-02-25 | Rollup merge of #82467 - ojeda:tidy-normalize-safety-comments, r=kennytm | Aaron Hill | -8/+14 |
| 2021-02-25 | Rollup merge of #82464 - ehuss:unix-command-comment, r=kennytm | Aaron Hill | -17/+7 |
| 2021-02-25 | Rollup merge of #80553 - derekdreery:arc_error, r=m-ou-se | Dylan DPC | -0/+22 |
| 2021-02-25 | Use intra-doc links. | Mara | -4/+4 |
| 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 | 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 |