| Age | Commit message (Expand) | Author | Lines |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -3/+2 |
| 2015-11-06 | Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton | bors | -1/+0 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-31 | std: Prevent print panics when using TLS | Alex Crichton | -8/+26 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -0/+1 |
| 2015-10-21 | Fix doc sample for Cursor | Wesley Wiser | -1/+1 |
| 2015-10-17 | Fix minor issues with std::io docs | Kevin Yap | -7/+7 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -4/+4 |
| 2015-10-14 | fix tidy | Manish Goregaokar | -1/+1 |
| 2015-10-14 | fix link on std::result::Result | Vladimir Rutsky | -3/+2 |
| 2015-10-09 | Auto merge of #27897 - sfackler:cursor-box-slice, r=alexcrichton | bors | -0/+57 |
| 2015-10-09 | Implement Read, BufRead, Write and Seek for Cursor<Box<[u8]>> | Steven Fackler | -0/+57 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -6/+6 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -6/+6 |
| 2015-10-02 | Use generic trait implementations for Cursor when possible. | nwin | -49/+25 |
| 2015-09-30 | Make note of performance implications of Read | Steve Klabnik | -0/+7 |
| 2015-09-14 | Auto merge of #28256 - petrochenkov:conv, r=alexcrichton | bors | -1/+5 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -2/+2 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -1/+5 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -4/+4 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+7 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -1/+2 |
| 2015-08-30 | Auto merge of #27588 - cesarb:read_all, r=alexcrichton | bors | -0/+140 |
| 2015-08-28 | Add issue number to read_exact unstable declarations | Cesar Eduardo Barros | -2/+2 |
| 2015-08-24 | Implement read_exact for the Read trait | Cesar Eduardo Barros | -0/+140 |
| 2015-08-19 | Improve std::io::ErrorKind | Steve Klabnik | -0/+3 |
| 2015-08-18 | Remove repetition in Seek::seek() doc | Remi Rampin | -3/+0 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -16/+32 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -149/+2 |
| 2015-08-11 | rollup merge of #27679: durka/patch-5 | Alex Crichton | -4/+4 |
| 2015-08-11 | correct copy/paste typos in stdio.rs comments | Alex Burka | -4/+4 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -9/+0 |
| 2015-08-10 | Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton | bors | -2/+14 |
| 2015-08-10 | std: Allow ?Sized parameters in std::io::copy | Ulrik Sverdrup | -2/+14 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+5 |
| 2015-08-02 | Docs: clarify return value of std::io::Seek::seek | Simon Sapin | -2/+3 |
| 2015-07-31 | Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson | bors | -9/+6 |
| 2015-07-31 | Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton | bors | -1/+1 |
| 2015-07-29 | Rollup merge of #27345 - killercup:patch-15, r=alexcrichton | Steve Klabnik | -4/+2 |
| 2015-07-29 | Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2015-07-29 | Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichton | Steve Klabnik | -4/+0 |
| 2015-07-29 | Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-28 | std: Stabilize a number of small APIs | Alex Crichton | -9/+6 |
| 2015-07-28 | IO Docs: Fix Link in Cursor description | Pascal Hertleif | -4/+2 |
| 2015-07-27 | fix two links | Steve Klabnik | -2/+2 |
| 2015-07-27 | Remove warning header for consistency | Steve Klabnik | -4/+0 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -2/+2 |
| 2015-07-27 | Fix buffer length in std::io::take | Steve Klabnik | -1/+1 |
| 2015-07-22 | Rollup merge of #27170 - steveklabnik:doc_std_io_intoinnererror, r=alexcrichton | Steve Klabnik | -1/+73 |
| 2015-07-22 | Rollup merge of #27167 - steveklabnik:doc_std_io_take, r=alexcrichton | Steve Klabnik | -2/+8 |