about summary refs log tree commit diff
path: root/src/librustc_msan/build.rs
AgeCommit message (Expand)AuthorLines
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