summaryrefslogtreecommitdiff
path: root/src/librustc_msan
Commit message (Expand)AuthorAgeFilesLines
* Revert removed #![feature(nll)]Taiki Endo2019-02-101-0/+1
* librustc_msan => 2018Taiki Endo2019-02-063-4/+3
* Workaround presence of LLVM library in stage0/libMark Rousskov2019-01-261-0/+2
* Remove licensesMark Rousskov2018-12-252-20/+0
* std: Depend directly on crates.io cratesAlex Crichton2018-12-111-1/+1
* std: Delete the `alloc_system` crateAlex Crichton2018-11-112-9/+0
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* [nll] librustc_msan: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-2/+0
* Don't build twice the sanitizers on LinuxAlex Crichton2018-07-181-2/+2
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+2
* Bootstrap from 1.28.0-beta.3Mark Simulacrum2018-06-301-1/+0
* Remove some '#[feature]' attributes for stabilized featuresSimon Sapin2018-06-111-3/+2
* Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider2018-04-071-0/+1
* Bump master to 1.21.0Alex Crichton2017-07-251-4/+2
* rustc: Implement the #[global_allocator] attributeAlex Crichton2017-07-052-0/+10
* rustc_{a,l,m,t}san: re-run build script if env var LLVM_CONFIG changesVenkata Giri Reddy2017-06-301-0/+1
* Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm2017-04-251-3/+2
* rustbuild: Update bootstrap compilerAlex Crichton2017-03-291-2/+2
* sanitizer runtime crates shouldn't be testedJorge Aparicio2017-03-051-0/+1
* Automate timestamp creation and build skipping for native librariesVadim Petrochenkov2017-03-041-9/+5
* Build compiler-rt and sanitizers only onceVadim Petrochenkov2017-03-041-9/+12
* Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov2017-03-041-2/+0
* use helper function in the rebuild logic of the rustc_*san cratesJorge Aparicio2017-02-082-15/+5
* sanitizer supportJorge Aparicio2017-02-083-0/+86