| Age | Commit message (Expand) | Author | Lines |
| 2014-09-14 | inlines contains in bitflags! | Felix Raimundo | -0/+1 |
| 2014-09-14 | auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichton | bors | -0/+3 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -36/+89 |
| 2014-09-14 | auto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton | bors | -6/+69 |
| 2014-09-14 | auto merge of #13316 : eddyb/rust/ast-ptr, r=brson | bors | -5037/+4912 |
| 2014-09-14 | Fix fallout in macro_crate/quote tests. | Eduard Burtescu | -16/+15 |
| 2014-09-14 | syntax: document the ptr module. | Eduard Burtescu | -1/+30 |
| 2014-09-14 | syntax: implement in-place folding of P<T> and Vec<T>. | Eduard Burtescu | -4/+17 |
| 2014-09-14 | regex_macros: fix fallout from using ptr::P. | Eduard Burtescu | -19/+17 |
| 2014-09-14 | hexfloat: fix fallout from using ptr::P. | Eduard Burtescu | -4/+3 |
| 2014-09-14 | fourcc: fix fallout from using ptr::P. | Eduard Burtescu | -4/+3 |
| 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 | -269/+367 |
| 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 | auto merge of #17188 : thestinger/rust/tvec, r=pcwalton | bors | -109/+1 |
| 2014-09-13 | auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichton | bors | -6/+7 |
| 2014-09-13 | auto merge of #17187 : damag/rust/ffi-guide-fixes, r=alexcrichton | bors | -3/+3 |
| 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 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -48/+57 |
| 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-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -7/+100 |
| 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 | -3426/+21 |
| 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 | -42/+128 |
| 2014-09-12 | Handle always-unsized structs | Nick Cameron | -10/+117 |
| 2014-09-11 | only deprecate the guide rather than :fire: :fire: :fire: | Steve Klabnik | -3398/+4 |