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