about summary refs log tree commit diff
path: root/src/librustc_lsan
AgeCommit message (Expand)AuthorLines
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-59/+0
2019-12-22Format the worldMark Rousskov-4/+6
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-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-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-04-10Update cmake, cc and compiler_builtins for VS 2019 supportJohn Kåre Alsaker-1/+1
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-06librustc_lsan => 2018Taiki Endo-4/+3
2019-01-26Workaround presence of LLVM library in stage0/libMark Rousskov-0/+2
2018-12-25Remove licensesMark Rousskov-20/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-9/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-09[nll] librustc_lsan: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-18Don't build twice the sanitizers on LinuxAlex Crichton-2/+2
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+2
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+0
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-3/+2
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
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