]> git.lizzy.rs Git - rust.git/history - mk/clean.mk
doc: 'if' expressions no longer require parens
[rust.git] / mk / clean.mk
2011-10-07 Brian AndersonFix make clean on windows
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 AndersonRemove redundant make clean rules
2011-09-30 Brian AndersonUpdate make clean rules
2011-09-28 Brian AndersonEliminate glue.o. Closes #990
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Brian AndersonAdd make clean rules for libuv
2011-07-24 Brian AndersonThe Big Test Suite Overhaul
2011-07-22 Michael SullivanMore missing things in make clean...
2011-07-20 Michael SullivanImprove make clean.
2011-07-11 Rafael Ávila de... Move llvm out of stageN/lib so that the host building...
2011-07-08 Brian AndersonAdd missing rules to 'make clean'
2011-07-08 Brian AndersonComplete the transition of glue.o to the lib directory
2011-06-29 Graydon HoareAdd fast-check target that combines the stage2 run...
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-06-18 Brian AndersonRegister new snapshots. Update location of stage0's...
2011-06-17 Rafael Ávila de... Put std in stageN/lib. This avoids windows trying to...
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-05-14 Graydon HoareRemove rustboot from the repository.
2011-05-03 Graydon HoareRemove everything to do with rustboot from makefiles.
2011-05-01 Graydon HoareStart splitting up Makefile.in