| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-30 | auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestinger | bors | -40/+0 |
| 2013-08-30 | Add missing space | Bouke van der Bijl | -1/+1 |
| 2013-08-30 | auto merge of #8854 : huonw/rust/rt-papercuts, r=brson | bors | -31/+25 |
| 2013-08-30 | auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson | bors | -299/+1521 |
| 2013-08-29 | Make Zip iterator short-circuit | Kevin Ballard | -6/+12 |
| 2013-08-29 | Make the iterator protocol more explicit | Kevin Ballard | -0/+110 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -25/+84 |
| 2013-08-29 | reduce the size of UnsafeArc from 2 words to 1 | Daniel Micay | -1/+9 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -1053/+1060 |
| 2013-08-29 | auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelix | bors | -36/+21 |
| 2013-08-29 | std::str: Fix bug in .slice_chars() | blake2-ppc | -0/+4 |
| 2013-08-29 | std::str: Use CharIterator in NormalizationIterator | blake2-ppc | -16/+17 |
| 2013-08-29 | std::str: Remove functions count_chars, count_bytes | blake2-ppc | -40/+0 |
| 2013-08-29 | rt: remove a series of unfortunate casts. | Huon Wilson | -13/+6 |
| 2013-08-29 | rt: use sugary functions rather than manual range loops. | Huon Wilson | -16/+11 |
| 2013-08-29 | rt: Handle non-integer RUST_THREADS (slightly) more gracefully. | Huon Wilson | -2/+8 |
| 2013-08-28 | Remove @io::Writer from sys/repr/reflect | Alex Crichton | -299/+1521 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -36/+21 |
| 2013-08-28 | auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brson | bors | -549/+467 |
| 2013-08-28 | auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestinger | bors | -94/+36 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+21 |
| 2013-08-28 | Disabled failing parts of abs_sub() and frexp() unit tests on Windows. | Vadim Chugunov | -0/+21 |
| 2013-08-28 | Fixed MemoryMap on Windows. | Vadim Chugunov | -25/+42 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -94/+36 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -7/+0 |