about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2011-07-14Add fuzzer as part of 'all' standard build target so people know when it breaks.Graydon Hoare-0/+2
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-0/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-4/+4
2011-07-07Complete the transition of glue.o to the lib directoryBrian Anderson-7/+7
2011-07-01Partially restore the fuzzer crate's build rulesBrian Anderson-0/+1
2011-06-30Correct make rules a bit.Graydon Hoare-10/+15
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-5/+4
2011-06-28Bit more work on mingw cross. Pending on other changes now (test combination,...Graydon Hoare-0/+1
2011-06-27Some work on reviving the mingw-cross build. Not working yet.Graydon Hoare-2/+2
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-8/+35
2011-06-20Finish the transition to having the std library in stageN/lib.Rafael Ávila de Espíndola-1/+1
2011-06-18Add TIME_LLVM_PASSES flag to the MakefileBrian Anderson-0/+3
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-3/+4
2011-06-17Break long lines.Rafael Ávila de Espíndola-2/+4
2011-06-17Put std in stageN/lib. This avoids windows trying to load stageN/std.ll whenRafael Ávila de Espíndola-6/+6
2011-06-17Automatically add a -L to the directory the binary is in.Rafael Ávila de Espíndola-3/+3
2011-06-16Switch to using the rustc driver in the bootstrap process.Rafael Ávila de Espíndola-8/+10
2011-06-13Handle missing git in build env.Graydon Hoare-0/+2
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-3/+3
2011-06-07Don't put a copy of main (the C one) in each binary we produce. This is a stepRafael Ávila de Espíndola-3/+3
2011-06-01Add a 'make reformat' rule.Graydon Hoare-0/+1
2011-05-19Tell Makefile to look an extra level deep for dependenciesTim Chevalier-1/+1
2011-05-18One exit_task_glue to rule them all.Rafael Ávila de Espíndola-0/+1
2011-05-18Re-export CFG_LLVM_ROOT to reconfiguring.Graydon Hoare-0/+1
2011-05-16Be a bit noisier about being in a transition.Graydon Hoare-0/+2
2011-05-14Remove CFG_OCAMLC_OPTBrian Anderson-7/+0
2011-05-14Add a flag to run the compiler under valgrindBrian Anderson-2/+11
2011-05-13Add support for 'T' transition snapshots, which are identical to S snapshots ...Graydon Hoare-1/+22
2011-05-10Add targets for building rustc as a libraryBrian Anderson-0/+1
2011-05-10Introduce the fuzzer crate and make rulesBrian Anderson-0/+1
2011-05-10build: Add a DEBUG flag that turns on -gPatrick Walton-0/+3
2011-05-06Use #env to bake a git revision string into rustc's --version output.Graydon Hoare-0/+9
2011-05-05build: Disable valgrind by default on the Mac. Our suppressions file doesn't ...Patrick Walton-0/+4
2011-05-05Make ocamlc and optional dependency.Ralph Giles-1/+1
2011-05-04build: Build intrinsics.bcPatrick Walton-0/+11
2011-05-03Remove everything to do with rustboot from makefiles.Graydon Hoare-10/+6
2011-05-02More hacking on the snapshot system.Graydon Hoare-1/+8
2011-05-02Add stage1, stage2 to Makefile.in default target, so tinderboxes notice break...Graydon Hoare-5/+5
2011-05-01Start splitting up Makefile.inGraydon Hoare-1033/+18
2011-04-30Shift stages around; stage0/rustc depends on stage0/libstd.so.Graydon Hoare-48/+67
2011-04-29rustc: Temporarily add a switch and a corresponding makefile variable to disa...Patrick Walton-0/+3
2011-04-29build: Add a TIME_PASSES=1 variablePatrick Walton-0/+3
2011-04-29rustc: Remove the wrong-compiler warning; we're self-hosting now.Patrick Walton-2/+2
2011-04-26Change rustc to use GetOpts rather than ad-hoc command-line parsingMarijn Haverbeke-9/+9
2011-04-25rustc: Add a SAVE_TEMPS option to the Makefile for use when debugging stage1 ...Patrick Walton-0/+4
2011-04-24Fix LD_LIBRARY_PATH on STAGE0, STAGE1 defs; define STAGE2.Graydon Hoare-5/+7
2011-04-24Expansion of rules to cover stage1, stage2 in more cases. Fix typo in makefile.Graydon Hoare-5/+88
2011-04-22Use -c in the Makefiles.Rafael Ávila de Espíndola-34/+28
2011-04-21Fix link commands for stage1 and stage2.Graydon Hoare-2/+2
2011-04-20Fix stage1 Makefile rules.Graydon Hoare-9/+25