| Age | Commit message (Expand) | Author | Lines |
| 2014-05-13 | auto merge of #14075 : Rufflewind/rust/patch-3, r=alexcrichton | bors | -10/+36 |
| 2014-05-13 | Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA | Phil Ruffwind | -9/+31 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -1/+5 |
| 2014-05-13 | Added functions pop_char and shift_char to StrBuf struct along with appropria... | Dylan Braithwaite | -4/+57 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -96/+264 |
| 2014-05-12 | Document a possible way in which connect_timout may change in the future | Tom Lee | -0/+3 |
| 2014-05-12 | Try to parse TcpStream::connect 'host' parameter as an IP. | Tom Lee | -1/+4 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -96/+258 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -3/+1 |
| 2014-05-12 | Improved example code in Option | Adolfo OchagavĂa | -12/+15 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -9/+15 |
| 2014-05-12 | Remove an unnecessary .move_iter().collect() | Simon Sapin | -1/+1 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -0/+22 |
| 2014-05-12 | register snapshots | Daniel Micay | -84/+2 |
| 2014-05-11 | auto merge of #14119 : thestinger/rust/heap, r=cmr | bors | -24/+33 |
| 2014-05-11 | auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichton | bors | -1/+17 |
| 2014-05-11 | heap: replace `exchange_free` with `deallocate` | Daniel Micay | -17/+12 |
| 2014-05-11 | heap: add a way to print allocator statistics | Daniel Micay | -2/+16 |
| 2014-05-11 | mark rust_malloc/rust_free as unsafe | Daniel Micay | -6/+6 |
| 2014-05-11 | sync::deque: port to the new allocator API | Daniel Micay | -15/+19 |
| 2014-05-11 | Implement Mutable trait for StrBuf. | Steven Sheldon | -1/+17 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -253/+258 |
| 2014-05-11 | android workaround | Daniel Micay | -1/+1 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -10/+9 |
| 2014-05-10 | vec: factor out some deallocation code | Daniel Micay | -9/+12 |
| 2014-05-10 | vec: move some code inside alloc_or_realloc | Daniel Micay | -7/+5 |
| 2014-05-10 | fix Vec<ZeroSizeType> | Daniel Micay | -2/+15 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -142/+205 |
| 2014-05-10 | use jemalloc to implement Vec<T> | Daniel Micay | -27/+49 |
| 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 |