]> git.lizzy.rs Git - rust.git/history - mk/stage0.mk
doc: 'if' expressions no longer require parens
[rust.git] / mk / stage0.mk
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-09-30 Brian AndersonAbstract the build directories further in the makefiles
2011-09-30 Brian AndersonRegister snapshots and finish filesystem reorg
2011-09-30 Brian AndersonFix a variety of things in the makefiles
2011-09-30 Brian AndersonReorganize structure of build directory
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-08-14 Brian AndersonRegister new snapshots
2011-07-22 Michael SullivanMerge branch 'use-new-rustrt'
2011-07-22 Michael SullivanBuild the stage1 compiler against the newly built libru...
2011-07-21 Michael SullivanInstantiate the stage0/lib/stdlib rules from stage0...
2011-07-21 Michael SullivanBuild stage0/lib/libstd.so using the stage0 compiler.
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-15 Graydon HoareMerge the stage1,2,3.mk files into a common definition...
2011-07-11 Rafael Ávila de... Use new snapshot.
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-11 Rafael Ávila de... Use new snapshot.
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 AndersonAlso copy rt and rustllvm to stage0 for now
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-05-05 Patrick Waltonbuild: Build intrinsics.bc
2011-05-03 Graydon HoareRemove everything to do with rustboot from makefiles.
2011-05-03 Graydon HoareAttempt to shift build to stage0-from-snapshots.
2011-05-01 Graydon HoareStart splitting up Makefile.in