| Age | Commit message (Expand) | Author | Lines |
| 2013-09-04 | Added ToStr impl for char | Marvin Löbel | -1/+27 |
| 2013-09-04 | Fixed docs and styles | Flaper Fesp | -123/+31 |
| 2013-09-04 | Add a safe implementation of MutexArc::access* methods | Flaper Fesp | -21/+188 |
| 2013-09-04 | Rename MutexArc access methods to unsafe_access | Flaper Fesp | -9/+9 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -10/+23 |
| 2013-09-03 | auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphism | bors | -160/+234 |
| 2013-09-03 | auto merge of #8921 : huonw/rust/stability, r=brson | bors | -2/+688 |
| 2013-09-03 | rt::io: Rename Bytes to ByteIterator and add note about iteration | blake2-ppc | -8/+14 |
| 2013-09-03 | auto merge of #8934 : sfackler/rust/bufreader, r=brson | bors | -3/+39 |
| 2013-09-03 | auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestinger | bors | -2/+11 |
| 2013-09-04 | Update highlighting for prelude changes. | Chris Morgan | -2/+2 |
| 2013-09-04 | Highlight everything in the prelude in Vim. | Chris Morgan | -26/+78 |
| 2013-09-04 | Update a handful of keywords highlighted in Vim. | Chris Morgan | -8/+6 |
| 2013-09-04 | Modernise some Vim syntax highlighting. | Chris Morgan | -3/+5 |
| 2013-09-03 | auto merge of #8947 : thestinger/rust/name, r=huonw | bors | -10/+37 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -2/+688 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -63/+160 |
| 2013-09-03 | auto merge of #8932 : huonw/rust/closed-issues, r=thestinger | bors | -108/+196 |
| 2013-09-03 | auto merge of #8939 : Kimundi/rust/master, r=huonw | bors | -3803/+3808 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -3803/+3808 |
| 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 | Correctly determine OS to xfail in cross build | Seo Sanghyeon | -4/+23 |
| 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 | -2/+26 |
| 2013-09-03 | Incorporate review feedback. Fix #8468. | Felix S. Klock II | -4/+1 |
| 2013-09-03 | repr: add very basic support for functions | Daniel Micay | -5/+17 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -5/+20 |
| 2013-09-02 | Don't have format! move out of local variables | Alex Crichton | -2/+11 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -22/+135 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+55 |
| 2013-09-02 | auto merge of #8941 : alexcrichton/rust/fix-comment, r=thestinger | bors | -1/+1 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -2/+13 |
| 2013-09-02 | Fix the std::fmt doc-block to show up in pandoc | Alex Crichton | -1/+1 |
| 2013-09-02 | auto merge of #8936 : pnkfelix/rust/fsk-issue-2355-testcase, r=alexcrichton | bors | -0/+27 |
| 2013-09-03 | Regression test for #8468. | Felix S. Klock II | -0/+15 |
| 2013-09-03 | Allow _ param name in trait default method for #8468. | Felix S. Klock II | -2/+14 |
| 2013-09-02 | Long awaited test case for #2355. | Felix S. Klock II | -0/+27 |
| 2013-09-02 | Implement BufReader | Steven Fackler | -3/+39 |
| 2013-09-02 | librustc: Check for empty crate link meta name and vers. | Luqman Aden | -4/+4 |
| 2013-09-02 | libsyntax: Remove obsolete fixme. | Luqman Aden | -1/+0 |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -50/+91 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -2/+3 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -34/+58 |
| 2013-09-02 | auto merge of #8931 : ILyoan/rust/turnoff_android_ndk_asm, r=thestinger | bors | -3/+1 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -13/+20 |
| 2013-09-02 | repr: print functions as `fn()` | Daniel Micay | -1/+10 |
| 2013-09-02 | turn off android ndk asm pass | Ilyong Cho | -3/+1 |
| 2013-09-01 | Fix #8898 | novalis | -2/+35 |
| 2013-09-02 | rt::io: Add Bytes iterator for Reader | blake2-ppc | -1/+83 |