| Age | Commit message (Expand) | Author | Lines |
| 2013-08-23 | auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichton | bors | -2/+2 |
| 2013-08-23 | Allow metadata to be not compressed | Brian Anderson | -11/+42 |
| 2013-08-23 | auto merge of #8705 : brson/rust/lesscxx, r=graydon | bors | -833/+116 |
| 2013-08-23 | rt: Remove rust_abi | Brian Anderson | -168/+0 |
| 2013-08-23 | rt: Remove rust_util.cpp | Brian Anderson | -37/+0 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -126/+0 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -71/+70 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -33/+5 |
| 2013-08-23 | rt: Remove sync.h | Brian Anderson | -54/+0 |
| 2013-08-23 | rt: Memory regions are never synchronized now | Brian Anderson | -31/+10 |
| 2013-08-23 | rt: Remove timer | Brian Anderson | -126/+26 |
| 2013-08-23 | Document the task watching / exit code propagation implementation. | Ben Blum | -1/+85 |
| 2013-08-23 | fix performance regression from invalid IR | Daniel Micay | -68/+3 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -2/+48 |
| 2013-08-23 | Fix some vector function failure tests. Closes #8698 | Brian Anderson | -8/+4 |
| 2013-08-23 | rt: Remove indexed_list | Brian Anderson | -115/+0 |
| 2013-08-23 | rt: Remove rust_exchange_alloc | Brian Anderson | -70/+0 |
| 2013-08-23 | rt: Remove last use of C++ exchange alloc | Brian Anderson | -2/+5 |
| 2013-08-23 | Fix two small warnings | Andrew Dunham | -2/+2 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+35 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -4/+43 |
| 2013-08-23 | Rename {Reader,Writer}ByteConversions methods | Steven Fackler | -123/+122 |
| 2013-08-23 | Use the proper monomorphized ty::t for llvm alias hints. Closes #7260. | Michael Sullivan | -29/+37 |
| 2013-08-23 | Make getopts count (and thus align/paginate) in terms of codepoints not bytes. | Felix S. Klock II | -2/+3 |
| 2013-08-23 | auto merge of #8695 : thestinger/rust/build, r=pcwalton | bors | -2/+0 |
| 2013-08-23 | auto merge of #8684 : michaelwoerister/rust/stepping_and_scope_fixes, r=jdm | bors | -136/+191 |
| 2013-08-23 | auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brson | bors | -7/+2 |
| 2013-08-23 | auto merge of #8686 : kmcallister/rust/doc, r=catamorphism | bors | -1/+4 |
| 2013-08-23 | auto merge of #8681 : mrordinaire/rust/remove-set_args, r=brson | bors | -40/+35 |
| 2013-08-23 | auto merge of #8677 : bblum/rust/scratch, r=alexcrichton | bors | -54/+110 |
| 2013-08-22 | auto merge of #8671 : kballard/rust/range_inclusive-size-hint, r=thestinger | bors | -0/+15 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -166/+94 |
| 2013-08-22 | Disabled broken tests in std::vec. | Vadim Chugunov | -0/+4 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -109/+46 |
| 2013-08-23 | removed os::set_args, closing #8325 | Do Nhat Minh | -40/+35 |
| 2013-08-22 | auto merge of #8655 : olsonjeffery/rust/newrt_file_io, r=pcwalton,brson | bors | -55/+1156 |
| 2013-08-22 | make: stop disabling frame pointer elimination | Daniel Micay | -2/+0 |
| 2013-08-22 | fix 32bit mac build error | Jeff Olson | -2/+2 |
| 2013-08-22 | auto merge of #8659 : msullivan/rust/default-methods, r=alexcrichton | bors | -21/+92 |
| 2013-08-22 | make check appeasement | Jeff Olson | -2/+3 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -100/+109 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -38/+34 |
| 2013-08-22 | std: all of the calls in rt::uv::file take a &Loop | Jeff Olson | -44/+43 |
| 2013-08-22 | std: moved static file actions (open,unlink) to FsRequest | Jeff Olson | -63/+63 |
| 2013-08-22 | std: reform fn sigs of FileDescriptor methods (better result signalling) | Jeff Olson | -42/+46 |
| 2013-08-22 | std: rename tmp file paths to go into ./tmp folder in builddir | Jeff Olson | -10/+10 |
| 2013-08-22 | change FileDescriptor instance methods to use &mut self | Jeff Olson | -11/+11 |
| 2013-08-22 | std: more seek tests | Jeff Olson | -1/+71 |
| 2013-08-22 | std: naive stdio print test in uvio | Jeff Olson | -0/+20 |
| 2013-08-22 | rt: re-adding lines erroneous stripped out in merge conflict | Jeff Olson | -0/+9 |