about summary refs log tree commit diff
path: root/src/bootstrap/util.rs
AgeCommit message (Expand)AuthorLines
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-0/+6
2020-10-18bootstrap: Print units for "finished in xxx" messageCamelid-1/+1
2020-07-17Teach bootstrap about target files vs target triplesJake Goulding-6/+5
2020-03-18Ensure LLVM is in the link path for rustc toolsJosh Stone-0/+25
2020-03-18Rename add_lib_path to add_dylib_pathJosh Stone-1/+1
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+1
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-49/+13
2019-12-22Format the worldMark Rousskov-67/+62
2019-12-21use Result::map_or for bootstrapLzu Tao-2/+2
2019-12-09Bootstrap: change logic for choosing linker and rpathJethro Beekman-0/+13
2019-11-22ci: add support for GitHub Actions in the CI scriptsPietro Albini-0/+4
2019-07-15ci: Remove Travis/AppVeyor configurationAlex Crichton-73/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-05-27Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.Michael Woerister-0/+16
2019-05-13Update src/bootstrap/util.rsPietro Albini-1/+1
2019-05-10Add Azure PipelinesJohn Erickson-0/+4
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+2
2019-02-25bootstrap: deny(rust_2018_idioms)Taiki Endo-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-1/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-2/+2
2018-12-01remove some uses of try!Mark Mansi-3/+3
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-4/+1
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-3/+3
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-7/+10
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-101/+5
2018-04-03Stub out less codeMark Simulacrum-2/+0
2018-04-03Stub out various functions during testingMark Simulacrum-0/+3
2018-03-28rustbuild: Don't leak file handles when creating junctions on WindowsOliver Middleton-2/+5
2018-01-04Bump to 1.25.0Alex Crichton-1/+1
2017-12-04template month/year, version into man pages while building dist tarballZack M. Davis-2/+16
2017-10-18Make sure to clear out the stageN-{rustc,std,tools} directories.Mark Simulacrum-2/+19
2017-09-09rustbuild: Switch back to using hard linksAlex Crichton-3/+6
2017-08-31Update Cargo to 0.23.0 and our lockfileAlex Crichton-1/+1
2017-07-04Cleanup utilsMark Simulacrum-12/+3
2017-06-02ci: Improve log output (mainly Travis).kennytm-2/+101
2017-04-24Haiku: add missing cases of using LIBRARY_PATHJessica Hamilton-0/+2
2017-03-10rustbuild: Build documentation for `proc_macro`Alex Crichton-0/+139
2017-03-09rustbuild: Use copies instead of hard linksAlex Crichton-2/+10
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-37/+0
2016-12-30travis: Add a distcheck targetAlex Crichton-2/+2
2016-12-15rustbuild: Fix `copy` helper with existing filesAlex Crichton-0/+6
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-0/+17
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-0/+18
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-2/+1
2016-10-31rustbuild+configure: improve bin/exe joiningTim Neumann-0/+18
2016-09-12it's also compiler-rt.lib on windows-gnuJorge Aparicio-1/+1
2016-08-12Produce source package in rust-installer format in addition to vanilla tarballDiggory Blake-0/+29