about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2011-07-29Removing proxies and message queues.Eric Holk-3/+0
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-0/+2
2011-07-27Add PPFILES flag to specify a which files to reformatBrian Anderson-7/+11
2011-07-27Add fuzzer to reformat make targetMarijn Haverbeke-1/+2
2011-07-27Hack to make snap-stage1 actually build incompatible changesMarijn Haverbeke-2/+1
2011-07-27Fix reformat make targetMarijn Haverbeke-1/+1
2011-07-25Remove old hack of creating a .a file with code that existed both in rustRafael Ávila de Espíndola-20/+3
2011-07-24The Big Test Suite OverhaulBrian Anderson-339/+185
2011-07-23Add an NSIS script for building a win32 installer. Closes #522.Graydon Hoare-2/+19
2011-07-22Change the CFG_STDLIB_DEFAULT macro into a call that picks the correct stageBrian Anderson-4/+4
2011-07-21More missing things in make clean...Michael Sullivan-0/+4
2011-07-21Build the stage1 compiler against the newly built librustrt.Michael Sullivan-20/+15
2011-07-21Instantiate the stage0/lib/stdlib rules from stage0.mk instead of stageN.mk.Michael Sullivan-6/+4
2011-07-21Build stage0/lib/libstd.so using the stage0 compiler.Michael Sullivan-26/+38
2011-07-21Cleanup the library path now that we copy from stageN/lib to stageN+1/Rafael Ávila de Espíndola-10/+10
2011-07-20Improve make clean.Michael Sullivan-8/+17
2011-07-20Reduce the library path now that we are copying the libraries.Rafael Ávila de Espíndola-2/+1
2011-07-20Add support for building with a static libstd for testing static crate support.Rafael Ávila de Espíndola-1/+4
2011-07-17Revert "Revert "Rename Passes2.cpp to Passes.cpp""Brian Anderson-1/+1
2011-07-17Revert "Rename Passes2.cpp to Passes.cpp"Brian Anderson-1/+1
2011-07-17Rename Passes2.cpp to Passes.cppBrian Anderson-1/+1
2011-07-17Remove Passes.cpp from rustllvmBrian Anderson-2/+1
2011-07-17Remove Object.h from rustllvmBrian Anderson-2/+1
2011-07-15Merge the stage1,2,3.mk files into a common definition in stageN.mk, more rea...Graydon Hoare-149/+118
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-1/+0
2011-07-13Fix check target names in tests.mk.Graydon Hoare-8/+3
2011-07-12Add build targets for building rustc as a test runner. Issue #428Brian Anderson-0/+28
2011-07-12Move stdtest output files up a directory. Issue #428Brian Anderson-6/+7
2011-07-12Add build targets for running stdtest. Issue #428Brian Anderson-1/+22
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-1/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-22/+32
2011-07-11Use new snapshot.Rafael Ávila de Espíndola-5/+2
2011-07-07Add missing rules to 'make clean'Brian Anderson-0/+5
2011-07-07Make the rules for compiling rustc explicitBrian Anderson-3/+5
2011-07-07Add missing rt/rustllvm rules for static libstdBrian Anderson-0/+3
2011-07-07Complete the transition of glue.o to the lib directoryBrian Anderson-23/+14
2011-07-07Register new snapshotsBrian Anderson-12/+1
2011-07-07Add rt and rustllvm to the snapshotBrian Anderson-3/+6
2011-07-07Remove the llvm lib directory from LD_LIBRARY_PATH on unixy systemsBrian Anderson-3/+2
2011-07-07Also copy rt and rustllvm to stage0 for nowBrian Anderson-1/+12
2011-07-07put librustrt and librustllvm in stageN dirs. Issue #438Erick Tryzelaar-4/+29
2011-07-07Makefile support for building std static.Rafael Ávila de Espíndola-3/+24
2011-07-07Try to fix the bots.Rafael Ávila de Espíndola-2/+2
2011-07-07Command line changes for adding support for static libraries.Rafael Ávila de Espíndola-3/+3
2011-07-06Add a stdtest crate to hold the standard library testsBrian Anderson-0/+7
2011-07-05Temporarily introduce a stage2-check build targetBrian Anderson-0/+4
2011-07-04Link the fuzzer crate to librustc againBrian Anderson-1/+2
2011-07-01Partially restore the fuzzer crate's build rulesBrian Anderson-15/+9
2011-06-29More fixes to fast-check.Graydon Hoare-2/+2
2011-06-29Tidy up snap makefile.Graydon Hoare-3/+3