summary refs log tree commit diff
path: root/mk/clean.mk
AgeCommit message (Expand)AuthorLines
2014-01-06Delete the installer exe when cleaningBrian Anderson-1/+1
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-0/+12
2013-12-22mk: Clean .lib filesklutzy-0/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+2
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+8
2013-11-18Move runtime files to C instead of C++Alex Crichton-17/+31
2013-11-03Create epub versions of tutorial and ref manual.Noufal Ibrahim-1/+1
2013-10-29support for GNU configure syntaxHeather-11/+11
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+3
2013-10-16remove the rusti commandDaniel Micay-6/+0
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-4/+0
2013-09-27mk: Fully clean out old documentationAlex Crichton-3/+2
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