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