| Age | Commit message (Expand) | Author | Lines |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -7/+324 |
| 2015-05-29 | Loosen timeout restrictions | Steven Fackler | -20/+12 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -59/+243 |
| 2015-05-29 | Skip timeout upper bound check on windows | Steven Fackler | -4/+12 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -7/+324 |
| 2015-05-29 | Auto merge of #25816 - sfackler:io-error-delegation, r=alexcrichton | bors | -5/+87 |
| 2015-05-28 | Mention UFCS sadness in instability messages | Steven Fackler | -3/+6 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -1/+1 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -8/+0 |
| 2015-05-27 | Add a test for downcasting | Steven Fackler | -2/+38 |
| 2015-05-27 | Add accessors for io::Error's inner error. | Steven Fackler | -6/+42 |
| 2015-05-27 | Delegate io::Error::cause to inner error | Steven Fackler | -0/+7 |
| 2015-05-27 | Remove mentions of int / uint from the isize / usize docs | Jake Goulding | -8/+0 |
| 2015-05-28 | Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichton | Manish Goregaokar | -0/+54 |
| 2015-05-28 | Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -424/+320 |
| 2015-05-26 | Add note about filesystems to fs::rename | Steve Klabnik | -0/+2 |
| 2015-05-26 | Document std::env::const values | Steve Klabnik | -0/+54 |
| 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 |