about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2011-06-29Add fast-check target that combines the stage2 run-pass suite into a single e...Graydon Hoare-1/+35
2011-06-28Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests.Graydon Hoare-2/+2
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile under...Eric Holk-0/+6
2011-06-28Renamed what's left of rust_dom to rust_schedulerEric Holk-2/+2
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard lib...Eric Holk-6/+0
2011-06-28Move glue.o to stageN/lib.Rafael Ávila de Espíndola-6/+15
2011-06-28Bit more work on mingw cross. Pending on other changes now (test combination,...Graydon Hoare-26/+24
2011-06-28More work on mingw cross build.Graydon Hoare-3/+4
2011-06-28Silence texi2pdf during makeGraydon Hoare-1/+1
2011-06-27build: Remove --vex-iropt-level=0Patrick Walton-2/+1
2011-06-27Some work on reviving the mingw-cross build. Not working yet.Graydon Hoare-2/+8
2011-06-27Easy fix for using newer LLVMs: just use the MachOObjectFile.cpp they provide.Rafael Ávila de Espíndola-1/+1
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-77/+88
2011-06-23Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...Eric Holk-2/+2
2011-06-21Setting rt optimization on OS X to -O0 when using clang, like we already do w...Eric Holk-1/+1
2011-06-20Fix 'reformat' mk target to handle recent libdir changes.Graydon Hoare-1/+1
2011-06-20Finish the transition to having the std library in stageN/lib.Rafael Ávila de Espíndola-4/+4
2011-06-17Move creation of stageN/lib directories to the configure scriptBrian Anderson-4/+0
2011-06-17Register new snapshots. Update location of stage0's libstdBrian Anderson-4/+5
2011-06-17Fix library path when running tests.Rafael Ávila de Espíndola-2/+2
2011-06-17Put std in stageN/lib. This avoids windows trying to load stageN/std.ll whenRafael Ávila de Espíndola-16/+19
2011-06-16Add makefile rules to run compile-fail tests on .rc filesBrian Anderson-0/+24
2011-06-16Add support for marking files no-reformat.Graydon Hoare-2/+7
2011-06-16StageN tests run against stageN librariesBrian Anderson-3/+3
2011-06-16Fix missing dependencies on intrinsics.bc.Rafael Ávila de Espíndola-5/+5
2011-06-16Add missing dependencies, stageN/glue.o gets linked into the stageN/libstd.so.Rafael Ávila de Espíndola-3/+3
2011-06-16More driver related cleanups.Rafael Ávila de Espíndola-34/+15
2011-06-16Get rid of old vec_append glue.Michael Sullivan-1/+1
2011-06-16Switch to using the rustc driver in the bootstrap process.Rafael Ávila de Espíndola-79/+23
2011-06-15Add support for producing shared libraries directly in the rust driver.Rafael Ávila de Espíndola-8/+3
2011-06-15Add tests to 'make reformat' target.Graydon Hoare-1/+3
2011-06-14Use correct GCC flags variable in fuzzer.mkBrian Anderson-1/+1
2011-06-14Fix compiling the fuzzer.Erick Tryzelaar-1/+1
2011-06-14Apply the makefile changes again, this time fixin the driver to not produce aRafael Ávila de Espíndola-17/+6
2011-06-14Revert part of my last change while I figure out why windows doesn't like it.Rafael Ávila de Espíndola-6/+17
2011-06-14Move a bit more to use the driver.Rafael Ávila de Espíndola-27/+12
2011-06-14Revive 'make reformat' target.Graydon Hoare-1/+1
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-5/+8
2011-06-13Use the driver to build stage3. This worked on all 3 platforms for me,Rafael Ávila de Espíndola-8/+3
2011-06-13Bug fix for last commit, of course.Graydon Hoare-1/+1
2011-06-13Handle missing git in build env.Graydon Hoare-2/+3
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-11/+6
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-7/+21
2011-06-01make 'reformat' do libstd as well.Graydon Hoare-2/+5
2011-06-01Add a 'make reformat' rule.Graydon Hoare-0/+7
2011-05-31Move rust_vec_append_glue to rt.Rafael Ávila de Espíndola-1/+1
2011-05-27Don't fiddle with RUST_LOG in the MakefilesBrian Anderson-5/+0
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-3/+0
2011-05-24test: Fix run-fail testing and bring tests up to dateBrian Anderson-2/+2
2011-05-24There is only one yield glue.Rafael Ávila de Espíndola-1/+1