| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -0/+5454 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -347/+0 |
| 2013-09-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -72/+23 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -72/+23 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -0/+42 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -0/+11 |
| 2013-09-16 | std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter | Jeff Olson | -21/+21 |
| 2013-09-16 | merge cleanup | Jeff Olson | -21/+21 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -0/+47 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -14/+0 |
| 2013-09-12 | auto merge of #9087 : fhahn/rust/rust_crate_map, r=brson | bors | -175/+0 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -175/+0 |
| 2013-09-12 | Add linenoise lock helpers to rustrt.def.in. | Huon Wilson | -0/+2 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -0/+12 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -10/+2 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+6 |
| 2013-09-04 | auto merge of #8880 : fhahn/rust/issue_8703, r=brson | bors | -174/+37 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -174/+37 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -0/+6 |
| 2013-09-01 | Fix incorrect strftime error handling in rust_localtime | Birunthan Mohanathas | -3/+6 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -44/+11 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -0/+41 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -11/+3 |
| 2013-08-26 | Support Win64 context switching | klutzy | -9/+75 |
| 2013-08-26 | rt: Support SEH/SJLJ personality routine | klutzy | -6/+16 |
| 2013-08-26 | rt: Make valgrind Win64-compatible | klutzy | -6/+12 |
| 2013-08-26 | rt: Add {get,record}_sp_limit on Win64 | klutzy | -0/+8 |
| 2013-08-26 | rt: Remove leading underscore on Win64 | klutzy | -3/+6 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -12/+6 |
| 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 | -123/+0 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -51/+50 |
| 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 |