| Age | Commit message (Expand) | Author | Lines |
| 2017-04-03 | Derive Hash for ThreadId + better example | Stephen M. Coakley | -17/+13 |
| 2017-04-02 | std::thread docs: fix link to current() | Simon Sapin | -1/+1 |
| 2017-04-02 | Improve documentation for `std::fs::DirBuilder` | Peter Gerber | -3/+6 |
| 2017-04-01 | Add more std::ascii module-level docs. | Eugene Bulkin | -0/+14 |
| 2017-04-01 | Clean up std::ascii sub-level docs. | Eugene Bulkin | -8/+44 |
| 2017-03-31 | Fix warnings in examples | Bryan Tan | -9/+9 |
| 2017-03-31 | Fix broken links to std::iter::Iterator::next | Bryan Tan | -2/+2 |
| 2017-03-31 | Add links and examples to std::sync::mpsc docs (#29377) | Bryan Tan | -31/+136 |
| 2017-03-31 | Updating the description for BarrierWaitResult #29377 | projektir | -5/+4 |
| 2017-03-31 | Rollup merge of #40763 - pirate:patch-2, r=steveklabnik | Corey Farwell | -0/+12 |
| 2017-03-31 | Rollup merge of #40703 - GuillaumeGomez:pointer-docs, r=steveklabnik | Corey Farwell | -4/+9 |
| 2017-03-31 | Rollup merge of #40904 - rap2hpoutre:patch-1, r=steveklabnik | Corey Farwell | -0/+14 |
| 2017-03-31 | Rollup merge of #40869 - ctjhoa:master, r=steveklabnik | Corey Farwell | -0/+19 |
| 2017-03-31 | Rollup merge of #40842 - Mic92:RawFd, r=aturon | Corey Farwell | -0/+15 |
| 2017-03-30 | Add links to std::sync::mpsc docs #29377 | Bryan Tan | -15/+25 |
| 2017-03-30 | tweak links | Nick Sweeting | -2/+2 |
| 2017-03-30 | Replace hardcoded forward slash with path::MAIN_SEPARATOR | Thomas Jespersen | -2/+2 |
| 2017-03-30 | Update process.rs | raph | -1/+1 |
| 2017-03-29 | Improve os::linux documentation (#29367) | Camille TJHOA | -0/+19 |
| 2017-03-29 | Removing trailing spaces | raph | -3/+3 |
| 2017-03-29 | adding /// | raph | -0/+1 |
| 2017-03-29 | Add example to std::process::abort | raph | -0/+13 |
| 2017-03-29 | Rollup merge of #40866 - projektir:once_docs, r=estebank | Corey Farwell | -8/+29 |
| 2017-03-29 | Adding linking for Once docs #29377 | projektir | -8/+29 |
| 2017-03-28 | Rollup merge of #40838 - lukaramu:std-net-docs, r=GuillaumeGomez | Corey Farwell | -140/+476 |
| 2017-03-28 | Rollup merge of #40783 - stepancheg:cursor-new-0, r=aturon | Corey Farwell | -0/+4 |
| 2017-03-28 | add missing import | Nick Sweeting | -0/+2 |
| 2017-03-27 | Rollup merge of #40837 - alanstoate:ascii-docs, r=steveklabnik | Alex Crichton | -9/+15 |
| 2017-03-27 | Fix tidy errors and simplify example | Nick Sweeting | -8/+6 |
| 2017-03-27 | Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturon | Alex Crichton | -55/+46 |
| 2017-03-27 | Rollup merge of #40317 - malbarbo:update-libc, r=alexcrichton | Alex Crichton | -10/+35 |
| 2017-03-27 | Addressed requested changes for PR #40838 | lukaramu | -26/+17 |
| 2017-03-27 | Fixed spelling mistakes | Alan Stoate | -2/+2 |
| 2017-03-26 | Implement AsRawFd/IntoRawFd for RawFd | Jörg Thalheim | -0/+15 |
| 2017-03-26 | fix trailing whitespace | lukaramu | -1/+1 |
| 2017-03-26 | Expanded std::net module docs | lukaramu | -0/+26 |
| 2017-03-26 | Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket} | lukaramu | -9/+58 |
| 2017-03-26 | Added links to std::net::Shutdown docs and made them more consistent | lukaramu | -6/+19 |
| 2017-03-26 | Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docs | lukaramu | -0/+36 |
| 2017-03-26 | Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ... | lukaramu | -26/+90 |
| 2017-03-26 | Removed link in std::net::ToSocketAddr's summary sentence | lukaramu | -3/+1 |
| 2017-03-26 | Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docs | lukaramu | -42/+160 |
| 2017-03-26 | Added links to std::net::AddrParseError's documentation | lukaramu | -1/+13 |
| 2017-03-26 | Added links throughout std::net::ToSocketAddrs' documentation | lukaramu | -17/+35 |
| 2017-03-26 | std::net docs: changed occurences of "RFC" to say "IETF RFC" | lukaramu | -24/+24 |
| 2017-03-26 | Update std::net:Incoming's docs to use standard iterator boilerplate | lukaramu | -8/+8 |
| 2017-03-26 | added missing links in std::net TCP docs | lukaramu | -6/+17 |
| 2017-03-26 | change string references in asciiext r? @steveklabnik | aStoate | -9/+15 |
| 2017-03-25 | Update ChildStderr docs to be clearer | Michael Gattozzi | -2/+3 |
| 2017-03-25 | Remove extra wait from Child docs | Michael Gattozzi | -1/+1 |