| Age | Commit message (Expand) | Author | Lines |
| 2013-09-03 | auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestinger | bors | -0/+5 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+500 |
| 2013-09-03 | auto merge of #8932 : huonw/rust/closed-issues, r=thestinger | bors | -108/+196 |
| 2013-09-03 | Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms). | Huon Wilson | -0/+4 |
| 2013-09-03 | Tests for fixed issues. | Huon Wilson | -1/+171 |
| 2013-09-03 | Un-xfail/move/delete some tests. | Huon Wilson | -122/+36 |
| 2013-09-03 | auto merge of #8940 : pnkfelix/rust/fsk-8468-allow-underscore-paramname-in-tr... | bors | -0/+15 |
| 2013-09-02 | Don't have format! move out of local variables | Alex Crichton | -0/+5 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -3/+40 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+47 |
| 2013-09-03 | Regression test for #8468. | Felix S. Klock II | -0/+15 |
| 2013-09-02 | Long awaited test case for #2355. | Felix S. Klock II | -0/+27 |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -19/+20 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -1/+2 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -14/+14 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -4/+4 |
| 2013-09-01 | Fix #8898 | novalis | -0/+32 |
| 2013-08-31 | auto merge of #8899 : thestinger/rust/repr, r=huonw | bors | -13/+23 |
| 2013-08-31 | document why some tests are xfail-fast | Daniel Micay | -5/+5 |
| 2013-08-31 | repr: remove trailing {} from unit-like structs | Daniel Micay | -1/+1 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -13/+23 |
| 2013-08-30 | auto merge of #8889 : erickt/rust/cleanup, r=catamorphism | bors | -28/+9 |
| 2013-08-30 | auto merge of #8831 : catamorphism/rust/extend_rust_path, r=catamorphism | bors | -0/+57 |
| 2013-08-30 | std: Add a file-renaming function to std::os | Tim Chevalier | -0/+57 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -28/+9 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -0/+0 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+0 |
| 2013-08-30 | auto merge of #8869 : alexcrichton/rust/issue-8847-fix-unused, r=huonw | bors | -0/+84 |
| 2013-08-30 | auto merge of #8854 : huonw/rust/rt-papercuts, r=brson | bors | -1/+1 |
| 2013-08-30 | auto merge of #8843 : alexcrichton/rust/fix-bug, r=huonw | bors | -0/+59 |
| 2013-08-30 | auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson | bors | -203/+195 |
| 2013-08-29 | Correct the sources of glob imports | Alex Crichton | -0/+84 |
| 2013-08-29 | Fix a bug with statics inside blocks in generic fns | Alex Crichton | -0/+59 |
| 2013-08-29 | auto merge of #8458 : cmr/rust/test-restructure, r=brson | bors | -0/+0 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -6/+3 |
| 2013-08-29 | extra: error message should reflact that RUST_TEST_TASKS should be strictly p... | Huon Wilson | -1/+1 |
| 2013-08-29 | auto merge of #8823 : huonw/rust/6233, r=brson | bors | -0/+19 |
| 2013-08-28 | Remove @io::Writer from sys/repr/reflect | Alex Crichton | -203/+195 |
| 2013-08-28 | auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichton | bors | -0/+32 |
| 2013-08-29 | Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS. | Huon Wilson | -0/+19 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -0/+35 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -0/+0 |
| 2013-08-28 | Add tests for ref in closure parameter list, closes #5239 | Florian Hahn | -0/+32 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -4/+0 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -3/+6 |
| 2013-08-27 | auto merge of #8802 : pcwalton/rust/compile-speed, r=brson | bors | -292/+150 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -13/+29 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -7/+7 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -0/+4 |
| 2013-08-27 | test: xfail a test that relies on old path behavior. | Patrick Walton | -0/+2 |