| Age | Commit message (Expand) | Author | Lines |
| 2013-08-30 | auto merge of #8854 : huonw/rust/rt-papercuts, r=brson | bors | -33/+27 |
| 2013-08-30 | auto merge of #8843 : alexcrichton/rust/fix-bug, r=huonw | bors | -10/+85 |
| 2013-08-30 | auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson | bors | -503/+1717 |
| 2013-08-30 | auto merge of #8839 : sanxiyn/rust/env, r=thestinger | bors | -10/+5 |
| 2013-08-30 | Align field names in struct expressions with fields on same line as the openi... | Micah Chalmer | -4/+14 |
| 2013-08-30 | Multiline comments with leading *s line up the *s | Micah Chalmer | -0/+4 |
| 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 | One indent after open paren with no argument | Micah Chalmer | -2/+8 |
| 2013-08-29 | Correct indent with trailing spaces/comments on previous line | Micah Chalmer | -2/+3 |
| 2013-08-29 | Correct the sources of glob imports | Alex Crichton | -0/+86 |
| 2013-08-29 | Fix a bug with statics inside blocks in generic fns | Alex Crichton | -10/+85 |
| 2013-08-29 | auto merge of #8458 : cmr/rust/test-restructure, r=brson | bors | -17/+19 |
| 2013-08-29 | reduce the size of UnsafeArc from 2 words to 1 | Daniel Micay | -1/+9 |
| 2013-08-29 | partial revert of 31fa865 | David Creswick | -1/+1 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -1120/+1114 |
| 2013-08-29 | drop some redundant Ord method implementations | David Creswick | -18/+3 |
| 2013-08-29 | auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelix | bors | -36/+21 |
| 2013-08-29 | auto merge of #8840 : alexcrichton/rust/update-vendors, r=cmr | bors | -0/+0 |
| 2013-08-29 | extra::dlist: Fix bug in Eq::ne | blake2-ppc | -1/+5 |
| 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 | auto merge of #8838 : brson/rust/rvfpelim, r=alexcrichton | bors | -0/+2 |
| 2013-08-29 | extra: error message should reflact that RUST_TEST_TASKS should be strictly p... | Huon Wilson | -2/+2 |
| 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-29 | auto merge of #8823 : huonw/rust/6233, r=brson | bors | -4/+34 |
| 2013-08-29 | auto merge of #8830 : andersk/rust/indent-4, r=catamorphism | bors | -5/+3 |
| 2013-08-28 | Remove @io::Writer from sys/repr/reflect | Alex Crichton | -503/+1717 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -36/+21 |
| 2013-08-28 | Enable segmented stacks for llvm on mingw-64 | Alex Crichton | -0/+0 |
| 2013-08-28 | Update libuv to rebase on top of joyent/master | Alex Crichton | -0/+0 |
| 2013-08-28 | auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichton | bors | -0/+32 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -0/+2 |
| 2013-08-29 | Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS. | Huon Wilson | -4/+34 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -4/+78 |
| 2013-08-28 | rust-mode: Default rust-indent-offset to 4, not default-tab-width | Anders Kaseorg | -5/+3 |
| 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 | -109/+37 |
| 2013-08-28 | auto merge of #8806 : klutzy/rust/winmain, r=cmr | bors | -12/+4 |
| 2013-08-28 | Android: Pass the environment when running tests | Seo Sanghyeon | -2/+5 |
| 2013-08-28 | Remove --newrt option | Seo Sanghyeon | -8/+0 |
| 2013-08-28 | Teach the makefile to use multiple src-base's | Corey Richardson | -1/+1 |
| 2013-08-28 | Teach compiletest to use multiple --src-base's | Corey Richardson | -17/+19 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -0/+0 |
| 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 |