about summary refs log tree commit diff
path: root/src/librustc_tsan/build.rs
AgeCommit message (Expand)AuthorLines
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-30/+0
2019-12-22Format the worldMark Rousskov-1/+1
2019-09-13Fix build script sanitizer check.Eric Huss-0/+1
2019-09-05Better way of conditioning the sanitizer buildsXimin Luo-0/+3
2019-02-06librustc_tsan => 2018Taiki Endo-3/+0
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29Rename sanitizer runtime libraries on OSXAlex Crichton-0/+1
2018-07-18Don't build twice the sanitizers on LinuxAlex Crichton-2/+2
2017-06-30rustc_{a,l,m,t}san: re-run build script if env var LLVM_CONFIG changesVenkata Giri Reddy-0/+1
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-3/+2
2017-03-04Automate timestamp creation and build skipping for native librariesVadim Petrochenkov-9/+5
2017-03-04Build compiler-rt and sanitizers only onceVadim Petrochenkov-9/+12
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-2/+0
2017-02-08use helper function in the rebuild logic of the rustc_*san cratesJorge Aparicio-15/+4
2017-02-08sanitizer supportJorge Aparicio-0/+50