| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | Update build machinery to build and install librustc everywhere (including ↵ | Graydon Hoare | -1/+4 | |
| snapshots). | ||||
| 2011-12-12 | rustc: build versioned library with hash in its name | Haitao Li | -3/+3 | |
| Also updated build to install versioned libraries and added a few missing actions for `make clean`. | ||||
| 2011-12-07 | Pass --no-core when building libcore. | Graydon Hoare | -1/+1 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+7 | |
| 2011-11-29 | makefiles now seem to be working, rustc is not | Niko Matsakis | -6/+7 | |
| 2011-11-29 | basic builds function | Niko Matsakis | -37/+34 | |
| 2011-11-28 | rt: Build __morestack as a static library and copy it to the right places | Brian Anderson | -0/+4 | |
| 2011-11-05 | Parameterize the LLVM build over the target triples | Brian Anderson | -2/+2 | |
| 2011-11-05 | Cleanup LLVM build rules after rebase onto x64 changes | Brian Anderson | -1/+2 | |
| 2011-11-03 | Remove an old, temporary build rule | Brian Anderson | -7/+0 | |
| 2011-11-02 | virtualize rustllvm construction per target triple | Niko Matsakis | -2/+2 | |
| 2011-11-02 | virtualize the runtime per target triple. | Niko Matsakis | -7/+2 | |
| 2011-11-02 | get the dependencies right so that all target archs are built | Niko Matsakis | -1/+1 | |
| 2011-11-02 | enable building with different target arch | Niko Matsakis | -6/+6 | |
| 2011-11-02 | enable intrinsics for multiple arch | Niko Matsakis | -3/+13 | |
| 2011-10-31 | Remove temporary build rules | Brian Anderson | -11/+0 | |
| 2011-10-31 | Add some transitional build rules for moving libstd.so to libruststd.so | Brian Anderson | -0/+18 | |
| 2011-10-20 | Remove the last vestiges of main.ll | Marijn Haverbeke | -14/+0 | |
| Closes #992 | ||||
| 2011-10-20 | Use snap runtime, and the old main.o, for stage1 | Marijn Haverbeke | -4/+14 | |
| This is intended to be reverted again after I register the next snapshot. | ||||
| 2011-10-02 | Lots of build system cleanup and documentation | Brian Anderson | -0/+61 | |
| 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 | ||||
