| Age | Commit message (Expand) | Author | Lines |
| 2015-04-13 | Auto merge of #24198 - alexcrichton:windows-readlink, r=aturon | bors | -14/+63 |
| 2015-04-13 | Auto merge of #24362 - alexcrichton:issue-24334, r=huonw | bors | -3/+3 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -6/+70 |
| 2015-04-12 | std: Work around a stability bug in thread | Alex Crichton | -3/+3 |
| 2015-04-11 | Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-11 | Rollup merge of #24283 - apasel422:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-04-11 | Rollup merge of #24243 - frewsxcv:patch-13, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-04-11 | Change the rt::unwind line argument type from usize to u32. | Ryan Prichard | -6/+70 |
| 2015-04-10 | Fix some typos | Tibor Benke | -1/+1 |
| 2015-04-10 | s/Panicks/Panics/ | Andrew Paseltiner | -2/+2 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -282/+268 |
| 2015-04-10 | std: Unconditionally close all file descriptors | Alex Crichton | -67/+85 |
| 2015-04-10 | Test fixes and review feedback | Alex Crichton | -30/+30 |
| 2015-04-09 | std: Clean up process spawn impl on unix | Alex Crichton | -250/+214 |
| 2015-04-09 | std: Set CLOEXEC for all fds opened on unix | Alex Crichton | -30/+50 |
| 2015-04-09 | Indicate keyword in doc comment is code-like | Corey Farwell | -2/+2 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -6/+12 |
| 2015-04-10 | Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw | Manish Goregaokar | -3/+1 |
| 2015-04-09 | Auto merge of #24176 - kballard:bufreader-seek-impl, r=aturon | bors | -2/+131 |
| 2015-04-09 | Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturon | Manish Goregaokar | -2/+131 |
| 2015-04-09 | Rollup merge of #24175 - dhuseby:bitrig_fixing_tests_2, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-04-08 | Implement io::Seek for io::BufWriter<W> where W: io::Seek | Kevin Ballard | -0/+22 |
| 2015-04-08 | Implement io::Seek for io::BufReader<R> where R: io::Seek | Kevin Ballard | -2/+109 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -6/+12 |
| 2015-04-08 | std: Destabilize the internals of panic! | Alex Crichton | -3/+1 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -34/+398 |
| 2015-04-08 | std: Fix fs::read_link behavior on Windows | Alex Crichton | -14/+63 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -34/+398 |
| 2015-04-08 | Rollup merge of #24167 - hauleth:remove-incorrect-example-from-mpsc, r=stevek... | Steve Klabnik | -52/+0 |
| 2015-04-07 | std: Reorganize thread::local a bit | Alex Crichton | -28/+26 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -224/+212 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -6/+4 |
| 2015-04-07 | disabling a test that is failing on bitrig. | Dave Huseby | -1/+2 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -6/+4 |
| 2015-04-07 | Remove another invalid example | Łukasz Niemier | -26/+0 |
| 2015-04-07 | Remove incorrect example from docs | Łukasz Niemier | -26/+0 |
| 2015-04-06 | Remove outdated notice from BufRead::lines docs. | Matt Brubeck | -3/+0 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -1/+2 |
| 2015-04-04 | Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakis | Manish Goregaokar | -3/+2 |
| 2015-04-04 | Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichton | Manish Goregaokar | -3/+10 |
| 2015-04-03 | Don't speak of old_io | Steve Klabnik | -3/+2 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -10/+10 |
| 2015-04-02 | std: impl From<String> for Box<Error + Send> | Kevin Butler | -3/+10 |
| 2015-04-02 | Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichton | bors | -42/+306 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -2/+1 |
| 2015-04-02 | Add more examples and documentation for std::fs | Steve Klabnik | -42/+306 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -6/+6 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -25/+25 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -34/+36 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -18/+24 |