1. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  2. ccaafe6 tsan: remove unneeded ___chkstk_ms function from Go runtime by Dmitry Vyukov · 11 years ago
  3. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  4. c11d303 [TSan] try to fix Go build by Alexey Samsonov · 11 years ago
  5. e0c4561 tsan: add -Wno-maybe-uninitialized to Go build script by Dmitry Vyukov · 11 years ago
  6. 48cd12d tsan: use memory access size for Go after all by Dmitry Vyukov · 11 years ago
  7. d4bb4a6 tsan: fix darwin Go build by Dmitry Vyukov · 11 years ago
  8. 3086d7b [TSan] Try to fix the Go-TSan build. by Alexander Potapenko · 11 years ago
  9. 04a2281 [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcdep.cc. by Peter Collingbourne · 11 years ago
  10. 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago
  11. 30e110e [sanitizer] More renamed macros. by Evgeniy Stepanov · 12 years ago
  12. 491852e tsan: fix Go build by Dmitry Vyukov · 12 years ago
  13. eaa0190 tsan: do not imitate memory write on malloc() (Go) by Dmitry Vyukov · 12 years ago
  14. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  15. 6faa20f tsan: switch to explicit thread contexts in Go (instead of monotonic goroutine ids) by Dmitry Vyukov · 12 years ago
  16. 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
  17. ff6e6c3 tsan: add sanity test for Go runtime into presubmit test by Dmitry Vyukov · 12 years ago
  18. 385542a tsan: move traces from tls into dedicated storage at fixed address by Dmitry Vyukov · 12 years ago
  19. 4424e91 tsan: faster memory reset for Go by Dmitry Vyukov · 12 years ago
  20. 1a9cd8d tsan: add range access functions for Go by Dmitry Vyukov · 12 years ago
  21. 6f121a1 tsan: change TSAN_OPTIONS->GORACE in build script as well by Dmitry Vyukov · 12 years ago
  22. 538f1ba tsan: more precise handling of finalizers by Dmitry Vyukov · 12 years ago
  23. 6b641c5 tsan: slightly relax requirements for lazy shadow memory (can overlap and may not be properly aligned) by Dmitry Vyukov · 12 years ago
  24. a05fcc1 tsan: lazily allocate shadow for Go by Dmitry Vyukov · 12 years ago
  25. 65c445c tsan: update script to support windows by Dmitry Vyukov · 12 years ago
  26. a6f1237 tsan: add missing function for windows by Dmitry Vyukov · 12 years ago
  27. b1ed7fb tsan: fix Go build by Dmitry Vyukov · 12 years ago
  28. 1bf56b7 tsan for Go: support mallocs before __tsan_init() (required to support cgo code) by Dmitry Vyukov · 12 years ago
  29. 7dccf3f tsan: output tid's in reports by Dmitry Vyukov · 12 years ago
  30. 85a6dad tsan: fix Go build by Dmitry Vyukov · 12 years ago
  31. dd5a237 tsan: fix Go build script by Dmitry Vyukov · 12 years ago
  32. 7d15f5d tsan: handle larger number of goroutines + fix a memory leak of goroutine descriptors by Dmitry Vyukov · 12 years ago
  33. 9d150bd tsan: add ReleaseStore() function that merely copies vector clock rather than combines two clocks by Dmitry Vyukov · 12 years ago
  34. 715c746 tsan: add missing include by Dmitry Vyukov · 12 years ago
  35. 6b2804f tsan: change event handling from single HandleEvent() to a set of separate functions (Go runtime) by Dmitry Vyukov · 12 years ago
  36. 37f52ab tsan: make the runtime library name tsan-neutral for Go upstream by Dmitry Vyukov · 12 years ago
  37. 87dbdf5 tsan: allow environment to override OnReport() and OverrideFlags() by Dmitry Vyukov · 12 years ago
  38. 8f1104c tsan: suport for Go finalizers by Dmitry Vyukov · 12 years ago
  39. 8971f0c tsan: expect that Go symbolizer can return NULLs by Dmitry Vyukov · 12 years ago
  40. 853733e tsan: align report style with Go internal format by Dmitry Vyukov · 12 years ago
  41. bca62bd tsan: add platform suffix to Go runtime library by Dmitry Vyukov · 12 years ago
  42. 9cff0c0 tsan: treat malloc() as memory access in Go by Dmitry Vyukov · 12 years ago
  43. 2339710 tsan: Go runtime: support goroutine end event by Dmitry Vyukov · 12 years ago
  44. 5b266cb by Dmitry Vyukov · 12 years ago
  45. 7ffba06 tsan: allow to pass CFLAGS to Go runtime build script by Dmitry Vyukov · 12 years ago
  46. 4cce3a5 tsan: add missing test for Go runtime by Dmitry Vyukov · 12 years ago
  47. cb3a6b8 tsan: Go language support fixes by Dmitry Vyukov · 12 years ago
  48. c510a2f tsan: Go lang: symbolize stack traces by Dmitry Vyukov · 12 years ago
  49. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago