fune/toolkit/library/rust/shared
Alexis Beingessner 9a0f581986 Bug 1671691 - Enable Rust stdlib instrumentation. r=decoder
* Bumps the tsan toolchain to rust-nightly-2020-11-14 that has my patches to make -Zbuild-std work in vendored environments:
  * https://github.com/rust-lang/cargo/pull/8834
  * https://github.com/rust-lang/rust/pull/78790

* Passes -Zbuild-std to cargo when MOZ_TSAN is defined (mk_add_options --enable-thread-sanitizer)

* Removes generic Rust supressions and adds much more specific ones
    * One presumed upstream false positive from tsan not understanding the code
    * One actual upstream bug tsan found (yay!)
    * One new real issue uncovered
    * One issue that probably already existed intermittently but I happened to hit

Differential Revision: https://phabricator.services.mozilla.com/D97165
2020-11-16 18:36:41 +00:00
..
build.rs Bug 1671691 - Enable Rust stdlib instrumentation. r=decoder 2020-11-16 18:36:41 +00:00
Cargo.toml Bug 1674773 - Use the dummy-load-as-a-fence trick for refptr.rs. r=nika 2020-11-10 21:11:58 +00:00
lib.rs Bug 1660393 - P3: Implement load_sync and load_async functions for L10n. r=zbraniecki,froydnj 2020-10-21 05:48:10 +00:00