about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2011-05-24There is only one activate function now.Rafael Ávila de Espíndola-1/+7
2011-05-20librustc depends on rustllvm and std.Erick Tryzelaar-3/+3
2011-05-18One exit_task_glue to rule them all.Rafael Ávila de Espíndola-1/+6
2011-05-16Fix snap rules to depend more correctly on rustc$(X) not rustc.Graydon Hoare-3/+3
2011-05-13Remove rustboot from the repository.Graydon Hoare-105/+0
2011-05-12Add snap-stageN targets.Graydon Hoare-2/+9
2011-05-11Change 'check' make target to just stage2 tests; add full-check for all of them.Graydon Hoare-1/+5
2011-05-10Update librustc build targets with correct flagsBrian Anderson-6/+6
2011-05-10Link fuzzer to the rustc crateBrian Anderson-1/+11
2011-05-10Add targets for building rustc as a libraryBrian Anderson-0/+27
2011-05-10Introduce the fuzzer crate and make rulesBrian Anderson-0/+10
2011-05-08build: Use clang to compile the runtime if availablePatrick Walton-48/+67
2011-05-06rustllvm: Add a binding to the LLVM standard module passesPatrick Walton-1/+1
2011-05-05Tidy up stage 2 and 3 mk files.Graydon Hoare-4/+6
2011-05-05Update docs to reflect assert vs. checkTim Chevalier-1/+1
2011-05-04build: Add missing intrinsics.mkPatrick Walton-0/+19
2011-05-04build: Build intrinsics.bcPatrick Walton-7/+29
2011-05-04Add stage-specific test targets (make check-stage1 etc.)Graydon Hoare-1/+18
2011-05-04Fix horrible rule-hijacking bug that was causing compile-fail targets to trig...Graydon Hoare-33/+14
2011-05-03Fix bug in CFG_TESTLIB that only manifests on stage1, stage2.Graydon Hoare-3/+4
2011-05-03Remove everything to do with rustboot from makefiles.Graydon Hoare-130/+38
2011-05-03Remove calls to rustboot -rdeps, leave 'touch' in place while working on repl...Graydon Hoare-9/+3
2011-05-03Attempt to shift build to stage0-from-snapshots.Graydon Hoare-11/+11
2011-05-02Add forgotten 'snap.mk'Graydon Hoare-0/+3
2011-05-01Start splitting up Makefile.inGraydon Hoare-0/+1044