| Age | Commit message (Expand) | Author | Lines |
| 2014-05-08 | Clean up unused imports | Kevin Ballard | -12/+5 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout for vector addition | Kevin Ballard | -3/+38 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -6/+6 |
| 2014-05-08 | Handle fallout in os | Kevin Ballard | -44/+47 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -3/+3 |
| 2014-05-08 | Handle fallout in std::ascii and std::strconv | Kevin Ballard | -46/+59 |
| 2014-05-08 | Handle fallout in std::strbuf | Kevin Ballard | -5/+2 |
| 2014-05-08 | Even more fallout, this time in std::str | Kevin Ballard | -92/+85 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -42/+42 |
| 2014-05-08 | Move slice::raw::from_buf_raw() to vec::raw::from_buf() | Kevin Ballard | -56/+36 |
| 2014-05-08 | Rename slice::unzip() to vec::unzip() | Kevin Ballard | -33/+35 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -57/+57 |
| 2014-05-08 | Rewrite &[T].to_owned() to allocate directly | Kevin Ballard | -9/+23 |
| 2014-05-08 | auto merge of #13835 : alexcrichton/rust/localdata, r=brson | bors | -355/+197 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -356/+197 |
| 2014-05-07 | native: Implement timeouts for windows pipes | Alex Crichton | -1/+8 |
| 2014-05-07 | std: Add I/O timeouts to networking objects | Alex Crichton | -15/+419 |
| 2014-05-07 | auto merge of #13964 : alexcrichton/rust/more-buffers, r=brson | bors | -1/+63 |
| 2014-05-07 | auto merge of #13751 : alexcrichton/rust/io-close-read, r=brson | bors | -14/+205 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -14/+205 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -51/+12 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -4/+172 |
| 2014-05-07 | core: Inherit the cell module | Alex Crichton | -318/+3 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -6/+327 |
| 2014-05-07 | core: Inherit the result module | Alex Crichton | -784/+21 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -32/+12 |
| 2014-05-07 | std: Remove a glob to get std to compile | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1945/+122 |
| 2014-05-07 | core: Inherit necessary unicode functionality | Alex Crichton | -4991/+1 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -1554/+53 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -1506/+77 |
| 2014-05-07 | core: Inherit what's possible from the num module | Alex Crichton | -849/+15 |
| 2014-05-07 | core: Inhert ~/@/& cmp traits, remove old modules | Alex Crichton | -150/+1 |
| 2014-05-07 | core: Inherit the cmp module | Alex Crichton | -299/+12 |
| 2014-05-07 | core: Inherit the iter module | Alex Crichton | -3091/+15 |
| 2014-05-07 | core: Inherit the option module | Alex Crichton | -883/+10 |
| 2014-05-07 | core: Inherit the bool module | Alex Crichton | -305/+36 |
| 2014-05-07 | core: Inherit the tuple module | Alex Crichton | -351/+31 |
| 2014-05-07 | core: Inherit the clone module | Alex Crichton | -172/+1 |
| 2014-05-07 | core: Inherit the unit module | Alex Crichton | -53/+6 |
| 2014-05-07 | core: Inherit the default module | Alex Crichton | -27/+1 |
| 2014-05-07 | core: Inherit the raw module | Alex Crichton | -115/+1 |
| 2014-05-07 | core: Inherit the any module | Alex Crichton | -324/+9 |
| 2014-05-07 | core: Inherit the finally module | Alex Crichton | -160/+2 |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -846/+1 |
| 2014-05-07 | core: Inherit the container module | Alex Crichton | -109/+1 |
| 2014-05-07 | core: Inherit the ty module | Alex Crichton | -73/+1 |
| 2014-05-07 | core: Inherit the ops module | Alex Crichton | -575/+1 |
| 2014-05-07 | core: Inherit the kinds module | Alex Crichton | -282/+2 |