| Age | Commit message (Expand) | Author | Lines |
| 2013-07-23 | Add simple link_section test to exercise it | Kevin Murphy | -0/+34 |
| 2013-07-23 | test/run-fail: Un-xfail a test, make some other xfailed ones compile (they st... | Huon Wilson | -9/+10 |
| 2013-07-22 | Add a test for #5844 (a closed issue now) | Alex Crichton | -0/+34 |
| 2013-07-22 | extra: Remove uv, net, timer code | Brian Anderson | -3/+5 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -9/+9 |
| 2013-07-22 | auto merge of #7926 : brson/rust/issue-4116, r=graydon | bors | -4/+57 |
| 2013-07-21 | Merge pull request #7936 from thestinger/cleanup | Daniel Micay | -9/+0 |
| 2013-07-21 | syntax: Bless mod.rs. #4116 | Brian Anderson | -4/+57 |
| 2013-07-21 | auto merge of #7923 : alexcrichton/rust/add-tests, r=graydon | bors | -0/+48 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -113/+113 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -9/+0 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -59/+46 |
| 2013-07-20 | auto merge of #7710 : michaelwoerister/rust/WP4, r=jdm | bors | -117/+1564 |
| 2013-07-20 | auto merge of #7886 : msullivan/rust/default-methods, r=pcwalton | bors | -0/+42 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -78/+60 |
| 2013-07-20 | debuginfo: Removed some test relying on data structure sizes hard to predict ... | Michael Woerister | -19/+23 |
| 2013-07-19 | Add tests for issues which can be closed | Alex Crichton | -0/+48 |
| 2013-07-19 | auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphism | bors | -0/+43 |
| 2013-07-19 | debuginfo: Implemented trait_method branch in create_function_metadata(). | Michael Woerister | -0/+27 |
| 2013-07-19 | debuginfo: Adapted DI generation to new memory layout of unique vecs. | Michael Woerister | -2/+39 |
| 2013-07-19 | debuginfo: Cleaned up style issues for pull request. | Michael Woerister | -96/+124 |
| 2013-07-19 | debuginfo: Added support for Option<T>-like enums. | Michael Woerister | -0/+69 |
| 2013-07-19 | debuginfo: Fixed unique pointers to data containing managed pointers. | Michael Woerister | -0/+45 |
| 2013-07-19 | debuginfo: DI generation for enums uses adt::represent_type() now. | Michael Woerister | -6/+6 |
| 2013-07-19 | debuginfo: Extended test suite with various tests for enums. | Michael Woerister | -0/+343 |
| 2013-07-19 | debuginfo: Fixes related to changed memory layout of unique allocations | Michael Woerister | -4/+4 |
| 2013-07-19 | debuginfo: Added support for struct-style enums. | Michael Woerister | -8/+107 |
| 2013-07-19 | debuginfo: Better support for univariant tuple-style enums. | Michael Woerister | -3/+13 |
| 2013-07-19 | debuginfo: Support for tuple-style enums (WIP) | Michael Woerister | -2/+81 |
| 2013-07-19 | debuginfo: Added support for c-style enums. | Michael Woerister | -4/+220 |
| 2013-07-19 | debuginfo: Added test cases for packed structs (/w drop) | Michael Woerister | -0/+356 |
| 2013-07-19 | debuginfo: Refactoring of composite type info generation done. | Michael Woerister | -0/+34 |
| 2013-07-19 | debuginfo: Refactored vec slice code to use the new infrastructure. Added tes... | Michael Woerister | -14/+74 |
| 2013-07-19 | debuginfo: Removed some misleading comments from test cases. | Michael Woerister | -17/+1 |
| 2013-07-19 | debuginfo: Renamed *reference-to-* test cases to *borrowed-* | Michael Woerister | -0/+0 |
| 2013-07-19 | debuginfo: Began refactoring of composite type handling. | Michael Woerister | -9/+65 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -59/+46 |
| 2013-07-18 | Export information about used default methods instead of regenerating it. Clo... | Michael Sullivan | -0/+42 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -3/+3 |
| 2013-07-18 | auto merge of #7842 : thestinger/rust/closure, r=huonw | bors | -9/+0 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+3 |
| 2013-07-18 | auto merge of #7849 : nikomatsakis/rust/issue-7444-capture-moved-value, r=bblum | bors | -1/+18 |
| 2013-07-17 | testsuite: Test for #6153, closes #6153 | Tim Chevalier | -0/+20 |
| 2013-07-17 | testsuite: Add compile-fail test for #5883 | Tim Chevalier | -0/+23 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -113/+4 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -38/+28 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -158/+104 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -283/+283 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -15/+13 |