| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -0/+6 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -4/+0 |
| 2013-09-18 | auto merge of #9280 : alexcrichton/rust/less-c++, r=brson | bors | -1/+0 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -1/+0 |
| 2013-09-18 | Implement process bindings to libuv | Alex Crichton | -0/+7 |
| 2013-09-16 | std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup | Jeff Olson | -0/+2 |
| 2013-09-16 | std/rt: in-progress file io work | Jeff Olson | -0/+5 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -2/+0 |
| 2013-09-12 | auto merge of #9087 : fhahn/rust/rust_crate_map, r=brson | bors | -1/+0 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -1/+0 |
| 2013-09-12 | Add linenoise lock helpers to rustrt.def.in. | Huon Wilson | -0/+2 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -1/+0 |
| 2013-09-05 | std::rt: Add libuv bindings for getaddrinfo | Brian Anderson | -0/+1 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -2/+2 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -8/+2 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -0/+7 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -2/+1 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -2/+0 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -4/+4 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -2/+0 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -9/+0 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -0/+2 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -0/+5 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -0/+10 |
| 2013-08-16 | rt: Remove unused uv helpers | Brian Anderson | -15/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -56/+1 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -7/+0 |
| 2013-07-31 | auto merge of #8145 : brson/rust/rttestfixes, r=pcwalton | bors | -0/+1 |
| 2013-07-30 | test: Use a test extern in various foreign fn tests | Brian Anderson | -0/+1 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -2/+0 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+2 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -0/+1 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -6/+3 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -1/+0 |
| 2013-07-22 | std: Remove unstable::global. Unused | Brian Anderson | -1/+0 |
| 2013-07-22 | std::rt: Stop using unstable::global in change_dir_locked | Brian Anderson | -0/+2 |
| 2013-07-22 | std: Remove weak_task API. Unused | Brian Anderson | -2/+0 |
| 2013-07-18 | auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwalton | bors | -1/+0 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+1 |
| 2013-07-09 | std: Remove ThreadPerCore spawn mode. Unused | Brian Anderson | -1/+0 |
| 2013-07-09 | Use purely an owned vector for storing TLS data | Alex Crichton | -1/+0 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -0/+2 |
| 2013-07-08 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -3/+2 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -4/+3 |
| 2013-07-02 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -0/+2 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -0/+15 |
| 2013-07-01 | rt: Add global_args_lock functions to rustrt.def.in | Brian Anderson | -1/+3 |
| 2013-06-30 | vec: implement exchange vector reserve in Rust | Daniel Micay | -1/+0 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -1/+0 |