about summary refs log tree commit diff
path: root/mk/clean.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-122/+0
2016-11-16Fix grammar verificationStefan Schindler-1/+4
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-1/+0
2015-10-27Added missing argument to 'find'Dylan McKay-1/+1
2015-10-27Add dependencies to generated llvmdeps.rsDylan McKay-0/+1
2015-08-10Remove morestack supportAlex Crichton-1/+0
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton-13/+0
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-2/+3
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-2/+3
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-1/+1
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-24/+24
2014-03-24mk: Don't rm 'dist' during clean, just its contentsBrian Anderson-1/+2
2014-03-15mk: Clean libbacktrace w/ gustoBrian Anderson-0/+1
2014-03-09mk: rewrite the documentation handling.Huon Wilson-1/+0
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-0/+1
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-0/+3
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton-7/+1
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-65/+22
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