| Age | Commit message (Expand) | Author | Lines |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -5/+0 |
| 2013-09-16 | Add the rustdoc_ng binary to the makefile rules | Alex Crichton | -0/+3 |
| 2013-09-16 | Add rustdoc_ng | Corey Richardson | -0/+2 |
| 2013-08-07 | mk: install.mk fix to specify ADB variables not adb | Young-il Choi | -1/+1 |
| 2013-07-14 | auto merge of #7796 : thomaslee/rust/issue-6247, r=z0w0 | bors | -0/+1 |
| 2013-07-14 | Install librustllvm.so to target lib directory | Tom Lee | -0/+1 |
| 2013-07-13 | remove new man pages on make uninstall | Ted Horst | -0/+4 |
| 2013-07-11 | auto merge of #7632 : gavinb/rust/7484_manpages, r=cmr | bors | -2/+5 |
| 2013-07-09 | Fix #3225: Incorporate feedback from Graydon. | Felix S. Klock II | -11/+11 |
| 2013-07-09 | Fix #3225: Incorporate feedback from Graydon. | Felix S. Klock II | -42/+61 |
| 2013-07-07 | Fix #3225: Check for old Rust libraries when building and installing. | Felix S. Klock II | -2/+10 |
| 2013-07-07 | Add new manpages to install script | Gavin Baker | -2/+5 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -8/+8 |
| 2013-05-06 | minor automatic whitespace fixes | Daniel Micay | -4/+4 |
| 2013-05-04 | mk: install.mk directory argument pass for install-runtime-target | Young-il Choi | -17/+24 |
| 2013-05-03 | mk: configurable android test directory | Young-il Choi | -7/+10 |
| 2013-05-01 | mk: install-runtime-target added to install.mk (pushing shared library to and... | Young-il Choi | -0/+63 |
| 2013-04-02 | install the librust{doc,pkg} host libraries | Daniel Micay | -0/+2 |
| 2013-03-31 | install.mk: use INSTALL_LIB for all libraries | Daniel Micay | -4/+4 |
| 2013-03-21 | stop installing empty .so files | Daniel Micay | -10/+0 |
| 2013-03-04 | mk: install/uninstall for multiple target | Young-il Choi | -2/+22 |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -11/+11 |
| 2013-03-02 | mk: Cross-compile fixes | Brian Anderson | -37/+37 |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -6/+6 |
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -0/+8 |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -6/+6 |
| 2012-12-16 | Don't install the fuzzer | Brian Anderson | -7/+0 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-11-13 | Tools should not be build prereqs of tests. Closes #3946 | Brian Anderson | -2/+2 |
| 2012-11-07 | Fix make install rules for new libraries | Brian Anderson | -0/+8 |
| 2012-11-07 | Fix install target for new libraries | Brian Anderson | -4/+10 |
| 2012-11-04 | make: change to LIB prefixed for fuzzer, carge, rustdoc, rusti uninstall | Daniel Patterson | -4/+4 |
| 2012-11-04 | Librarify rusti, etc. | Brian Anderson | -0/+4 |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -0/+2 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+7 |
| 2012-10-27 | rusti: Add linenoise, wrap into core::rl and add rusti REPL tool | Zack Corr | -0/+2 |
| 2012-07-12 | Fix make-install target on mac. release-0.3 0.3 | Graydon Hoare | -2/+2 |
| 2012-07-11 | Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi... | Graydon Hoare | -21/+16 |
| 2012-07-11 | Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory. | Graydon Hoare | -16/+21 |
| 2012-06-08 | Rename some misleading variables | Ben Striegel | -4/+4 |
| 2012-06-08 | `make install` fix to address #2555 | Ben Striegel | -1/+1 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -3/+3 |
| 2012-03-29 | build: Introduce rustsyntax crate | Brian Anderson | -0/+4 |
| 2012-03-23 | Remove last vestiges of old-style intrinsics | Marijn Haverbeke | -1/+0 |
| 2012-03-23 | Revert removal of intrinsics | Marijn Haverbeke | -0/+1 |
| 2012-03-23 | Remove support for the old-style intrinsics | Marijn Haverbeke | -1/+0 |
| 2012-02-24 | Correct install.mk to use CFG_LIBDIR for correct install paths on windows. | Graydon Hoare | -2/+2 |
| 2012-01-30 | Add a 'make uninstall' target. Close #1668. | Graydon Hoare | -0/+21 |
| 2012-01-28 | build: Don't use -T option on install cmd. Not OS X compatible | Brian Anderson | -2/+2 |
| 2012-01-28 | Update cp to install, so we can safely install on systems with restrictive um... | Aleksander Balicki | -4/+4 |