| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -164/+164 |
| 2017-03-13 | std: remove a workaround for privacy limitations that isn't necessary anymore | Sean Gillespie | -14/+4 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -27/+27 |
| 2017-03-11 | Implement placement-in protocol for `HashMap` | Charlie Fan | -5/+183 |
| 2017-03-10 | Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichton | Alex Crichton | -0/+25 |
| 2017-03-10 | Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=alexcrichton | Alex Crichton | -6/+40 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -21/+104 |
| 2017-03-10 | OsString::shrink_to_fit. | Clar Charr | -0/+25 |
| 2017-03-10 | travis: Fuchsia builder | Petr Hosek | -3/+0 |
| 2017-03-09 | Removed RustFMT changes | Joshua Horwitz | -0/+21 |
| 2017-03-09 | Distinguish the ways `CStr::from_bytes_with_nul` can fail | Tobias Bucher | -6/+40 |
| 2017-03-08 | Rollup merge of #40283 - oconnor663:args_docs, r=alexcrichton | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-08 | Rollup merge of #40237 - arthurprs:hm-adapt2, r=alexcrichton | Ariel Ben-Yehuda | -24/+74 |