| Age | Commit message (Expand) | Author | Lines |
| 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 | std: Ignore a flaky test on freebsd | Alex Crichton | -13/+18 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -1009/+80 |
| 2014-05-08 | std: Mark timeout methods experimental | Alex Crichton | -0/+9 |
| 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 | std: Doc typos | Brian Anderson | -3/+4 |
| 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 |
| 2014-05-07 | core: Inherit the cast module | Alex Crichton | -150/+1 |
| 2014-05-07 | core: Inherit the ptr module | Alex Crichton | -773/+2 |
| 2014-05-07 | core: Inherit the mem module | Alex Crichton | -462/+1 |
| 2014-05-07 | core: Inherit the intrinsics module | Alex Crichton | -488/+18 |
| 2014-05-07 | std: Implement the Buffer trait for some wrappers | Alex Crichton | -1/+63 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -291/+356 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -8/+8 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -291/+356 |