summaryrefslogtreecommitdiff
path: root/mk/clean.mk
AgeCommit message (Expand)Author
2015-10-27Added missing argument to 'find'Dylan McKay
2015-10-27Add dependencies to generated llvmdeps.rsDylan McKay
2015-08-10Remove morestack supportAlex Crichton
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas
2014-03-24mk: Don't rm 'dist' during clean, just its contentsBrian Anderson
2014-03-15mk: Clean libbacktrace w/ gustoBrian Anderson
2014-03-09mk: rewrite the documentation handling.Huon Wilson
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton
2014-01-26Refactor the build system for easily adding cratesAlex Crichton
2014-01-06Delete the installer exe when cleaningBrian Anderson
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton
2013-12-22mk: Clean .lib filesklutzy
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton
2013-11-29Add generation of static libraries to rustcAlex Crichton
2013-11-18Move runtime files to C instead of C++Alex Crichton
2013-11-03Create epub versions of tutorial and ref manual.Noufal Ibrahim
2013-10-29support for GNU configure syntaxHeather
2013-10-29Move rust's uv implementation to its own crateAlex Crichton
2013-10-16remove the rusti commandDaniel Micay
2013-10-10rust / build: Remove the `rust` toolTim Chevalier
2013-09-27mk: Fully clean out old documentationAlex Crichton
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton
2013-09-16Add rustdoc_ngCorey Richardson
2013-09-06Un-hork the bots by removing intermediate filesAlex Crichton
2013-09-04Move the `rt` build directory under $targetAlex Crichton
2013-09-03Build rustllvm into $target/rustllvmAlex Crichton
2013-06-30mk: clean-llvm for cross-compileYoung-il Choi
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare
2013-06-15Remove the fuzzerBrian Anderson
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton
2013-04-30clear *everything* from the tmp directoryDaniel Micay
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi
2013-02-27mk: rewrite make filesYoung-il Choi
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel
2013-02-15Rename cargo to rustpkg and start over freshZack Corr
2013-02-06mk: Add output files to tests so they don't rerun unnecessarilyBrian Anderson
2012-12-13clean.mk: remove snapshot binaries as well.Graydon Hoare
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare
2012-12-08Clean the check-fast lib on windowsBrian Anderson
2012-11-30Add the check-fast run_pass_stage2 lib to 'make clean'Brian Anderson
2012-11-04Librarify rusti, etc.Brian Anderson
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson