| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Added missing argument to 'find' | Dylan McKay | -1/+1 |
| 2015-10-27 | Add dependencies to generated llvmdeps.rs | Dylan McKay | -0/+1 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -1/+0 |
| 2015-05-19 | mk: Enable building LLVM targeting MSVC | Alex Crichton | -13/+0 |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p... | Michael Woerister | -2/+3 |
| 2014-11-26 | debuginfo: Add script that allows to conveniently start LLDB in "rust-mode" | Michael Woerister | -2/+3 |
| 2014-07-23 | mk: Add space before line continuation backslash | Birunthan Mohanathas | -1/+1 |
| 2014-07-23 | mk: Remove extra whitespace before line continuation backslashes | Birunthan Mohanathas | -24/+24 |
| 2014-03-24 | mk: Don't rm 'dist' during clean, just its contents | Brian Anderson | -1/+2 |
| 2014-03-15 | mk: Clean libbacktrace w/ gusto | Brian Anderson | -0/+1 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -1/+0 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+1 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -0/+3 |
| 2014-02-02 | Rewrite the doc makefile for doc => src/doc | Alex Crichton | -7/+1 |
| 2014-01-26 | Refactor the build system for easily adding crates | Alex Crichton | -65/+22 |
| 2014-01-06 | Delete the installer exe when cleaning | Brian Anderson | -1/+1 |
| 2013-12-24 | make: Add all the make support for lib{native,green} | Alex Crichton | -0/+12 |
| 2013-12-22 | mk: Clean .lib files | klutzy | -0/+1 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -2/+8 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -17/+31 |
| 2013-11-03 | Create epub versions of tutorial and ref manual. | Noufal Ibrahim | -1/+1 |
| 2013-10-29 | support for GNU configure syntax | Heather | -11/+11 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -0/+3 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -6/+0 |
| 2013-10-10 | rust / build: Remove the `rust` tool | Tim Chevalier | -4/+0 |
| 2013-09-27 | mk: Fully clean out old documentation | Alex Crichton | -3/+2 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -6/+0 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -0/+2 |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+4 |
| 2013-09-06 | Un-hork the bots by removing intermediate files | Alex Crichton | -1/+1 |
| 2013-09-04 | Move the `rt` build directory under $target | Alex Crichton | -2/+4 |
| 2013-09-03 | Build rustllvm into $target/rustllvm | Alex Crichton | -1/+1 |
| 2013-06-30 | mk: clean-llvm for cross-compile | Young-il Choi | -1/+1 |
| 2013-06-27 | mk: add mechanisms for triggering clean-llvm builds from commits | Graydon Hoare | -1/+1 |
| 2013-06-15 | Remove the fuzzer | Brian Anderson | -6/+0 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -4/+4 |
| 2013-04-30 | clear *everything* from the tmp directory | Daniel Micay | -1/+1 |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -12/+18 |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -36/+36 |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -8/+8 |
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -0/+3 |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -6/+6 |
| 2013-02-06 | mk: Add output files to tests so they don't rerun unnecessarily | Brian Anderson | -1/+1 |
| 2012-12-13 | clean.mk: remove snapshot binaries as well. | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-08 | Clean the check-fast lib on windows | Brian Anderson | -1/+2 |
| 2012-11-30 | Add the check-fast run_pass_stage2 lib to 'make clean' | Brian Anderson | -0/+1 |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -0/+3 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+12 |