| Age | Commit message (Expand) | Author | Lines |
| 2013-11-29 | Statically link librustrt to libstd | Alex Crichton | -51/+0 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -7/+0 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -20/+0 |
| 2013-11-18 | Implement a native mutex type | Alex Crichton | -2/+3 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -3/+3 |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -0/+1 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -3/+0 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -115/+0 |
| 2013-11-01 | Statically link sundown to librustdoc | Alex Crichton | -6/+0 |
| 2013-10-29 | rt: Remove four unused upcalls | Brian Anderson | -4/+0 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -7/+0 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+2 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -2/+0 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+3 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -12/+0 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -0/+1 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -7/+6 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -0/+4 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -0/+15 |
| 2013-10-20 | auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichton | bors | -0/+2 |
| 2013-10-20 | Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo... | LEE Wondong | -0/+2 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -1/+0 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -9/+0 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -3/+0 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -1/+3 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -0/+2 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -3/+0 |
| 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 |