| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 ↵ | Graydon Hoare | -0/+3 | |
| snapshots). | ||||
| 2011-12-12 | rustc: build versioned library with hash in its name | Haitao Li | -5/+10 | |
| Also updated build to install versioned libraries and added a few missing actions for `make clean`. | ||||
| 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 | |
| Closes #992 | ||||
| 2011-10-02 | Lots of build system cleanup and documentation | Brian Anderson | -2/+3 | |
| This splits mk/stageN.mk into host.mk and target.mk and makes the build rules somewhat simpler - there's no more building from stageN into stageN+1; instead we always build from stageN(host) to stageN(target) then promote from stageN(target) to stageN+1(host). Add a big honkin explaination right at the top of Makefile.in | ||||
| 2011-09-30 | Have 'make install' do something close to useful | Brian Anderson | -0/+53 | |
| We'll copy the files to the right location. Still need to rpath. Issue #529 | ||||
