| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -1/+12 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -1/+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-17 | The purpose of these headers is to fix issues with mingw v4.0, as described i... | Vadim Chugunov | -1/+1 |
| 2013-09-16 | Pass OS to gyp_uv | Seo Sanghyeon | -3/+4 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -1/+0 |
| 2013-09-09 | auto merge of #9033 : alexcrichton/rust/libuv-makefile-dep, r=brson | bors | -1/+1 |
| 2013-09-07 | Give the libuv makefile generation a dependency | Alex Crichton | -1/+1 |
| 2013-09-07 | Run gyp with CFG_PYTHON which is python < 3 | Alex Crichton | -1/+1 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -10/+25 |
| 2013-09-05 | auto merge of #8975 : alexcrichton/rust/reorganize, r=pnkfelix | bors | -32/+35 |
| 2013-09-04 | Move the `rt` build directory under $target | Alex Crichton | -32/+35 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -1/+0 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -36/+10 |
| 2013-08-29 | mk: Fix libuv makefile generation on android | Ilyong Cho | -0/+9 |
| 2013-08-28 | Fix compilation issues with libuv on OSX | Alex Crichton | -1/+6 |
| 2013-08-28 | Run gyp_uv with CFG_PYTHON instead of directly | Alex Crichton | -1/+1 |
| 2013-08-27 | Fix various issues associated with building on windows | Alex Crichton | -23/+18 |
| 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 | -8/+25 |
| 2013-08-23 | rt: Remove rust_abi | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Remove rust_util.cpp | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Remove timer | Brian Anderson | -1/+0 |
| 2013-08-23 | rt: Remove rust_exchange_alloc | Brian Anderson | -1/+0 |
| 2013-08-19 | auto merge of #8584 : thestinger/rust/jemalloc, r=graydon | bors | -2/+2 |
| 2013-08-17 | Revert "Turn off jemalloc" | Daniel Micay | -2/+2 |
| 2013-08-16 | rt: Remove rust_stack | Brian Anderson | -1/+0 |
| 2013-08-16 | rt: Remove rust_env | Brian Anderson | -1/+0 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -10/+1 |
| 2013-06-18 | Turn off jemalloc | Brian Anderson | -2/+2 |
| 2013-06-13 | mk: arm support - disable tls of jemalloc on rt.mk | Young-il Choi | -0/+12 |
| 2013-06-10 | Pass the correct build flags to jemalloc | James Miller | -1/+7 |
| 2013-06-07 | pass correct flags to jemalloc for cross-compiling | Daniel Micay | -1/+2 |
| 2013-06-06 | auto merge of #6895 : cmr/rust/jemalloc, r=brson | bors | -5/+10 |
| 2013-06-06 | mk: Fix _RUST_STAGEX variables under cross compile. Fix incoming | Brian Anderson | -0/+9 |
| 2013-06-01 | Windows fixes | Corey Richardson | -1/+1 |
| 2013-06-01 | integrate jemalloc into the build | Daniel Micay | -5/+10 |
| 2013-05-24 | Define _RUST_STAGEN when building rustrt. | Tom Lee | -47/+53 |
| 2013-05-17 | auto merge of #6249 : crabtw/rust/arm, r=brson | bors | -0/+4 |
| 2013-05-07 | mk: rt.mk regression patch for mingw32 after #6176 | Young-il Choi | -2/+0 |
| 2013-05-07 | preliminary Linux ARM support | Jyun-Yan You | -0/+4 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -6/+6 |
| 2013-05-01 | pass along CFLAGS/LINK_FLAGS to libuv | Daniel Micay | -4/+6 |
| 2013-04-15 | rt: Move test functions to rust_test_helpers.cpp | Brian Anderson | -1/+2 |
| 2013-04-04 | mk: mips toolchain config | Jyun-Yan You | -0/+5 |
| 2013-03-19 | auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwalton | bors | -2/+2 |
| 2013-03-14 | mk: rt.mk ar desinated by target-triples | Young-il Choi | -1/+1 |
| 2013-03-13 | mk: target triple rename arm-unknown-android->arm-linux-androideabi | Young-il Choi | -2/+2 |