summaryrefslogtreecommitdiff
path: root/src/build_helper
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov2020-08-301-1/+0
* build: Harden env var tracking in build scriptsVadim Petrochenkov2020-07-221-4/+12
* Remove sanitizer runtime cratesTomasz Miąsko2020-01-091-104/+0
* Format the worldMark Rousskov2019-12-221-49/+26
* show up some extra info when t!() failsGuanqun Lu2019-10-171-0/+7
* rustbuild: allow disabling deny(warnings) for bootstrapMarc-Antoine Perennou2019-08-271-3/+0
* Apply clippy::redundant_field_names suggestionMateusz Mikuła2019-08-221-1/+1
* build_helper: rename (try_)run_silent -> (try_)runRalf Jung2019-08-011-4/+4
* build_helper: rename run -> run_verbose (seems unused)Ralf Jung2019-08-011-1/+2
* Deny `unused_lifetimes` through rustbuildVadim Petrochenkov2019-07-281-1/+1
* Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov2019-07-281-1/+2
* Bump compiler-builtins to 0.1.15Alex Crichton2019-05-221-3/+3
* Remove bitrig support from rustMarcel Hellwig2019-05-131-1/+1
* rustc: doc commentsAlexander Regueiro2019-02-101-3/+3
* Transition build_helper to 2018 editionHirokazu Hata2019-02-042-0/+3
* Workaround presence of LLVM library in stage0/libMark Rousskov2019-01-261-0/+19
* Remove licensesMark Rousskov2018-12-251-10/+0
* std: Depend directly on crates.io cratesAlex Crichton2018-12-111-7/+8
* Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz2018-10-191-1/+2
* A handful of random string-related improvementsljedrz2018-10-101-6/+6
* Rename sanitizer runtime libraries on OSXAlex Crichton2018-09-291-3/+34
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-2/+0
* Don't build twice the sanitizers on LinuxAlex Crichton2018-07-181-7/+20
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+2
* Run rustfmt on build_helperSeiichi Uchida2018-04-121-47/+70
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-1/+0
* Remove filetime dep from build_helperMark Simulacrum2018-04-012-15/+7
* Revert "Add a file to trivially disable tool building or testing"kennytm2017-12-271-61/+19
* build_helper: destination file can't be up to date when not existsNikolay Merinov2017-12-011-0/+3
* rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov2017-10-151-21/+0
* Add a file to trivially disable tool building or testingOliver Schneider2017-09-171-19/+61
* rustbuild: Replace create_dir_racy with create_dir_allOliver Middleton2017-08-071-20/+1
* Switch to rust-lang-nursery/compiler-builtinsAlex Crichton2017-07-051-1/+4
* rustbuild: Add `./x.py test --no-fail-fast`Josh Stone2017-06-021-12/+26
* Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm2017-04-251-1/+20
* rustbuild: Assert directory creation succeedsAlex Crichton2017-03-071-3/+22
* Automate timestamp creation and build skipping for native librariesVadim Petrochenkov2017-03-041-13/+20
* Build compiler-rt and sanitizers only onceVadim Petrochenkov2017-03-041-1/+36
* rustbuild: Add support for compiling CargoAlex Crichton2017-03-031-0/+18
* Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov2017-02-022-0/+59
* rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov2017-02-021-0/+15
* let BSD to use gmake for GNU-makeSébastien Marie2016-12-171-0/+10
* Disconnect ar from cc on OpenBSDSébastien Marie2016-12-171-0/+2
* rustbuild: Print out failing commandsAlex Crichton2016-12-071-2/+4
* run rustfmt on various foldersSrinivas Reddy Thatiparthy2016-10-161-2/+6
* Fix issue where rustbuild expected msvc to have arPeter Atashian2016-06-161-5/+7
* whoopspierzchalski2016-04-041-1/+1
* Change build_helper to modify suffix of ccpierzchalski2016-04-041-3/+9
* Add a Cargo-based build systemAlex Crichton2016-02-112-0/+76