| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Add sundown to src/rt/ | Alex Crichton | -3/+17 |
| 2013-09-23 | Add rustpkg tutorial to the official tutorials. | Steve Klabnik | -0/+10 |
| 2013-09-22 | Place *all* rustdoc output in doc/{crate} | Alex Crichton | -1/+2 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -91/+7 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -1/+0 |
| 2013-09-21 | Fix the dependencies of rustdoc_ng doc generation | Alex Crichton | -6/+6 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -0/+15 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -1/+1 |
| 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-18 | auto merge of #9277 : crabtw/rust/mips, r=brson | bors | -2/+3 |
| 2013-09-18 | auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brson | bors | -3/+4 |
| 2013-09-18 | fix compilation errors of mips target | Jyun-Yan You | -2/+3 |
| 2013-09-17 | auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphism | bors | -2/+24 |
| 2013-09-17 | The purpose of these headers is to fix issues with mingw v4.0, as described i... | Vadim Chugunov | -3/+4 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -2/+24 |
| 2013-09-16 | mk: Fix valgrinding with jemalloc | Brian Anderson | -0/+3 |
| 2013-09-16 | auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichton | bors | -3/+4 |
| 2013-09-16 | Pass OS to gyp_uv | Seo Sanghyeon | -3/+4 |
| 2013-09-16 | Finish addition of rustdoc_ng to Makefiles. | Felix S. Klock II | -2/+26 |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+19 |
| 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 | -11/+26 |
| 2013-09-06 | auto merge of #9017 : vadimcn/rust/rustllvm-build, r=alexcrichton | bors | -1/+1 |
| 2013-09-06 | Un-hork the bots by removing intermediate files | Alex Crichton | -1/+1 |
| 2013-09-05 | Fixed makefile to point to the new llvm build directory. | Vadim Chugunov | -1/+1 |
| 2013-09-05 | Don't run lint over gyp files (they just fail anyway) | Alex Crichton | -0/+1 |
| 2013-09-05 | auto merge of #8975 : alexcrichton/rust/reorganize, r=pnkfelix | bors | -42/+57 |
| 2013-09-04 | Move the `rt` build directory under $target | Alex Crichton | -37/+42 |
| 2013-09-04 | auto merge of #8880 : fhahn/rust/issue_8703, r=brson | bors | -1/+0 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -1/+0 |
| 2013-09-03 | Build rustllvm into $target/rustllvm | Alex Crichton | -5/+5 |
| 2013-09-03 | Move the llvm auto-clean stamp into $target/llvm | Alex Crichton | -1/+11 |
| 2013-09-01 | small cleanup of previous commit with mucho comments. | Felix S. Klock II | -4/+14 |
| 2013-09-01 | hypothetical fix for #8865. | Felix S. Klock II | -3/+6 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -5/+4 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -2/+2 |
| 2013-08-30 | Revert "Teach the makefile to use multiple src-base's" | Corey Richardson | -3/+2 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -1/+2 |
| 2013-08-29 | auto merge of #8458 : cmr/rust/test-restructure, r=brson | bors | -4/+5 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -36/+10 |
| 2013-08-29 | auto merge of #8848 : ILyoan/rust/mk_libuv, r=cmr | bors | -0/+9 |
| 2013-08-29 | auto merge of #8838 : brson/rust/rvfpelim, r=alexcrichton | bors | -2/+7 |
| 2013-08-29 | mk: Fix libuv makefile generation on android | Ilyong Cho | -0/+9 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -2/+7 |
| 2013-08-28 | Fix compilation issues with libuv on OSX | Alex Crichton | -1/+6 |
| 2013-08-28 | Teach the makefile to use multiple src-base's | Corey Richardson | -2/+3 |