| Age | Commit message (Expand) | Author | Lines |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -17/+0 |
| 2013-08-23 | rt: Remove sync.h | Brian Anderson | -54/+0 |
| 2013-08-23 | rt: Memory regions are never synchronized now | Brian Anderson | -26/+8 |
| 2013-08-23 | rt: Remove timer | Brian Anderson | -126/+26 |
| 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 | -1/+1 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -14/+10 |
| 2013-08-22 | make check appeasement | Jeff Olson | -1/+1 |
| 2013-08-22 | rt: re-adding lines erroneous stripped out in merge conflict | Jeff Olson | -0/+9 |
| 2013-08-22 | std: stripping unneeded fcntl.h include from rust_uv.cpp | Jeff Olson | -1/+0 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -45/+0 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -5/+32 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -4/+48 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -0/+10 |
| 2013-08-22 | Emit unwind info in rustrt assembly files on Windows. | Vadim Chugunov | -10/+10 |
| 2013-08-22 | Un-disable stack unwinding on Windows. | Vadim Chugunov | -4/+0 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -0/+9 |
| 2013-08-19 | auto merge of #8584 : thestinger/rust/jemalloc, r=graydon | bors | -1/+22 |
| 2013-08-19 | jemalloc: use $(AR), not `ar` | Daniel Micay | -2/+2 |
| 2013-08-19 | regenerate configure | Graydon Hoare | -1/+13 |
| 2013-08-19 | Instruct event loops to ignore SIGPIPE when constructed. | Eric Reed | -0/+9 |
| 2013-08-19 | rt: make jemalloc header conform to android signature. | Graydon Hoare | -0/+9 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -1/+1 |
| 2013-08-16 | rt: Remove unused uv helpers | Brian Anderson | -108/+0 |
| 2013-08-16 | rt: Remove empty rust_upcall.h | Brian Anderson | -15/+0 |
| 2013-08-16 | rt: Remove unused rust_clone_type_desc declaration | Brian Anderson | -2/+0 |
| 2013-08-16 | rt: Remove rust_stack | Brian Anderson | -159/+10 |
| 2013-08-16 | rt: Remove rust_refcount.h | Brian Anderson | -32/+2 |
| 2013-08-16 | rt: Remove unused parts of rust_log | Brian Anderson | -80/+6 |
| 2013-08-16 | rt: Remove unused parts of rust_globals.h | Brian Anderson | -21/+0 |
| 2013-08-16 | rt: Remove rust_signal.h | Brian Anderson | -27/+0 |
| 2013-08-16 | rt: Remove rust_env | Brian Anderson | -203/+53 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -1/+1 |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -0/+2 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -3/+2 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -4247/+35 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -0/+14 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -0/+14 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -0/+11 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -3/+2 |
| 2013-08-03 | rt: Fix a corner-case in unwinding that leads to stack overflow | Brian Anderson | -0/+11 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -112/+0 |
| 2013-07-31 | auto merge of #8145 : brson/rust/rttestfixes, r=pcwalton | bors | -0/+6 |
| 2013-07-31 | auto merge of #8143 : brson/rust/change-dir-lock, r=luqmana | bors | -2/+2 |
| 2013-07-30 | test: Use a test extern in various foreign fn tests | Brian Anderson | -0/+6 |
| 2013-07-30 | rt: Use the correct global change_dir lock | Brian Anderson | -2/+2 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -14/+0 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -2/+8 |
| 2013-07-28 | auto merge of #8046 : kmcallister/rust/unused-log, r=pcwalton | bors | -6/+7 |