| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2017-03-20 | Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnik | Corey Farwell | -0/+21 |
| 2017-03-20 | Fix up various links | steveklabnik | -7/+7 |
| 2017-03-19 | Rollup merge of #40566 - clarcharr:never_error, r=sfackler | Corey Farwell | -0/+6 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -4/+56 |
| 2017-03-19 | Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-03-19 | Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfackler | Corey Farwell | -2/+2 |
| 2017-03-19 | Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomez | Corey Farwell | -1/+1 |
| 2017-03-19 | Rollup merge of #40590 - z1mvader:master, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-03-19 | Fix a typo in path.rs docs | Petr Zemek | -1/+1 |
| 2017-03-18 | Fix problems left in `concurrent_recursive_mkdir` | Dawid Ciężarkiewicz | -3/+4 |
| 2017-03-17 | Fix `create_dir_all("")` | Dawid Ciężarkiewicz | -0/+14 |
| 2017-03-17 | Reorder match checks in `create_dir_all` | Dawid Ciężarkiewicz | -1/+1 |
| 2017-03-17 | Fix problems found on Windows in `dir_create_all` | Dawid Ciężarkiewicz | -4/+3 |