| Age | Commit message (Expand) | Author | Lines |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -154/+127 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -2070/+1956 |
| 2014-09-14 | auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichton | bors | -2/+37 |
| 2014-09-14 | syntax: tests: fix fallout from using ptr::P. | Eduard Burtescu | -16/+16 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -1688/+1529 |
| 2014-09-14 | syntax: ast_map: use borrowed references into the AST. | Eduard Burtescu | -268/+366 |
| 2014-09-14 | syntax: fold: use move semantics for efficient folding. | Eduard Burtescu | -722/+691 |
| 2014-09-14 | syntax: ast: replace Gc<T> (previously @T) with P<T>. | Eduard Burtescu | -77/+76 |
| 2014-09-14 | syntax: add a custom owned smart pointer in ptr::P. | Eduard Burtescu | -10/+82 |
| 2014-09-13 | Properly implement Show for EnumSet | Steven Fackler | -1/+27 |
| 2014-09-13 | Fix issue #17216 | Brian Koropoff | -1/+4 |
| 2014-09-13 | auto merge of #17188 : thestinger/rust/tvec, r=pcwalton | bors | -109/+1 |
| 2014-09-13 | Remove container guide. | Steve Klabnik | -418/+3 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -10/+26 |
| 2014-09-13 | auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichton | bors | -5/+6 |
| 2014-09-13 | auto merge of #17187 : damag/rust/ffi-guide-fixes, r=alexcrichton | bors | -3/+3 |
| 2014-09-13 | These two lines are actually three. | Markus Unterwaditzer | -1/+1 |
| 2014-09-13 | auto merge of #17182 : luqmana/rust/rnp, r=alexcrichton | bors | -3/+7 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -36/+89 |
| 2014-09-13 | auto merge of #17175 : pcwalton/rust/region-bounds-on-closures, r=huonw | bors | -0/+20 |
| 2014-09-13 | doc: that felt like it needed a stronger break than what comma provides | Tshepang Lekhonkhobe | -2/+2 |
| 2014-09-13 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -48/+57 |
| 2014-09-13 | Improve memory usage of libsyntax | Peter Atashian | -42/+42 |
| 2014-09-12 | Remove unused, unsound method on StrInterner | Brian Koropoff | -11/+0 |
| 2014-09-12 | Add regression test for #17186 | Brian Koropoff | -0/+35 |
| 2014-09-12 | auto merge of #17155 : steveklabnik/rust/dherman_fixes, r=brson | bors | -224/+33 |
| 2014-09-13 | update vim indent file | Julian Orth | -38/+3 |
| 2014-09-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -7/+100 |
| 2014-09-12 | Add -C remark for LLVM optimization remarks | Keegan McAllister | -13/+297 |
| 2014-09-12 | Add a Rust string ostream for LLVM | Keegan McAllister | -24/+67 |
| 2014-09-12 | Fix bad error message copypasta | Keegan McAllister | -2/+2 |
| 2014-09-12 | Updated jemalloc | Valerii Hiora | -0/+0 |
| 2014-09-12 | auto merge of #17069 : eddyb/rust/visitor, r=pnkfelix | bors | -1615/+1546 |
| 2014-09-12 | Document why `core::str::Searcher::new` doesn't overflow | Tobias Bucher | -0/+3 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -302/+288 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -1506/+1451 |
| 2014-09-12 | auto merge of #17159 : brson/rust/snaps, r=alexcrichton | bors | -64/+10 |
| 2014-09-12 | Removing unused extern crates. | Victor Berger | -4/+0 |
| 2014-09-12 | New lint : unused_extern_crate. #10385 | Victor Berger | -3/+100 |
| 2014-09-12 | auto merge of #17145 : ahmedcharles/rust/unicode, r=alexcrichton | bors | -2/+10 |
| 2014-09-12 | remove dead and broken tvec ~[T] code path | Daniel Micay | -109/+1 |
| 2014-09-12 | Use a space after colons per the Rust coding style: | Damien Grassart | -2/+2 |
| 2014-09-12 | The example code uses trigger_callback(), not do_callback(). | Damien Grassart | -1/+1 |
| 2014-09-11 | Fix check for existing crate when using --extern | Brian Koropoff | -1/+1 |
| 2014-09-11 | Make debug message about resolving `extern crate` statements more helpful | Brian Koropoff | -1/+1 |
| 2014-09-12 | auto merge of #17112 : nick29581/rust/unsized-fields, r=nikomatsakis | bors | -10/+117 |
| 2014-09-11 | librustc: Enum nullable pointer opt should not apply to raw pointers. | Luqman Aden | -3/+7 |
| 2014-09-12 | auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brson | bors | -3417/+13 |
| 2014-09-11 | Fix bug in padding unicode, #17105. | Ahmed Charles | -2/+10 |
| 2014-09-11 | auto merge of #16957 : vadimcn/rust/package-gcc, r=brson | bors | -41/+127 |