| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-03-25 | Avoid using libc::sigemptyset on Android | Marco A L Barbosa | -2/+25 |
| 2017-03-25 | Rollup merge of #40642 - frewsxcv:io-bufread-doc-examples, r=GuillaumeGomez | Corey Farwell | -53/+84 |
| 2017-03-25 | Fix libc::bind call on aarch64-linux-android | Marco A L Barbosa | -4/+4 |
| 2017-03-25 | Fix c_char (u8 -> i8) definition for i686-linux-android | Marco A L Barbosa | -4/+6 |
| 2017-03-24 | Update `Child` docs to not have a note section | Michael Gattozzi | -11/+9 |
| 2017-03-24 | Rollup merge of #40794 - s3rvac:fix-formatting-in-command-envs-docs, r=stevek... | Corey Farwell | -0/+3 |
| 2017-03-24 | Add a missing feature attribute to the example for std::process::Command::env... | Petr Zemek | -0/+2 |
| 2017-03-24 | Fix formatting in the docs for std::process::Command::envs(). | Petr Zemek | -0/+1 |
| 2017-03-23 | Rewrite `io::BufRead` doc examples to better demonstrate behaviors. | Corey Farwell | -53/+84 |
| 2017-03-24 | Document Cursor::new position is 0 | Stepan Koltsov | -0/+4 |
| 2017-03-23 | add link to contribution guidelines and IRC room | Nick Sweeting | -3/+7 |
| 2017-03-23 | newline for breathing room | Nick Sweeting | -0/+1 |
| 2017-03-23 | requested changes | Nick Sweeting | -1/+2 |
| 2017-03-23 | Add contribution instructions to stdlib docs | Nick Sweeting | -0/+6 |
| 2017-03-23 | Add helpful hint on io function for beginners | Nick Sweeting | -0/+10 |
| 2017-03-23 | std: Don't cache stdio handles on Windows | Alex Crichton | -55/+46 |
| 2017-03-22 | Simplify hash table drops | Josh Stone | -47/+18 |
| 2017-03-21 | Add missing urls in ptr docs | Guillaume Gomez | -4/+9 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -1/+1 |
| 2017-03-20 | Rollup merge of #40332 - steveklabnik:extract-book, r=alexcrichton | Corey Farwell | -7/+7 |