| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | Correct prefix / CFG_PREFIX work in configure / install.mk | Heather | -8/+8 |
| 2013-10-29 | support for GNU configure syntax | Heather | -163/+163 |
| 2013-10-29 | Register new snapshots | Alex Crichton | -11/+7 |
| 2013-10-29 | Prevent unoptimized rustpkg tests from running out of stack. | Jed Davis | -0/+11 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -6/+69 |
| 2013-10-28 | auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -2/+0 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -2/+0 |
| 2013-10-24 | rust / build: make install should use explicit permissions when creating dire... | Igor Bukanov | -5/+9 |
| 2013-10-22 | rustpkg: Support arbitrary dependencies in the install API | Tim Chevalier | -0/+1 |
| 2013-10-22 | auto merge of #10013 : bdash/rust/mavericks-unwinding, r=alexcrichton | bors | -2/+2 |
| 2013-10-22 | Fix unwinding on OS X 10.9. | Mark Rowe | -2/+2 |
| 2013-10-21 | auto merge of #9992 : astrieanna/rust/rm_rusti, r=alexcrichton | bors | -2/+1 |
| 2013-10-21 | Remove rusti reference from pp.mk | Leah Hanson | -2/+1 |
| 2013-10-21 | doc: tidy and cleanup CSS deps, add tutorial PDF generation | Adrien Tétar | -19/+36 |
| 2013-10-19 | doc: switch pandoc to html5 | Adrien Tétar | -11/+11 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -7/+5 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -7/+5 |
| 2013-10-18 | Remove jemalloc from the runtime | Alex Crichton | -18/+2 |
| 2013-10-17 | auto merge of #9897 : thestinger/rust/rusti, r=alexcrichton | bors | -75/+4 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -8/+2 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -67/+2 |
| 2013-10-16 | Allow stage0 warnings | Alex Crichton | -3/+3 |
| 2013-10-10 | rust / build: Remove the `rust` tool | Tim Chevalier | -69/+1 |
| 2013-10-09 | std::rand: make the windows OSRng more correct, remove some C++. | Huon Wilson | -1/+0 |
| 2013-10-08 | Build libuv/jemalloc only once (not per stage) | Alex Crichton | -113/+113 |
| 2013-10-04 | auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brson | bors | -0/+1 |
| 2013-10-02 | Package system runtime dependencies into Windows distribution. | Vadim Chugunov | -0/+1 |
| 2013-10-01 | auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonw | bors | -1/+1 |
| 2013-09-30 | auto merge of #9617 : crabtw/rust/softfp, r=alexcrichton | bors | -1/+1 |
| 2013-09-30 | rustdoc: Add the ability to input json | Alex Crichton | -1/+1 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -1/+1 |
| 2013-09-30 | Expand tidy to prevent binaries from being checked | Alex Crichton | -0/+9 |
| 2013-09-28 | auto merge of #9542 : pnkfelix/rust/fsk-fix-issue-9531, r=thestinger | bors | -2/+2 |
| 2013-09-28 | auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmr | bors | -5/+0 |
| 2013-09-27 | mk: Don't require pandoc to run rustdoc | Alex Crichton | -5/+0 |
| 2013-09-27 | auto merge of #9544 : alexcrichton/rust/clean-docs, r=pnkfelix | bors | -3/+2 |
| 2013-09-27 | mk: Fully clean out old documentation | Alex Crichton | -3/+2 |
| 2013-09-26 | Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db. | Felix S. Klock II | -2/+2 |
| 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 |