about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-18auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonwbors-0/+33
2013-07-18auto merge of #7876 : pnkfelix/rust/fsk-silence-warnings-from-bootstrap-build...bors-16/+1
2013-07-18auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblumbors-12/+26
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-16/+1
2013-07-17auto merge of #7851 : dotdash/rust/intrinsics, r=pcwaltonbors-350/+169
2013-07-18repr: add a test case for @mut inside another typeDaniel Micay-2/+2
2013-07-18fix repr of @mut vectorsDaniel Micay-6/+5
2013-07-17librustc: Remove a bunch of `@` boxes from `Match`.Patrick Walton-63/+91
2013-07-17compiletest: Remove stray copies.Patrick Walton-4/+4
2013-07-18Fix warnings in libstd and librusti testsblake2-ppc-10/+8
2013-07-18Fix warnings in libextra testsblake2-ppc-26/+25
2013-07-17testsuite: Test for #6153, closes #6153Tim Chevalier-0/+20
2013-07-17fix repr of unique vectors with stage0 libstdDaniel Micay-0/+9
2013-07-17testsuite: Add compile-fail test for #5883Tim Chevalier-0/+23
2013-07-17libextra: Add a stray deriving or two.Patrick Walton-1/+10
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-4/+8
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-38/+44
2013-07-17test: Fix tests.Patrick Walton-153/+30
2013-07-17librustc: Remove the `Copy` bound from the language.Patrick Walton-194/+106
2013-07-17librustc: Change repeated vector expressions to use implicit copyability.Patrick Walton-6/+34
2013-07-17test: Fix tests.Patrick Walton-84/+109
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-280/+213
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-103/+13
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2600/+3186
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-235/+256
2013-07-17rt: Print alloc backtraces for bad release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-7/+13
2013-07-17rt: Diagnose bad alloc index in release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-0/+5
2013-07-17auto merge of #7829 : graydon/rust/codegen-compiletests, r=cmrbors-34/+247
2013-07-17extra: avoid possible divide-by-zero conditions test.Graydon Hoare-4/+5
2013-07-17auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichtonbors-1/+116
2013-07-17rm unnecessary stage0 `zero_memory` fnDaniel Micay-28/+6
2013-07-17std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADSBrian Anderson-1/+1
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-10/+2
2013-07-17stop initializing ref_count for stack closuresDaniel Micay-11/+0
2013-07-17auto merge of #7826 : michaelwoerister/rust/end_of_spanned, r=cmrbors-191/+190
2013-07-17Generate better code for intrinsicsBjörn Steinbrink-32/+61
2013-07-17Remove duplicated code from trans_intrinsicsBjörn Steinbrink-319/+109
2013-07-17Issue #7444 - Update neg test and pos test for move by captureNiko Matsakis-1/+8
2013-07-17auto merge of #7843 : alexcrichton/rust/better-lint-help, r=huonwbors-13/+21
2013-07-17Issue #7444 - Borrowck permits moved values to be capturedNiko Matsakis-11/+18
2013-07-17auto merge of #7841 : alexcrichton/rust/tls++, r=huonwbors-16/+145
2013-07-17auto merge of #7839 : graydon/rust/new-codegen-tests, r=pcwaltonbors-0/+65
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-191/+190
2013-07-16auto merge of #7828 : alexcrichton/rust/lang-opt, r=graydonbors-179/+294
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-1/+116
2013-07-16Make all lang_items optionalAlex Crichton-179/+294
2013-07-16auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwaltonbors-43/+43
2013-07-16Sort lint attributes to print them in a more sane wayAlex Crichton-13/+21
2013-07-16Add a `get_mut` method for TLSAlex Crichton-16/+145
2013-07-16Provide more useful messages when tests are given -h or --helpAlex Crichton-8/+52