| Age | Commit message (Expand) | Author | Lines |
| 2013-11-08 | fix android timegm | sh8281.kim | -2/+5 |
| 2013-11-07 | auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichton | bors | -4/+9 |
| 2013-11-07 | update for ndk r9b | sh8281.kim | -4/+0 |
| 2013-11-06 | auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton | bors | -5/+17 |
| 2013-11-06 | Fixes for compilation to iOS: | kud1ing | -5/+17 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -143/+0 |
| 2013-11-05 | rt: Convert timezone to utf-8 on Windows | klutzy | -4/+9 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -0/+4 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -0/+4 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -0/+5 |
| 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 | 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 |