summaryrefslogtreecommitdiff
path: root/src/build_helper
Commit message (Expand)AuthorAgeFilesLines
* 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