| Age | Commit message (Expand) | Author | Lines |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -813/+558 |
| 2017-03-19 | Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrc | Corey Farwell | -59/+77 |
| 2017-03-19 | Rollup merge of #40521 - TimNN:panic-free-shift, r=alexcrichton | Corey Farwell | -28/+127 |
| 2017-03-19 | Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakis | Corey Farwell | -20/+53 |
| 2017-03-19 | Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | Corey Farwell | -13/+28 |
| 2017-03-19 | Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichton | Corey Farwell | -1/+37 |
| 2017-03-19 | Auto merge of #39799 - dpc:create_dir_all, r=alexcrichton | bors | -48/+64 |
| 2017-03-19 | Auto merge of #40651 - frewsxcv:rollup, r=frewsxcv | bors | -28/+216 |
| 2017-03-19 | Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcv | Corey Farwell | -1/+1 |
| 2017-03-19 | Rollup merge of #40646 - russmack:issue-40435-mention-none, r=frewsxcv | Corey Farwell | -4/+4 |
| 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 #40603 - QuietMisdreavus:slice-ptr-docs, r=GuillaumeGomez | Corey Farwell | -4/+4 |
| 2017-03-19 | Rollup merge of #40590 - z1mvader:master, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-03-19 | Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisa | Corey Farwell | -1/+17 |
| 2017-03-19 | Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichton | Corey Farwell | -0/+20 |
| 2017-03-19 | Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrc | Corey Farwell | -1/+33 |
| 2017-03-19 | Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcv | Corey Farwell | -4/+28 |
| 2017-03-19 | Rollup merge of #40562 - mbrubeck:bootstrap, r=alexcrichton | Corey Farwell | -6/+6 |
| 2017-03-19 | Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner | Corey Farwell | -1/+37 |
| 2017-03-19 | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb | Corey Farwell | -3/+61 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -539/+883 |
| 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-19 | Add mention of None as possible return. Closes #40435. | Russell Mackenzie | -4/+4 |
| 2017-03-19 | Auto merge of #40538 - aturon:stab-1.17, r=alexcrichton | bors | -113/+77 |
| 2017-03-18 | Auto merge of #40625 - alexcrichton:update-cargo-again, r=alexcrichton | bors | -0/+0 |
| 2017-03-18 | add inline attributes to stage 0 methods | Tim Neumann | -0/+4 |
| 2017-03-18 | Parse 0e+10 as a valid floating-point literal | topecongiro | -1/+17 |
| 2017-03-17 | Update the cargo submodule again | Alex Crichton | -0/+0 |
| 2017-03-18 | Auto merge of #40507 - alexcrichton:static-libcurl, r=brson | bors | -0/+6 |
| 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 | -48/+28 |
| 2017-03-18 | Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichton | bors | -0/+19 |
| 2017-03-17 | Fix a spelling error in HashMap documentation, and slightly reword it to be m... | Jeff Walden | -2/+2 |
| 2017-03-17 | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ... | Jeffrey Seyfried | -1/+33 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -16/+9 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -54/+54 |
| 2017-03-17 | Stabilize ordering_chaining, closes #37053 | Aaron Turon | -6/+2 |
| 2017-03-17 | Stabilize btree_range, closes #27787 | Aaron Turon | -11/+3 |
| 2017-03-17 | Stabilize ptr_eq feature, closes #36497 | Aaron Turon | -10/+2 |
| 2017-03-17 | Stabilize process_abort feature, closes #37838 | Aaron Turon | -1/+1 |
| 2017-03-17 | Stabilize ptr_unaligned feature, closes #37955 | Aaron Turon | -6/+2 |
| 2017-03-17 | Stabilize expect_err feature, closes #39041 | Aaron Turon | -2/+1 |
| 2017-03-17 | Stabilize move_cell feature, closes #39264 | Aaron Turon | -8/+4 |