| Age | Commit message (Expand) | Author | Lines |
| 2014-05-13 | auto merge of #14168 : zwarich/rust/deriving-clone, r=alexcrichton | bors | -24/+3 |
| 2014-05-13 | auto merge of #14167 : cmr/rust/cmplx, r=alexcrichton | bors | -53/+53 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -107/+286 |
| 2014-05-12 | Fix field ordering of addrinfo struct on Android | Tom Lee | -0/+11 |
| 2014-05-12 | auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton | bors | -216/+277 |
| 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 | -6/+7 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -107/+271 |
| 2014-05-12 | Remove a workaround for deriving(Clone) on unit structs. | Cameron Zwarich | -24/+3 |
| 2014-05-12 | num: rename Cmplx to Complex | Corey Richardson | -53/+53 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -3/+1 |
| 2014-05-12 | auto merge of #13820 : klutzy/rust/urandom, r=alexcrichton | bors | -14/+22 |
| 2014-05-12 | emacs: highlight `macro_name!` in macro invocations using [] delimiters | Huon Wilson | -1/+1 |
| 2014-05-12 | Remove reference to MutexArc | Derek Chiang (Enchi Jiang) | -1/+1 |
| 2014-05-12 | Improved example code in Option | Adolfo OchagavĂa | -24/+30 |
| 2014-05-12 | shootout-nbody improvement | Guillaume Pinot | -23/+20 |
| 2014-05-12 | rustdoc: List macros in the sidebar | Seo Sanghyeon | -0/+1 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -22/+55 |
| 2014-05-12 | Fixed typo in comments of driver.rs | Adolfo OchagavĂa | -1/+1 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-12 | Remove an unnecessary .move_iter().collect() | Simon Sapin | -1/+1 |
| 2014-05-12 | doc: Update the linkage documentation | Alex Crichton | -26/+26 |
| 2014-05-12 | doc: updates rust manual (loop to continue) | Piotr Jawniak | -11/+9 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-12 | libcore: remove fails from slice.rs and remove duplicated length checking | Kevin Butler | -24/+35 |
| 2014-05-12 | add shebang to scripts that have execute bit set | David Creswick | -3/+13 |
| 2014-05-12 | rustdoc: Fix hiding implementations of traits | Alex Crichton | -1/+2 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -57/+57 |
| 2014-05-12 | Fix typos in rustc manpage | Alexandre Gagnon | -3/+3 |
| 2014-05-12 | auto merge of #14157 : pcwalton/rust/detildestr-rustdoc, r=pcwalton | bors | -1701/+2372 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -261/+357 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1440/+2015 |
| 2014-05-12 | auto merge of #13932 : MrAlert/rust/win-compat, r=brson | bors | -16/+105 |
| 2014-05-12 | auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix | bors | -5/+5 |
| 2014-05-12 | auto merge of #14127 : thestinger/rust/snapshot, r=huonw | bors | -122/+10 |
| 2014-05-12 | register snapshots | Daniel Micay | -122/+10 |
| 2014-05-11 | auto merge of #14096 : nick29581/rust/driver, r=brson | bors | -1374/+1444 |
| 2014-05-11 | auto merge of #14119 : thestinger/rust/heap, r=cmr | bors | -34/+44 |
| 2014-05-11 | make sure jemalloc valgrind support is enabled | Daniel Micay | -4/+5 |
| 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 | -22/+17 |
| 2014-05-11 | auto merge of #14102 : moonglum/rust/slice-clarification-in-readme, r=kballard | bors | -3/+3 |
| 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 | mk: Bundle jemalloc with make dist | Alex Crichton | -1/+1 |
| 2014-05-11 | auto merge of #14108 : thestinger/rust/jemalloc, r=huonw | bors | -32/+32 |
| 2014-05-11 | sync::deque: port to the new allocator API | Daniel Micay | -15/+19 |
| 2014-05-11 | hashmap: port to the new allocator API | Daniel Micay | -17/+13 |
| 2014-05-11 | auto merge of #14101 : alexcrichton/rust/issue-14095, r=kballard | bors | -2/+2 |