| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | Add a test for #5844 (a closed issue now) | Alex Crichton | -0/+18 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-21 | syntax: Bless mod.rs. #4116 | Brian Anderson | -4/+28 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -3/+3 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -1/+13 |
| 2013-07-19 | auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphism | bors | -0/+23 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -1/+13 |
| 2013-07-18 | auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblum | bors | -1/+13 |
| 2013-07-17 | testsuite: Add compile-fail test for #5883 | Tim Chevalier | -0/+23 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -74/+0 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -7/+4 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -71/+23 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -46/+55 |
| 2013-07-17 | Issue #7444 - Update neg test and pos test for move by capture | Niko Matsakis | -1/+3 |
| 2013-07-17 | Issue #7444 - Borrowck permits moved values to be captured | Niko Matsakis | -0/+10 |
| 2013-07-17 | rustc: implement a `#[no_implicit_prelude]` attribute. | Huon Wilson | -0/+97 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -72/+72 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+2 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -6/+2 |
| 2013-07-13 | auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonw | bors | -2/+1 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -27/+11 |
| 2013-07-13 | cmp: Use default methods in trait Ord, only require Ord::lt | blake2-ppc | -2/+1 |
| 2013-07-12 | auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwalton | bors | -0/+20 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -27/+11 |
| 2013-07-11 | Fix tests | Alex Crichton | -2/+2 |
| 2013-07-11 | auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetime... | bors | -0/+76 |
| 2013-07-11 | Add a compile-fail test for qualification lint | Seo Sanghyeon | -0/+20 |
| 2013-07-10 | auto merge of #7698 : nikomatsakis/rust/issue-2951-type-parameter-names, r=cmr | bors | -0/+6 |
| 2013-07-10 | Add an identifier to TypeParameterDefs and use it to pretty print type parame... | Niko Matsakis | -0/+6 |
| 2013-07-09 | Require `extern "Rust" fn main()` exactly | Alex Crichton | -5/+14 |
| 2013-07-09 | rm silly compile-fail test | Daniel Micay | -14/+0 |
| 2013-07-09 | Constrain maximum lifetime of stack closures that capture variables to | Niko Matsakis | -0/+76 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -2/+2 |
| 2013-07-08 | Add new tests for irrefutable patterns used in various tricky ways | Niko Matsakis | -0/+71 |
| 2013-07-08 | Update existing tests to account for stricter, more correct handling of irref... | Niko Matsakis | -1/+38 |
| 2013-07-07 | auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw | bors | -0/+37 |
| 2013-07-06 | auto merge of #7572 : Dretch/rust/missing-trait-message-followup, r=pcwalton | bors | -0/+20 |
| 2013-07-05 | Fix fallout from span change | Seo Sanghyeon | -1/+1 |
| 2013-07-04 | libsyntax: fix infinite loop when recursively including modules | Philipp Brüschweiler | -0/+37 |
| 2013-07-03 | Address @catamorphism's error message grammar nit. | Gareth Smith | -1/+1 |
| 2013-07-03 | auto merge of #7534 : bblum/rust/soundness-messages, r=catamorphism | bors | -0/+0 |
| 2013-07-03 | Make the error messages that result from referencing | Gareth Smith | -0/+20 |
| 2013-07-03 | auto merge of #7566 : huonw/rust/vec-kill, r=cmr | bors | -1/+1 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -1/+1 |
| 2013-07-03 | auto merge of #7531 : sankha93/rust/master, r=bblum | bors | -8/+8 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -2/+17 |
| 2013-07-01 | Correct merge errors, broken tests | Niko Matsakis | -2/+2 |
| 2013-07-01 | Add copyright notice and kill broken test | Niko Matsakis | -0/+32 |
| 2013-07-01 | Correct handling of if/match, and make explicit computation of | Niko Matsakis | -3/+111 |