| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-01-16 | build: Stop building stage3 on normal test cycles | Haitao Li | -4/+5 |
| 2011-12-30 | Make install and check targets depend on all. Close #1395. | Graydon Hoare | -1/+1 |
| 2011-12-20 | Add rustdoc to build. | Graydon Hoare | -0/+1 |
| 2011-12-16 | Install and snapshot cargo by default. | Graydon Hoare | -0/+1 |
| 2011-12-16 | Update build machinery to build and install librustc everywhere (including sn... | Graydon Hoare | -0/+3 |
| 2011-12-12 | rustc: build versioned library with hash in its name | Haitao Li | -5/+10 |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+2 |
| 2011-11-29 | improve install, fix MKFILE_DEPS so it works | Niko Matsakis | -14/+14 |
| 2011-11-29 | basic builds function | Niko Matsakis | -25/+26 |
| 2011-11-28 | rt: Build __morestack as a static library and copy it to the right places | Brian Anderson | -0/+1 |
| 2011-11-04 | install.mk: make man1 directory | Elly Jones | -0/+1 |
| 2011-10-25 | Add more comments to install.mk | Brian Anderson | -0/+11 |
| 2011-10-25 | Install man page for rustc | Brian Anderson | -0/+2 |
| 2011-10-20 | Remove the last vestiges of main.ll | Marijn Haverbeke | -1/+0 |
| 2011-10-02 | Lots of build system cleanup and documentation | Brian Anderson | -2/+3 |
| 2011-09-30 | Have 'make install' do something close to useful | Brian Anderson | -0/+53 |