| Age | Commit message (Expand) | Author | Lines |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -18/+8 |
| 2017-07-26 | Rollup merge of #43462 - dhduvall:solaris-libresolv, r=aturon | Mark Simulacrum | -0/+1 |
| 2017-07-26 | Rollup merge of #43456 - joshlf:spawn-doc-grammar, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -3/+3 |
| 2017-07-26 | Auto merge of #43226 - alexcrichton:aarch64-ci, r=aidanhs | bors | -2/+11 |
| 2017-07-25 | Correct 'stable' attribute | Ian Douglas Scott | -6/+6 |
| 2017-07-25 | Switch to begin_panic again | est31 | -12/+13 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -9/+0 |
| 2017-07-25 | Stabilize the `compile_error_macro` feature | Alex Crichton | -1/+1 |
| 2017-07-25 | std: Stabilize CString/OsString/PathBuf extra methods | Alex Crichton | -7/+7 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -71/+2 |
| 2017-07-24 | Add a disabled builder for aarch64 emulated tests | Alex Crichton | -2/+11 |
| 2017-07-24 | DNS functions are in libresolv on Solaris, just like on MacOS | Danek Duvall | -0/+1 |
| 2017-07-24 | Implement AsRawFd for Stdin, Stdout, and Stderr | Ian Douglas Scott | -0/+33 |
| 2017-07-24 | std::thread::spawn: Fix grammar in documentation | Joshua Liebow-Feeser | -1/+1 |
| 2017-07-24 | Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebank | Mark Simulacrum | -8/+8 |
| 2017-07-24 | Rollup merge of #43379 - s3rvac:fix-exit-status-success-description, r=Guilla... | Mark Simulacrum | -2/+2 |
| 2017-07-24 | Rollup merge of #43366 - leshow:bufreader-docs, r=aturon | Mark Simulacrum | -10/+10 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -8/+8 |
| 2017-07-23 | Auto merge of #43256 - Others:patch-1, r=steveklabnik | bors | -4/+1 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -1/+1 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -3/+3 |
| 2017-07-21 | Add a missing verb to the description of std::process::ExitStatus::success(). | Petr Zemek | -2/+2 |
| 2017-07-20 | Remove mut where possible | Evan Cameron | -10/+10 |
| 2017-07-18 | Rollup merge of #43315 - est31:stabilize_float_bits_conv, r=alexcrichton | Mark Simulacrum | -4/+4 |
| 2017-07-18 | Rollup merge of #43304 - ids1024:path2, r=aturon | Mark Simulacrum | -21/+28 |
| 2017-07-18 | Rollup merge of #43294 - insaneinside:std-time-duration-docs, r=aturon | Mark Simulacrum | -14/+16 |
| 2017-07-18 | float_bits_conv made it into 1.20 | est31 | -4/+4 |
| 2017-07-17 | redox: handle multiple paths in PATH | Ian Douglas Scott | -21/+28 |
| 2017-07-17 | `std::time::Duration`: improve _precision_ of terminology in docs | Collin J. Sutton | -14/+16 |
| 2017-07-18 | libstd: remove redundant & from &Path::new(...) | NODA, Kai | -7/+7 |
| 2017-07-17 | Auto merge of #43055 - est31:stabilize_float_bits_conv, r=sfackler | bors | -9/+4 |
| 2017-07-15 | Improve panic docs for Instant::duration_since | Others | -4/+1 |
| 2017-07-15 | Auto merge of #43246 - frewsxcv:rollup, r=frewsxcv | bors | -16/+26 |
| 2017-07-15 | Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton | bors | -1/+58 |
| 2017-07-14 | Rollup merge of #43229 - kennytm:return-false-if-path-is-relative-hahaha, r=s... | Corey Farwell | -10/+10 |
| 2017-07-14 | Rollup merge of #43228 - redox-os:backtrace_fix, r=alexcrichton | Corey Farwell | -4/+14 |
| 2017-07-14 | Rollup merge of #43222 - RalfJung:symlink, r=sfackler | Corey Farwell | -1/+1 |
| 2017-07-14 | Rollup merge of #43202 - jackpot51:patch-1, r=sfackler | Corey Farwell | -1/+1 |
| 2017-07-13 | Fix backtrace on Redox | Jeremy Soller | -4/+14 |
| 2017-07-14 | Fix minor typo in std::path documentation. | kennytm | -10/+10 |
| 2017-07-13 | windows::fs::symlink_dir: fix example to actually use symlink_dir | Ralf Jung | -1/+1 |
| 2017-07-13 | Rollup merge of #43204 - jackpot51:patch-3, r=alexcrichton | Steve Klabnik | -3/+4 |
| 2017-07-13 | Rollup merge of #43203 - jackpot51:patch-2, r=alexcrichton | Steve Klabnik | -19/+1 |
| 2017-07-13 | Rollup merge of #42926 - Havvy:doc-path-ext, r=steveklabnik | Steve Klabnik | -0/+34 |
| 2017-07-13 | Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichton | bors | -18/+58 |
| 2017-07-12 | Update fs.rs | Jeremy Soller | -1/+1 |
| 2017-07-12 | Update mod.rs | Jeremy Soller | -3/+1 |
| 2017-07-12 | Update fs.rs | Jeremy Soller | -2/+3 |