summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-268/+366
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-13Properly implement Show for EnumSetSteven Fackler-1/+27
2014-09-13Fix issue #17216Brian Koropoff-1/+4
2014-09-13auto merge of #17188 : thestinger/rust/tvec, r=pcwaltonbors-109/+1
2014-09-13Remove container guide.Steve Klabnik-418/+3
2014-09-13Move info into individual modules.Steve Klabnik-10/+26
2014-09-13auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichtonbors-5/+6
2014-09-13auto merge of #17187 : damag/rust/ffi-guide-fixes, r=alexcrichtonbors-3/+3
2014-09-13These two lines are actually three.Markus Unterwaditzer-1/+1
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-13doc: that felt like it needed a stronger break than what comma providesTshepang Lekhonkhobe-2/+2
2014-09-13auto merge of #17162 : sfackler/rust/decorator-traits, r=huonwbors-48/+57
2014-09-13Improve memory usage of libsyntaxPeter Atashian-42/+42
2014-09-12Remove unused, unsound method on StrInternerBrian Koropoff-11/+0
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-13update vim indent fileJulian Orth-38/+3
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-7/+100
2014-09-12Add -C remark for LLVM optimization remarksKeegan McAllister-13/+297
2014-09-12Add a Rust string ostream for LLVMKeegan McAllister-24/+67
2014-09-12Fix bad error message copypastaKeegan McAllister-2/+2
2014-09-12Updated jemallocValerii Hiora-0/+0
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-3417/+13
2014-09-11Fix bug in padding unicode, #17105.Ahmed Charles-2/+10
2014-09-11auto merge of #16957 : vadimcn/rust/package-gcc, r=brsonbors-41/+127