| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | auto merge of #10163 : brson/rust/rtcxx, r=alexcrichton | bors | -159/+0 |
| 2013-10-29 | rt: Remove array_list.h | Brian Anderson | -149/+0 |
| 2013-10-29 | rt: Remove rust_thread::detach | Brian Anderson | -10/+0 |
| 2013-10-29 | rt: Remove four unused upcalls | Brian Anderson | -45/+0 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -579/+0 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -1/+1 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -1/+1 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+12 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -12/+0 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+18 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -25/+0 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -0/+6 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -7/+37 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -0/+4 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -0/+13 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -0/+15 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -0/+2 |
| 2013-10-23 | std::rand: documentation & references. | Huon Wilson | -0/+2 |
| 2013-10-22 | Fix unwinding on OS X 10.9. | Mark Rowe | -3/+21 |
| 2013-10-20 | auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichton | bors | -4/+52 |
| 2013-10-20 | Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo... | LEE Wondong | -4/+52 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -1464/+70 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -1464/+70 |
| 2013-10-18 | Remove jemalloc from the runtime | Alex Crichton | -44502/+0 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -1934/+0 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -24/+0 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -116/+59 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -0/+14 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -24/+0 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+0 |
| 2013-09-26 | Remove a little bit of unused C++ | Brian Anderson | -18/+0 |
| 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 |