| Age | Commit message (Expand) | Author | Lines |
| 2015-04-09 | std: Make FromRawFd::from_raw_fd an unsafe method | Alex Crichton | -13/+28 |
| 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 | Add `Sync` to the bounds in `io::Error` | Kevin Ballard | -10/+15 |
| 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 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -3/+3 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23949: aturon/stab-timeout | Alex Crichton | -28/+54 |
| 2015-04-01 | Stabilize basic timeout functionality | Aaron Turon | -28/+54 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -57/+27 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | rollup merge of #23942: vhbit/ios-rand | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23867: nikomatsakis/issue-23086-take-3 | Alex Crichton | -1/+153 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -1/+153 |
| 2015-04-02 | Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87 | Manish Goregaokar | -0/+213 |
| 2015-04-02 | Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler | Manish Goregaokar | -8/+4 |