]> git.lizzy.rs Git - rust.git/history - mk/target.mk
fix how we walk functions to match new closure fmt
[rust.git] / mk / target.mk
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2011-12-20 Graydon HoareMerge pull request #1349 from lht/driver
2011-12-20 Haitao LiSeparate driver rustc and librustc
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Marijn HaverbekeDon't make rustc depend on librustc
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-17 Graydon HoareUpdate build machinery to build and install librustc...
2011-12-13 Haitao Lirustc: build versioned library with hash in its name
2011-12-07 Graydon HoarePass --no-core when building libcore.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-11-29 Niko Matsakismakefiles now seem to be working, rustc is not
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonrt: Build __morestack as a static library and copy...
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-03 Brian AndersonRemove an old, temporary build rule
2011-11-02 Niko Matsakisvirtualize rustllvm construction per target triple
2011-11-02 Niko Matsakisvirtualize the runtime per target triple.
2011-11-02 Niko Matsakisget the dependencies right so that all target archs...
2011-11-02 Niko Matsakisenable building with different target arch
2011-11-02 Niko Matsakisenable intrinsics for multiple arch
2011-10-31 Brian AndersonRemove temporary build rules
2011-10-31 Brian AndersonAdd some transitional build rules for moving libstd...
2011-10-20 Marijn HaverbekeRemove the last vestiges of main.ll
2011-10-20 Marijn HaverbekeUse snap runtime, and the old main.o, for stage1
2011-10-02 Brian AndersonLots of build system cleanup and documentation