about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-09-14inlines contains in bitflags!Felix Raimundo-0/+1
2014-09-14auto merge of #17195 : tbu-/rust/pr_strfindoverflow2, r=alexcrichtonbors-0/+3
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-36/+89
2014-09-14auto merge of #17130 : jakub-/rust/issue-17033, r=pcwaltonbors-6/+69
2014-09-14auto merge of #13316 : eddyb/rust/ast-ptr, r=brsonbors-5037/+4912
2014-09-14Fix fallout in macro_crate/quote tests.Eduard Burtescu-16/+15
2014-09-14syntax: document the ptr module.Eduard Burtescu-1/+30
2014-09-14syntax: implement in-place folding of P<T> and Vec<T>.Eduard Burtescu-4/+17
2014-09-14regex_macros: fix fallout from using ptr::P.Eduard Burtescu-19/+17
2014-09-14hexfloat: fix fallout from using ptr::P.Eduard Burtescu-4/+3
2014-09-14fourcc: fix fallout from using ptr::P.Eduard Burtescu-4/+3
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-154/+127
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-2070/+1956
2014-09-14auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichtonbors-2/+37
2014-09-14syntax: tests: fix fallout from using ptr::P.Eduard Burtescu-16/+16
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-1688/+1529
2014-09-14syntax: ast_map: use borrowed references into the AST.Eduard Burtescu-269/+367
2014-09-14syntax: fold: use move semantics for efficient folding.Eduard Burtescu-722/+691
2014-09-14syntax: ast: replace Gc<T> (previously @T) with P<T>.Eduard Burtescu-77/+76
2014-09-14syntax: add a custom owned smart pointer in ptr::P.Eduard Burtescu-10/+82
2014-09-13auto merge of #17188 : thestinger/rust/tvec, r=pcwaltonbors-109/+1
2014-09-13auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichtonbors-6/+7
2014-09-13auto merge of #17187 : damag/rust/ffi-guide-fixes, r=alexcrichtonbors-3/+3
2014-09-13auto merge of #17182 : luqmana/rust/rnp, r=alexcrichtonbors-3/+7
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-36/+89
2014-09-13auto merge of #17175 : pcwalton/rust/region-bounds-on-closures, r=huonwbors-0/+20
2014-09-13auto merge of #17162 : sfackler/rust/decorator-traits, r=huonwbors-48/+57
2014-09-12Add regression test for #17186Brian Koropoff-0/+35
2014-09-12auto merge of #17155 : steveklabnik/rust/dherman_fixes, r=brsonbors-224/+33
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-7/+100
2014-09-12auto merge of #17069 : eddyb/rust/visitor, r=pnkfelixbors-1615/+1546
2014-09-12Document why `core::str::Searcher::new` doesn't overflowTobias Bucher-0/+3
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-302/+288
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-1506/+1451
2014-09-12auto merge of #17159 : brson/rust/snaps, r=alexcrichtonbors-64/+10
2014-09-12Removing unused extern crates.Victor Berger-4/+0
2014-09-12New lint : unused_extern_crate. #10385Victor Berger-3/+100
2014-09-12auto merge of #17145 : ahmedcharles/rust/unicode, r=alexcrichtonbors-2/+10
2014-09-12remove dead and broken tvec ~[T] code pathDaniel Micay-109/+1
2014-09-12Use a space after colons per the Rust coding style:Damien Grassart-2/+2
2014-09-12The example code uses trigger_callback(), not do_callback().Damien Grassart-1/+1
2014-09-11Fix check for existing crate when using --externBrian Koropoff-1/+1
2014-09-11Make debug message about resolving `extern crate` statements more helpfulBrian Koropoff-1/+1
2014-09-12auto merge of #17112 : nick29581/rust/unsized-fields, r=nikomatsakisbors-10/+117
2014-09-11librustc: Enum nullable pointer opt should not apply to raw pointers.Luqman Aden-3/+7
2014-09-12auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brsonbors-3426/+21
2014-09-11Fix bug in padding unicode, #17105.Ahmed Charles-2/+10
2014-09-11auto merge of #16957 : vadimcn/rust/package-gcc, r=brsonbors-42/+128
2014-09-12Handle always-unsized structsNick Cameron-10/+117
2014-09-11only deprecate the guide rather than :fire: :fire: :fire:Steve Klabnik-3398/+4