| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2014-05-06 | auto merge of #13754 : alexcrichton/rust/net-experimental, r=brson | bors | -1/+70 |
| 2014-05-06 | auto merge of #13897 : aturon/rust/issue-6085, r=bjz | bors | -61/+87 |
| 2014-05-05 | auto merge of #13934 : huonw/rust/transmute-mut, r=alexcrichton | bors | -39/+64 |
| 2014-05-05 | auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichton | bors | -0/+6 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -36/+41 |
| 2014-05-05 | Add (unsafe) coercion from bits to std::bitflags | Aaron Turon | -0/+6 |
| 2014-05-05 | Allow attributes in std::bitflags::bitflags! | Aaron Turon | -25/+40 |
| 2014-05-05 | log: Logger receiveis a LogRecord | Sean McArthur | -0/+6 |
| 2014-05-05 | std::comm: use Unsafe to avoid U.B. & -> &mut transmutes. | Huon Wilson | -34/+49 |