about summary refs log tree commit diff
path: root/src/bootstrap/clean.rs
AgeCommit message (Expand)AuthorLines
2023-05-26bootstrap: Make `clean` respect `dry-run`clubby789-0/+4
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-1/+1
2023-02-28Fix `x clean` with specific pathsclubby789-0/+1
2022-12-30Use more consistent progress messages in bootstrapJoshua Nelson-2/+2
2022-12-29Support `x clean --stage 1 rustc_query_impl`Joshua Nelson-12/+10
2022-12-28Rollup merge of #105702 - albertlarsan68:x-fmt-opt, r=jyn514Matthias Krüger-0/+1
2022-12-27Make `x clean` also clean the stamp fileAlbert Larsan-0/+1
2022-12-26Allow cleaning individual cratesJoshua Nelson-2/+75
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-2/+1
2021-12-09Add reminder to match the error kind once ` DirectoryNotEmpty` is stabilizedChris Denton-0/+2
2021-12-08Remove the match on `ErrorKind::Other`Chris Denton-3/+1
2021-02-16Delete symlinked directoriesRyan Levick-5/+4
2021-02-16Work around various issues cleaning up bootstrap on WindowsRyan Levick-6/+36
2021-02-16Do not delete bootstrap.exe on Windows during cleanRyan Levick-0/+3
2021-01-01Clean bootstrap artifacts on `x.py clean`Joshua Nelson-0/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-1/+1
2019-12-22Format the worldMark Rousskov-6/+6
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-1/+1
2017-09-20Add --all flag to ./x.py cleanTommy Ip-15/+20
2017-08-13Unify flags into config.Mark Simulacrum-1/+1
2017-04-02Handle symlinks in src/bootstrap/clean.rs (mostly) -- resolves #40860.Nathan Stocks-20/+22
2017-03-15Remove unused param from bootstrap::clean::rm_rfMatt Brubeck-6/+6
2017-02-07rustbuild: Clean build/dist on `make clean`Alex Crichton-0/+1
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-0/+3
2016-11-05Only test docs and such for the hostAlex Crichton-1/+2
2016-11-05Fix tests from the rollupAlex Crichton-4/+38
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-11/+11
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-1/+0
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+49