| Age | Commit message (Expand) | Author | Lines |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -0/+33 |
| 2013-11-12 | rt: Delete more C++ | Brian Anderson | -141/+10 |
| 2013-11-11 | auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichton | bors | -9/+11 |
| 2013-11-11 | Add asserts to check for faililng QueryPerformance* calls in precise_time_ns | Birunthan Mohanathas | -7/+9 |
| 2013-11-11 | Change use of unsigned integers to signed integers for clarity in | Birunthan Mohanathas | -5/+5 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -4/+2 |
| 2013-11-10 | Update to the latest libuv | Alex Crichton | -152/+25 |
| 2013-11-10 | Work around bugs in 32-bit enum FFI | Alex Crichton | -0/+5 |
| 2013-11-10 | Migrate uv timer bindings away from ~fn() | Alex Crichton | -5/+0 |
| 2013-11-10 | uv: Remove lots of uv/C++ wrappers | Alex Crichton | -352/+0 |
| 2013-11-08 | auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoi | bors | -2/+5 |
| 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 |