| Age | Commit message (Expand) | Author | Lines |
| 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 | std: Remove i18n/l10n from format! | Alex Crichton | -1087/+736 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -823/+355 |
| 2014-06-11 | librustc: Forbid identifiers that shadow in the same pattern in let | Patrick Walton | -42/+46 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -355/+376 |
| 2014-06-11 | auto merge of #14250 : alexcrichton/rust/gc, r=brson | bors | -2668/+2818 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -355/+376 |
| 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 | emacs: highlight `#[foo = "bar"]` attributes | Tom Jakubowski | -2/+2 |
| 2014-06-11 | emacs: do not highlight `#foo]` as an attribute | Tom Jakubowski | -1/+1 |
| 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 | Fix unclear wording of comment | theptrk | -1/+1 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -1/+31 |
| 2014-06-10 | auto merge of #14768 : riccieri/rust/detransmute-arena, r=alexcrichton | bors | -67/+87 |
| 2014-06-10 | sync: Once is no longer unsafe, update docs | Corey Richardson | -10/+6 |
| 2014-06-10 | Update description to reflect language changes | Zach Pomerantz | -2/+4 |
| 2014-06-10 | Removed doubled wording. | Zach Pomerantz | -1/+1 |
| 2014-06-10 | Remove outdated info about nested block comments. Fixes #14767 | Jonathan Reem | -2/+2 |
| 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 |