| Age | Commit message (Expand) | Author | Lines |
| 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 | -244/+218 |
| 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/+270 |
| 2013-07-17 | extra: avoid possible divide-by-zero conditions test. | Graydon Hoare | -4/+5 |
| 2013-07-17 | make: turn off --bench when running under valgrind | Graydon Hoare | -2/+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 | Add documentation about mutable statics to rust.md | Alex Crichton | -0/+35 |
| 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 #7835 : omasanori/rust/l10n-improvement, r=pnkfelix | bors | -896/+1202 |
| 2013-07-17 | auto merge of #7841 : alexcrichton/rust/tls++, r=huonw | bors | -16/+145 |
| 2013-07-17 | Remove --quiet from git submodule operations | Alex Crichton | -6/+6 |
| 2013-07-17 | auto merge of #7839 : graydon/rust/new-codegen-tests, r=pcwalton | bors | -0/+65 |
| 2013-07-17 | tutorial: remove unused link references. | gifnksm | -6/+1 |
| 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-17 | tutorial: remove duplicate link references. | gifnksm | -6/+1 |
| 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 |
| 2013-07-16 | test: new codegen tests, rename hello. | Graydon Hoare | -0/+65 |
| 2013-07-16 | auto merge of #7827 : jdm/rust/enumlength, r=graydon | bors | -30/+127 |
| 2013-07-17 | Add project information to l10n templates. | OGINO Masanori | -896/+1202 |
| 2013-07-16 | auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue... | bors | -45/+395 |
| 2013-07-16 | auto merge of #7823 : pnkfelix/rust/issue7821-document-lint-attributes, r=gra... | bors | -2/+71 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -43/+43 |
| 2013-07-16 | auto merge of #7822 : huonw/rust/cond-debug, r=graydon | bors | -683/+839 |
| 2013-07-17 | rustc: selectively trans branches for `if <literal-bool>`. | Huon Wilson | -17/+55 |
| 2013-07-17 | rustc: handle allocas and LoadRangeAsserts in unreachable blocks correctly. | Huon Wilson | -11/+41 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -613/+640 |
| 2013-07-16 | extra: reduce bench loop max time to 3s. | Graydon Hoare | -2/+2 |
| 2013-07-16 | Add configure and make machinery to activate perf metrics and ratchets. | Graydon Hoare | -0/+20 |