| Age | Commit message (Expand) | Author | Lines |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -4/+88 |
| 2013-04-10 | Revert map.each to something which takes two parameters | Niko Matsakis | -17/+13 |
| 2013-04-10 | testsuite: tests for #[packed] structs. | Huon Wilson | -0/+371 |
| 2013-04-10 | Change tests to use new error message | James Miller | -2/+2 |
| 2013-04-09 | auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydon | bors | -18/+26 |
| 2013-04-09 | auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakis | bors | -0/+61 |
| 2013-04-10 | Add #[start] attribute to define a new entry point function | James Miller | -0/+14 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -1/+1 |
| 2013-04-09 | Allow lint modes to be used on unused variables and dead assignments | Alex Crichton | -18/+26 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -0/+61 |
| 2013-04-08 | auto merge of #5763 : thestinger/rust/clone, r=nikomatsakis | bors | -1/+1 |
| 2013-04-08 | clone: managed boxes need to clone by shallow copy | Daniel Micay | -1/+1 |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -5/+11 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -3/+3 |
| 2013-04-08 | libsyntax: fail lexing with an error message on an int literal larger than 2^64. | Huon Wilson | -0/+28 |
| 2013-04-06 | auto merge of #5757 : dbaupp/rust/rustc-fixed-vector-pprint, r=thestinger | bors | -2/+2 |
| 2013-04-06 | auto merge of #5751 : metajack/rust/at-clones, r=thestinger | bors | -2/+2 |
| 2013-04-06 | librustc: use new `[ty, .. len]` syntax for fixed vector errors. | Huon Wilson | -2/+2 |
| 2013-04-05 | Move tests inside clone.rs and fixed copyright headers. | Jack Moffitt | -28/+1 |
| 2013-04-05 | Implement Clone for @ and @mut types. | Jack Moffitt | -1/+28 |
| 2013-04-05 | Link lifetimes of autoslice'd vectors (Issue #3184) | Niko Matsakis | -0/+48 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -5/+5 |
| 2013-04-05 | Add a (currently unused) "transformed self type" pointer into ty::method | Niko Matsakis | -1/+1 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -2/+2 |
| 2013-04-03 | auto merge of #5696 : thestinger/rust/hashmap, r=sanxiyn | bors | -57/+57 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -56/+56 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -20/+20 |
| 2013-04-03 | Make bench/noise.rs more idiomatic and 20x faster | Ben Striegel | -29/+32 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -21/+0 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -23/+22 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1911/+1911 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1912/+1912 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -4/+50 |
| 2013-03-29 | std: remove prettyprint | Erick Tryzelaar | -21/+0 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -1/+9 |
| 2013-03-29 | auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphism | bors | -0/+25 |
| 2013-03-29 | auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphism | bors | -0/+14 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -1/+9 |
| 2013-03-28 | testsuite: Add test case for #4325 | Tim Chevalier | -0/+25 |
| 2013-03-28 | testsuite: Add test for #4333 | Tim Chevalier | -0/+14 |
| 2013-03-28 | testsuite: Update and un-xfail test for #4335 | Tim Chevalier | -3/+2 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -24/+0 |
| 2013-03-28 | auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphism | bors | -1/+17 |
| 2013-03-28 | auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydon | bors | -0/+23 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -0/+13 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -0/+3 |
| 2013-03-27 | libsyntax: error on struct Foo {}. | Luqman Aden | -1/+17 |
| 2013-03-27 | auto merge of #5569 : thestinger/rust/map, r=catamorphism | bors | -3/+3 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -0/+23 |