| Age | Commit message (Expand) | Author | Lines |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -94/+83 |
| 2013-09-04 | Revise path.rs API to not allocate ~str so much. | Felix S. Klock II | -25/+25 |
| 2013-09-04 | auto merge of #8960 : Kimundi/rust/master, r=alexcrichton | bors | -1/+27 |
| 2013-09-04 | Added explicit pub to several conditions. Enables completion of #6009. | Felix S. Klock II | -9/+7 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+11 |
| 2013-09-03 | auto merge of #8943 : alexcrichton/rust/issue-8904, r=brson | bors | -2/+8 |
| 2013-09-03 | auto merge of #8942 : novalis/rust/fmt, r=alexcrichton | bors | -0/+7 |
| 2013-09-03 | Test and document escaping on format!() | novalis | -0/+7 |
| 2013-09-03 | auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton | bors | -0/+6 |
| 2013-09-04 | Added ToStr impl for char | Marvin Löbel | -1/+27 |
| 2013-09-03 | Fixes #8881. condition! imports parent's pub identifiers | jmgrosen | -0/+6 |
| 2013-09-03 | auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphism | bors | -160/+234 |
| 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 #8947 : thestinger/rust/name, r=huonw | bors | -5/+20 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -62/+150 |
| 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 | -0/+3 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -2/+8 |
| 2013-09-02 | Fix the std::fmt doc-block to show up in pandoc | Alex Crichton | -1/+1 |
| 2013-09-02 | Implement BufReader | Steven Fackler | -3/+39 |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -23/+52 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -18/+33 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -4/+9 |
| 2013-09-02 | repr: print functions as `fn()` | Daniel Micay | -1/+10 |
| 2013-09-01 | Fix #8898 | novalis | -2/+3 |
| 2013-09-02 | rt::io: Add Bytes iterator for Reader | blake2-ppc | -1/+83 |
| 2013-09-01 | std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iterators | blake2-ppc | -1/+3 |
| 2013-09-01 | std::iterator: Use ExactSize, inheriting DoubleEndedIterator | blake2-ppc | -52/+43 |
| 2013-09-01 | std::iterator: Add back .rposition() test | blake2-ppc | -10/+25 |
| 2013-09-01 | auto merge of #8276 : kballard/rust/iterator-protocol, r=cmr | bors | -6/+122 |
| 2013-08-31 | auto merge of #8899 : thestinger/rust/repr, r=huonw | bors | -21/+31 |
| 2013-08-31 | repr: remove trailing {} from unit-like structs | Daniel Micay | -7/+11 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -19/+25 |
| 2013-08-30 | auto merge of #8896 : lightcatcher/rust/default_eq_fix, r=thestinger | bors | -18/+2 |
| 2013-08-30 | Now inline default 'ne' methods | Eric Martin | -0/+2 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -18/+0 |
| 2013-08-30 | auto merge of #8889 : erickt/rust/cleanup, r=catamorphism | bors | -1/+3 |
| 2013-08-30 | std: Add a file-renaming function to std::os | Tim Chevalier | -0/+12 |
| 2013-08-30 | std: Add a fixme for when we add Trait::<for T>::static_method() | Erick Tryzelaar | -0/+2 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-30 | std::select: Use correct indices from the front | blake2-ppc | -2/+2 |
| 2013-08-30 | std::str: Use reverse enumerate and .rposition | blake2-ppc | -15/+6 |
| 2013-08-30 | std: Implement .rposition() on double-ended iterators with known size | blake2-ppc | -36/+37 |
| 2013-08-30 | std::iterator: Add tests for .next_back() on Zip and Enumerate | blake2-ppc | -0/+27 |
| 2013-08-30 | std::iterator: Implement .next_back() for Zip | blake2-ppc | -0/+23 |
| 2013-08-30 | std::iterator: Introduce trait ExactSizeHint | blake2-ppc | -0/+38 |
| 2013-08-30 | auto merge of #8858 : blake2-ppc/rust/small-bugs, r=alexcrichton | bors | -16/+21 |
| 2013-08-30 | auto merge of #8877 : bouk/rust/master, r=sanxiyn | bors | -1/+1 |
| 2013-08-30 | auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichton | bors | -1/+9 |