| Age | Commit message (Expand) | Author | Lines |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -1/+44 |
| 2014-05-10 | add back jemalloc to the tree | Daniel Micay | -1/+101 |
| 2014-05-10 | auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw | bors | -42/+5 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -8/+8 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -42/+5 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -8/+8 |
| 2014-05-09 | auto merge of #14054 : luqmana/rust/at, r=alexcrichton | bors | -7/+9 |
| 2014-05-09 | auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballard | bors | -13/+18 |
| 2014-05-09 | auto merge of #14035 : alexcrichton/rust/experimental, r=huonw | bors | -0/+9 |
| 2014-05-08 | auto merge of #14019 : brson/rust/docs, r=alexcrichton | bors | -3/+4 |
| 2014-05-08 | auto merge of #13963 : kballard/rust/remove_owned_vec_from_iterator, r=pcwalton | bors | -418/+510 |
| 2014-05-08 | libstd: Check TMPDIR for android as well and if not set use '/data/local/tmp'... | Luqman Aden | -7/+9 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -1009/+80 |
| 2014-05-08 | Move partition/partitioned/concat/connect tests back into slice | Kevin Ballard | -26/+40 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -55/+28 |
| 2014-05-08 | Add a mechanism to convert from Vec<T> to ~[T] | Kevin Ballard | -1/+73 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -0/+3 |
| 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 | 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 |