]> git.lizzy.rs Git - rust.git/history - mk/clean.mk
Don't delete css and js files in doc/ when making clean
[rust.git] / mk / clean.mk
2012-01-06 Marijn HaverbekeDon't delete css and js files in doc/ when making clean
2012-01-06 Brian Andersonbuild: Don't delete llvm files as part of make clean
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2011-12-30 Graydon HoareMake clean cleaner.
2011-12-13 Haitao Lirustc: build versioned library with hash in its name
2011-12-01 Graydon HoareBuild infra and minor build-enabling bugfixes for cargo.
2011-11-29 Niko Matsakisfix clean target
2011-11-29 Niko Matsakisbasic builds function
2011-11-10 Brian AndersonImprove make clean rules for libuv
2011-11-09 Niko Matsakismake clean delete all .o files from rt directory
2011-11-09 Erick TryzelaarRe-add libuv as a submodule.
2011-11-05 Brian AndersonAdd clean-all rule which also cleans LLVM
2011-10-20 Marijn HaverbekeRemove the last vestiges of main.ll
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