| Age | Commit message (Expand) | Author | Lines |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -598/+0 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -106/+1 |
| 2013-11-18 | Implement a native mutex type | Alex Crichton | -0/+21 |
| 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/+5 |
| 2013-11-12 | rt: Delete more C++ | Brian Anderson | -1/+10 |
| 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-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-06 | auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton | bors | -3/+9 |
| 2013-11-06 | Fixes for compilation to iOS: | kud1ing | -3/+9 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -37/+0 |
| 2013-11-05 | rt: Convert timezone to utf-8 on Windows | klutzy | -4/+9 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -40/+0 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+10 |
| 2013-10-23 | std::rand: documentation & references. | Huon Wilson | -0/+2 |
| 2013-10-20 | auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichton | bors | -4/+42 |
| 2013-10-20 | Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo... | LEE Wondong | -4/+42 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -14/+11 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -12/+0 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -21/+0 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -6/+56 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -0/+12 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -21/+0 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -24/+0 |
| 2013-09-18 | Remove rust_run_program.cpp | Alex Crichton | -0/+23 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -12/+0 |
| 2013-09-11 | extra: use a mutex to wrap linenoise calls and make them threadsafe. | Huon Wilson | -0/+12 |
| 2013-09-01 | Fix incorrect strftime error handling in rust_localtime | Birunthan Mohanathas | -3/+6 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -11/+6 |
| 2013-08-23 | rt: Remove rust_abi | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -47/+0 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -15/+0 |
| 2013-08-23 | rt: Memory regions are never synchronized now | Brian Anderson | -4/+2 |
| 2013-08-23 | rt: Remove timer | Brian Anderson | -3/+26 |
| 2013-08-23 | rt: Remove last use of C++ exchange alloc | Brian Anderson | -1/+1 |
| 2013-08-22 | Un-disable stack unwinding on Windows. | Vadim Chugunov | -4/+0 |
| 2013-08-16 | rt: Remove rust_stack | Brian Anderson | -0/+10 |
| 2013-08-16 | rt: Remove rust_env | Brian Anderson | -1/+53 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -3/+2 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -237/+19 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -3/+2 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -92/+0 |
| 2013-07-31 | auto merge of #8143 : brson/rust/change-dir-lock, r=luqmana | bors | -2/+2 |
| 2013-07-30 | rt: Use the correct global change_dir lock | Brian Anderson | -2/+2 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -12/+0 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+6 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -6/+0 |