| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -549/+467 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -980/+1011 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -83/+45 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -19/+19 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -5/+13 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -5/+5 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -3/+3 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -2/+6 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -344/+588 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -65/+152 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -7/+0 |
| 2013-08-27 | auto merge of #8771 : thestinger/rust/repr, r=catamorphism | bors | -50/+64 |
| 2013-08-27 | reflect: rm unused visit_{var,var_integral,constr} | Daniel Micay | -23/+0 |
| 2013-08-27 | repr: include mutability qualifier in visit_ptr | Daniel Micay | -0/+15 |
| 2013-08-27 | repr: print integer/float suffixes | Daniel Micay | -25/+40 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -75/+70 |
| 2013-08-27 | auto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum | bors | -19/+68 |
| 2013-08-27 | Trailing space | Flaper Fesp | -1/+1 |
| 2013-08-27 | vec: implement `DeepClone` | Daniel Micay | -2/+9 |
| 2013-08-27 | auto merge of #8772 : thestinger/rust/option, r=anasazi | bors | -13/+0 |
| 2013-08-27 | option: rm implementation of Add | Daniel Micay | -13/+0 |
| 2013-08-27 | auto merge of #8780 : brson/rust/from_elem, r=thestinger | bors | -4/+30 |
| 2013-08-27 | std: use ArcData rather than c_void in UnsafeArc. | Huon Wilson | -17/+12 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -62/+62 |