]> git.lizzy.rs Git - rust.git/history - mk
Remove comments complaining about https://github.com/graydon/rust/issues/633 since...
[rust.git] / mk /
2011-07-08 Brian AndersonAdd missing rules to 'make clean'
2011-07-08 Brian AndersonMake the rules for compiling rustc explicit
2011-07-08 Brian AndersonAdd missing rt/rustllvm rules for static libstd
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-07-07 Brian AndersonRegister new snapshots
2011-07-07 Brian AndersonAdd rt and rustllvm to the snapshot
2011-07-07 Brian AndersonRemove the llvm lib directory from LD_LIBRARY_PATH...
2011-07-07 Brian AndersonAlso copy rt and rustllvm to stage0 for now
2011-07-07 Erick Tryzelaarput librustrt and librustllvm in stageN dirs. Issue...
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Rafael Ávila de... Makefile support for building std static.
2011-07-07 Rafael Ávila de... Try to fix the bots.
2011-07-07 Rafael Ávila de... Command line changes for adding support for static...
2011-07-06 Brian AndersonAdd a stdtest crate to hold the standard library tests
2011-07-05 Brian AndersonTemporarily introduce a stage2-check build target
2011-07-04 Brian AndersonLink the fuzzer crate to librustc again
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-01 Brian AndersonPartially restore the fuzzer crate's build rules
2011-06-30 Graydon HoareMore fixes to fast-check.
2011-06-29 Graydon HoareTidy up snap makefile.
2011-06-29 Graydon HoareAdd fast-check target that combines the stage2 run...
2011-06-29 Graydon HoareActually notice xfail-stage2 as different from xfail...
2011-06-28 Eric HolkResurrecting the runtime unit tests, and modifying...
2011-06-28 Eric HolkRenamed what's left of rust_dom to rust_scheduler
2011-06-28 Eric HolkRemoving runtime tests. The runtime is tested well...
2011-06-28 Rafael Ávila de... Move glue.o to stageN/lib.
2011-06-28 Graydon HoareBit more work on mingw cross. Pending on other changes...
2011-06-28 Graydon HoareMore work on mingw cross build.
2011-06-28 Graydon HoareSilence texi2pdf during make
2011-06-27 Patrick Waltonbuild: Remove --vex-iropt-level=0
2011-06-27 Graydon HoareSome work on reviving the mingw-cross build. Not workin...
2011-06-27 Rafael Ávila de... Easy fix for using newer LLVMs: just use the MachOObjec...
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-06-24 Eric HolkWrote swap_context in assembly. Closes #548. This also...
2011-06-21 Eric HolkSetting rt optimization on OS X to -O0 when using clang...
2011-06-20 Graydon HoareFix 'reformat' mk target to handle recent libdir changes.
2011-06-20 Rafael Ávila de... Finish the transition to having the std library in...
2011-06-18 Brian AndersonMove creation of stageN/lib directories to the configur...
2011-06-18 Brian AndersonRegister new snapshots. Update location of stage0's...
2011-06-17 Rafael Ávila de... Fix library path when running tests.
2011-06-17 Rafael Ávila de... Put std in stageN/lib. This avoids windows trying to...
2011-06-17 Brian AndersonAdd makefile rules to run compile-fail tests on .rc...
2011-06-16 Graydon HoareAdd support for marking files no-reformat.
2011-06-16 Brian AndersonStageN tests run against stageN libraries
2011-06-16 Rafael Ávila de... Fix missing dependencies on intrinsics.bc.
2011-06-16 Rafael Ávila de... Add missing dependencies, stageN/glue.o gets linked...
2011-06-16 Rafael Ávila de... More driver related cleanups.
2011-06-16 Michael SullivanGet rid of old vec_append glue.
2011-06-16 Rafael Ávila de... Switch to using the rustc driver in the bootstrap process.
2011-06-16 Eric HolkMerge branch 'master' of github.com:graydon/rust into...
2011-06-15 Rafael Ávila de... Add support for producing shared libraries directly...
2011-06-15 Graydon HoareAdd tests to 'make reformat' target.
2011-06-15 Brian AndersonUse correct GCC flags variable in fuzzer.mk
2011-06-15 Erick TryzelaarFix compiling the fuzzer.
2011-06-14 Rafael Ávila de... Apply the makefile changes again, this time fixin the...
2011-06-14 Rafael Ávila de... Revert part of my last change while I figure out why...
2011-06-14 Rafael Ávila de... Move a bit more to use the driver.
2011-06-14 Graydon HoareRevive 'make reformat' target.
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-13 Rafael Ávila de... Use the driver to build stage3. This worked on all...
2011-06-13 Graydon HoareBug fix for last commit, of course.
2011-06-13 Graydon HoareHandle missing git in build env.
2011-06-10 Patrick WaltonMerge pull request #447 from paulstansifer/quick_error_...
2011-06-08 Rafael Ávila de... Use main.o directly now that stage0 is ok with it.
2011-06-08 Josh MatthewsMerge remote branch 'graydon/master'
2011-06-07 Rafael Ávila de... Don't put a copy of main (the C one) in each binary...
2011-06-01 Graydon Hoaremake 'reformat' do libstd as well.
2011-06-01 Graydon HoareAdd a 'make reformat' rule.
2011-05-31 Rafael Ávila de... Move rust_vec_append_glue to rt.
2011-05-27 Brian AndersonDon't fiddle with RUST_LOG in the Makefiles
2011-05-27 Graydon HoareMore delicious dead code removal from runtime, upcalls.
2011-05-25 Brian Andersontest: Fix run-fail testing and bring tests up to date
2011-05-24 Rafael Ávila de... There is only one yield glue.
2011-05-24 Rafael Ávila de... There is only one activate function now.
2011-05-20 Erick Tryzelaarlibrustc depends on rustllvm and std.
2011-05-18 Rafael Ávila de... One exit_task_glue to rule them all.
2011-05-17 Graydon HoareFix snap rules to depend more correctly on rustc$(X...
2011-05-14 Graydon HoareRemove rustboot from the repository.
2011-05-12 Graydon HoareAdd snap-stageN targets.
2011-05-11 Graydon HoareChange 'check' make target to just stage2 tests; add...
2011-05-11 Brian AndersonUpdate librustc build targets with correct flags
2011-05-11 Brian AndersonLink fuzzer to the rustc crate
2011-05-11 Brian AndersonAdd targets for building rustc as a library
2011-05-11 Brian AndersonIntroduce the fuzzer crate and make rules
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-06 Patrick Waltonrustllvm: Add a binding to the LLVM standard module...
2011-05-05 Graydon HoareTidy up stage 2 and 3 mk files.
2011-05-05 Tim ChevalierUpdate docs to reflect assert vs. check
2011-05-05 Patrick Waltonbuild: Add missing intrinsics.mk
2011-05-05 Patrick Waltonbuild: Build intrinsics.bc
2011-05-05 Graydon HoareAdd stage-specific test targets (make check-stage1...
2011-05-04 Graydon HoareFix horrible rule-hijacking bug that was causing compil...
2011-05-04 Graydon HoareFix bug in CFG_TESTLIB that only manifests on stage1...
2011-05-03 Graydon HoareRemove everything to do with rustboot from makefiles.
2011-05-03 Graydon HoareRemove calls to rustboot -rdeps, leave 'touch' in place...
2011-05-03 Graydon HoareAttempt to shift build to stage0-from-snapshots.
2011-05-03 Graydon HoareAdd forgotten 'snap.mk'
2011-05-01 Graydon HoareStart splitting up Makefile.in