| Age | Commit message (Expand) | Author | Lines |
| 2014-06-12 | mk: Allow using a locally compiled libuv.a | Alex Crichton | -9/+22 |
| 2014-06-12 | travis: Use a pre-installed jemalloc | Alex Crichton | -1/+3 |
| 2014-06-12 | mk: Allow usage of a local jemalloc install | Alex Crichton | -2/+18 |
| 2014-06-11 | auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton | bors | -1/+1 |
| 2014-06-11 | auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc... | bors | -76/+140 |
| 2014-06-12 | Improve docs and refactore std::os. | Axel Viala | -76/+140 |
| 2014-06-11 | auto merge of #14703 : alexcrichton/rust/no-more-owned-vectors, r=brson | bors | -823/+355 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -823/+355 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -361/+382 |
| 2014-06-11 | auto merge of #14250 : alexcrichton/rust/gc, r=brson | bors | -2668/+2818 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -361/+382 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1348/+1405 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -1167/+1278 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -173/+155 |
| 2014-06-11 | auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichton | bors | -1/+1 |
| 2014-06-11 | auto merge of #14788 : Sawyer47/rust/issue-13214, r=huonw | bors | -0/+29 |
| 2014-06-11 | auto merge of #14787 : alexcrichton/rust/issue-14784, r=pcwalton | bors | -1/+2 |
| 2014-06-10 | auto merge of #14786 : pcwalton/rust/enum-to-float-casts, r=alexcrichton | bors | -1/+36 |
| 2014-06-10 | auto merge of #14777 : alexcrichton/rust/issue-14747, r=huonw | bors | -2/+6 |
| 2014-06-10 | auto merge of #14768 : riccieri/rust/detransmute-arena, r=alexcrichton | bors | -67/+87 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -64/+64 |
| 2014-06-10 | Fix deprecated use of ~ | Michael Reinhard | -1/+1 |
| 2014-06-10 | auto merge of #14752 : jakub-/rust/issue-11940, r=alexcrichton | bors | -14/+31 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -148/+223 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -64/+64 |
| 2014-06-10 | Pub use CheckedDiv in the prelude | Adolfo Ochagavía | -1/+1 |
| 2014-06-10 | Add test for issue #13214 | Piotr Jawniak | -0/+29 |
| 2014-06-09 | auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichton | bors | -46/+343 |
| 2014-06-09 | auto merge of #14783 : alexcrichton/rust/rollup, r=alexcrichton | bors | -210/+309 |
| 2014-06-09 | Test fixes from rollup | Alex Crichton | -2/+2 |
| 2014-06-09 | rustrt: Fix invalid reads caught by valgrind | Alex Crichton | -1/+2 |
| 2014-06-09 | librustc: Use *signed* extension when converting enums to floats. | Patrick Walton | -1/+36 |
| 2014-06-10 | Remove & -> &mut transmute from TypedArena | Renato Zannon | -25/+25 |
| 2014-06-10 | Remove & -> &mut transmute from Arena | Renato Zannon | -42/+48 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -46/+343 |
| 2014-06-09 | Add a test for nested Arena.alloc | Renato Zannon | -0/+14 |
| 2014-06-09 | auto merge of #14694 : aochagavia/rust/num-cleanup, r=alexcrichton | bors | -437/+445 |
| 2014-06-09 | rustdoc: Correctly classify enums/typedefs | Alex Crichton | -1/+14 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-09 | native: add more info to the native unimplemented error. | Huon Wilson | -1/+1 |
| 2014-06-09 | collections: Add missing Default impls | Tom Jakubowski | -0/+52 |
| 2014-06-09 | Add test for issue #13446 | Piotr Jawniak | -0/+17 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -26/+21 |
| 2014-06-09 | Add a --color flag to test binaries | Steven Fackler | -4/+32 |
| 2014-06-09 | Cleanup bigint | Adolfo Ochagavía | -36/+27 |
| 2014-06-09 | Moved integer trait and functions to submodule | Adolfo Ochagavía | -401/+418 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -186/+175 |
| 2014-06-09 | auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581 | bors | -234/+701 |
| 2014-06-09 | auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmr | bors | -403/+669 |
| 2014-06-09 | Macro crates now depend on librustc | Keegan McAllister | -3/+3 |