1. e0c4561 tsan: add -Wno-maybe-uninitialized to Go build script by Dmitry Vyukov · 11 years ago
  2. d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
  3. 04a2281 [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc. by Peter Collingbourne · 11 years ago
  4. 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago
  5. 491852e tsan: fix Go build by Dmitry Vyukov · 12 years ago
  6. ff6e6c3 tsan: add sanity test for Go runtime into presubmit test by Dmitry Vyukov · 12 years ago
  7. 6f121a1 tsan: change TSAN_OPTIONS->GORACE in build script as well by Dmitry Vyukov · 12 years ago
  8. a05fcc1 tsan: lazily allocate shadow for Go by Dmitry Vyukov · 12 years ago
  9. 65c445c tsan: update script to support windows by Dmitry Vyukov · 12 years ago
  10. b1ed7fb tsan: fix Go build by Dmitry Vyukov · 12 years ago
  11. 85a6dad tsan: fix Go build by Dmitry Vyukov · 12 years ago
  12. dd5a237 tsan: fix Go build script by Dmitry Vyukov · 12 years ago
  13. 7d15f5d tsan: handle larger number of goroutines + fix a memory leak of goroutine descriptors by Dmitry Vyukov · 12 years ago
  14. 9d150bd tsan: add ReleaseStore() function that merely copies vector clock rather than combines two clocks by Dmitry Vyukov · 12 years ago
  15. 6b2804f tsan: change event handling from single HandleEvent() to a set of separate functions (Go runtime) by Dmitry Vyukov · 12 years ago
  16. 37f52ab tsan: make the runtime library name tsan-neutral for Go upstream by Dmitry Vyukov · 12 years ago
  17. 87dbdf5 tsan: allow environment to override OnReport() and OverrideFlags() by Dmitry Vyukov · 12 years ago
  18. bca62bd tsan: add platform suffix to Go runtime library by Dmitry Vyukov · 12 years ago
  19. 5b266cb by Dmitry Vyukov · 12 years ago
  20. 7ffba06 tsan: allow to pass CFLAGS to Go runtime build script by Dmitry Vyukov · 12 years ago
  21. cb3a6b8 tsan: Go language support fixes by Dmitry Vyukov · 12 years ago
  22. c510a2f tsan: Go lang: symbolize stack traces by Dmitry Vyukov · 12 years ago
  23. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago