| Age | Commit message (Expand) | Author | Lines |
| 2015-05-25 | Auto merge of #25767 - mystor:patch-1, r=Gankro | bors | -6/+4 |
| 2015-05-25 | Remove unsafe block around boxed::into_raw() as it is now safe | Michael Layzell | -6/+4 |
| 2015-05-25 | Auto merge of #25764 - tshepang:typo, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | Auto merge of #25736 - tshepang:path-nits, r=steveklabnik | bors | -3/+3 |
| 2015-05-25 | doc: fix io::Write::write typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-23 | Auto merge of #25666 - tshepang:better-path-docs, r=steveklabnik | bors | -40/+42 |
| 2015-05-23 | doc: fix Windows test failure | Tshepang Lekhonkhobe | -2/+2 |
| 2015-05-23 | path: make this bit follow idiom | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-23 | doc: missing words | Tshepang Lekhonkhobe | -2/+2 |
| 2015-05-23 | Auto merge of #25735 - oli-obk:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-05-23 | Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnik | Oliver Schneider | -1/+1 |
| 2015-05-23 | Auto merge of #25667 - lambda:rename-soft_link-to-symlink-landed-in-1.1, r=at... | bors | -4/+4 |
| 2015-05-23 | Auto merge of #25416 - kballard:ffi-cstr-to-str-convenience, r=alexcrichton | bors | -0/+72 |
| 2015-05-23 | Auto merge of #24847 - sfackler:debug-builders-stability, r=aturon | bors | -1/+0 |
| 2015-05-22 | Add some convenience methods to go from CStr -> str | Kevin Ballard | -0/+72 |
| 2015-05-22 | better describe the stdlib | Matej Ľach | -1/+1 |
| 2015-05-21 | doc: miscellaneous improvements to std::path::Path examples | Tshepang Lekhonkhobe | -38/+40 |
| 2015-05-20 | Fix stability and deprecation markers on soft_link and symlink | Brian Campbell | -4/+4 |
| 2015-05-20 | doc: 'reader' and 'writer' are nicer to read than 'r' and 'w' | Tshepang Lekhonkhobe | -7/+8 |
| 2015-05-20 | Auto merge of #25610 - mbrubeck:bufread-docs, r=alexcrichton | bors | -1/+22 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -1/+0 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -628/+715 |
| 2015-05-19 | Auto merge of #25495 - alexcrichton:process-pid, r=aturon | bors | -0/+17 |
| 2015-05-19 | std: Don't require rust_try as an exported symbol | Alex Crichton | -9/+24 |
| 2015-05-19 | std: Implement aborting stubs for MSVC unwinding | Alex Crichton | -328/+389 |
| 2015-05-19 | Add example code and cross-link to BufReader docs | Matt Brubeck | -1/+22 |
| 2015-05-19 | Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 2015-05-18 | [doc] Add a reference from PathExt to fs::metadata | Matt Brubeck | -2/+3 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+16 |
| 2015-05-17 | Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-05-17 | Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichton | Manish Goregaokar | -6/+5 |
| 2015-05-17 | Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25465 - Ryman:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-16 | std: Reexport std::net::tcp::Incoming | Alex Crichton | -1/+1 |
| 2015-05-16 | Simplify CString doc comment | Ben Striegel | -2/+1 |
| 2015-05-16 | fs::walk_dir example without unstable features | Johannes Hoff | -6/+5 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -59/+243 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+17 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -1/+1 |
| 2015-05-16 | Small typo in the docs | Emilio Cobos Álvarez | -1/+1 |
| 2015-05-16 | libstd: Path docs: `file` is now `file_name` | Ryman | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-15 | std: fix a link | Ivan Ukhov | -1/+1 |
| 2015-05-14 | Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-14 | Auto merge of #25403 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-05-14 | s/Iterater/Iterator/ | Andrew Paseltiner | -1/+1 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -589/+329 |
| 2015-05-14 | Fix crates.io link. | Wangshan Lu | -1/+1 |
| 2015-05-13 | libstd/env: Add non-Rust synchronization warnings for setenv() | Colin Walters | -0/+22 |