summary refs log tree commit diff
path: root/mk/clean.mk
AgeCommit message (Expand)AuthorLines
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6/+0
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-0/+2
2013-09-16Add rustdoc_ngCorey Richardson-0/+4
2013-09-06Un-hork the bots by removing intermediate filesAlex Crichton-1/+1
2013-09-04Move the `rt` build directory under $targetAlex Crichton-2/+4
2013-09-03Build rustllvm into $target/rustllvmAlex Crichton-1/+1
2013-06-30mk: clean-llvm for cross-compileYoung-il Choi-1/+1
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-1/+1
2013-06-15Remove the fuzzerBrian Anderson-6/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-4/+4
2013-04-30clear *everything* from the tmp directoryDaniel Micay-1/+1
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-12/+18
2013-02-27mk: rewrite make filesYoung-il Choi-36/+36
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-8/+8
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-0/+3
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-6/+6
2013-02-06mk: Add output files to tests so they don't rerun unnecessarilyBrian Anderson-1/+1
2012-12-13clean.mk: remove snapshot binaries as well.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-08Clean the check-fast lib on windowsBrian Anderson-1/+2
2012-11-30Add the check-fast run_pass_stage2 lib to 'make clean'Brian Anderson-0/+1
2012-11-04Librarify rusti, etc.Brian Anderson-0/+3
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+12
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-4/+4
2012-04-19doc: Remove unused keywords.txtBrian Anderson-1/+0
2012-04-16properly clean .dSYM directoriesTed Horst-2/+4
2012-04-04Clean up artifacts in test subdir. Should close #2066.Graydon Hoare-21/+10
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-0/+1
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+4
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-2/+0
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-0/+2
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-2/+0
2012-02-24retool serializer to be built by stage0 rustcNiko Matsakis-0/+2
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-2/+2
2012-01-06Don't delete css and js files in doc/ when making cleanMarijn Haverbeke-2/+1
2012-01-05build: Don't delete llvm files as part of make cleanBrian Anderson-4/+4
2011-12-30Make clean cleaner.Graydon Hoare-8/+22
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+10
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-0/+1
2011-11-29fix clean targetNiko Matsakis-3/+3
2011-11-29basic builds functionNiko Matsakis-30/+38
2011-11-10Improve make clean rules for libuvBrian Anderson-3/+1
2011-11-08make clean delete all .o files from rt directoryNiko Matsakis-0/+1
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-5/+5
2011-11-05Add clean-all rule which also cleans LLVMBrian Anderson-1/+23
2011-10-20Remove the last vestiges of main.llMarijn Haverbeke-3/+0
2011-10-07Fix make clean on windowsBrian Anderson-4/+4
2011-10-02Lots of build system cleanup and documentationBrian Anderson-2/+9
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-10/+10
2011-09-29Remove redundant make clean rulesBrian Anderson-21/+0