| Age | Commit message (Expand) | Author | Lines |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -71/+2 |
| 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-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 |
| 2017-07-12 | Update mod.rs | Jeremy Soller | -17/+1 |
| 2017-07-12 | Update tcp.rs | Jeremy Soller | -1/+1 |
| 2017-07-12 | Document error coercion to false in path-ext methods + see also sections | Havvy | -0/+34 |
| 2017-07-12 | Use try_with for with implementation | Lee Bousfield | -9/+2 |
| 2017-07-12 | Rollup merge of #43137 - ollie27:stab, r=aturon | Mark Simulacrum | -4/+4 |
| 2017-07-12 | Rollup merge of #43136 - jgallag88:bufWriterDocs, r=steveklabnik | Mark Simulacrum | -1/+5 |
| 2017-07-12 | Rollup merge of #43100 - ids1024:stat2, r=aturon | Mark Simulacrum | -2/+17 |
| 2017-07-12 | Rollup merge of #42670 - dns2utf8:panic_return_code, r=steveklabnik | Mark Simulacrum | -0/+5 |
| 2017-07-12 | Auto merge of #42697 - Mark-Simulacrum:take-limit, r=aturon | bors | -0/+29 |
| 2017-07-11 | Redox: Use O_NOFOLLOW for lstat() | Ian Douglas Scott | -1/+5 |
| 2017-07-11 | stage0 fallback | Alex Burka | -0/+67 |
| 2017-07-11 | use :vis in thread_local! | Alex Burka | -30/+9 |
| 2017-07-11 | support pub(restricted) in thread_local! | Alex Burka | -32/+43 |
| 2017-07-11 | Fix @alexcrichton comments | Lee Bousfield | -9/+15 |
| 2017-07-11 | Wrap long line | Stefan Schindler | -1/+2 |
| 2017-07-11 | Allow setting the limit on std::io::Take. | Mark Simulacrum | -0/+29 |
| 2017-07-10 | Use LocalKey::try_with in std | Lee Bousfield | -22/+11 |