summary refs log tree commit diff
path: root/src/librustc_msan
AgeCommit message (Expand)AuthorLines
2017-07-25Bump master to 1.21.0Alex Crichton-4/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+10
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-29rustbuild: Update bootstrap compilerAlex Crichton-2/+2
2017-03-05sanitizer runtime crates shouldn't be testedJorge Aparicio-0/+1
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/+5
2017-02-08sanitizer supportJorge Aparicio-0/+86