| Age | Commit message (Expand) | Author | Lines |
| 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-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-22 | Simplify hash table drops | Josh Stone | -47/+18 |
| 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 |
| 2017-03-17 | Break line longer than 100 characters | Dawid Ciężarkiewicz | -1/+2 |
| 2017-03-17 | Add `concurrent_recursive_mkdir` test | Dawid Ciężarkiewicz | -1/+22 |
| 2017-03-17 | Fix new version of `create_dir_all` | Dawid Ciężarkiewicz | -2/+2 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -4/+20 |
| 2017-03-17 | Fix a spelling error in HashMap documentation, and slightly reword it to be m... | Jeff Walden | -2/+2 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -2/+1 |
| 2017-03-17 | Stabilize process_abort feature, closes #37838 | Aaron Turon | -1/+1 |
| 2017-03-17 | Fix typo in mutex.rs docs | ScottAbbey | -1/+1 |
| 2017-03-17 | Auto merge of #40598 - frewsxcv:rollup, r=frewsxcv | bors | -205/+253 |
| 2017-03-17 | Rollup merge of #40503 - swgillespie:thread-hack-removal, r=sfackler | Corey Farwell | -14/+4 |
| 2017-03-17 | Rollup merge of #40458 - frewsxcv:frewsxcv-osstr, r=GuillaumeGomez | Corey Farwell | -0/+58 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -27/+27 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -164/+164 |
| 2017-03-16 | Merge branch 'master' into frewsxcv-osstr | Corey Farwell | -21/+104 |
| 2017-03-16 | documented order of conversion between u32 an ipv4addr | z1mvader | -0/+2 |
| 2017-03-15 | Stabilize pub(restricted) | Taylor Cramer | -1/+1 |
| 2017-03-15 | Implement Error for !. | Clar Charr | -0/+6 |
| 2017-03-15 | Removes Default for Box<Path>. | Clar Charr | -14/+0 |
| 2017-03-15 | Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton | bors | -21/+104 |
| 2017-03-14 | Add doc example for `OsString::into_boxed_os_str`. | Corey Farwell | -0/+12 |
| 2017-03-14 | Add doc example for `OsString::shrink_to_fit`. | Corey Farwell | -0/+16 |
| 2017-03-14 | Add doc example for `OsString::reserve_exact`. | Corey Farwell | -0/+10 |
| 2017-03-14 | Add doc example for `OsString::reserve`. | Corey Farwell | -0/+10 |
| 2017-03-14 | Add doc example for `OsStr::to_os_string`. | Corey Farwell | -0/+10 |