1. d6098e4 cmd/compile: intrinsify sync/atomic for amd64 by Keith Randall · 9 years ago
  2. 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
  3. b3f98d7 sync: document that RWMutex read locks may not be held recursively by Andrew Gerrand · 9 years ago
  4. c81a353 cmd/vet: check sync.* types' copying by Aliaksandr Valialkin · 9 years ago
  5. eeca3ba sync/atomic, runtime/internal/atomic: improve ppc64x atomics by Lynn Boger · 9 years ago
  6. 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
  7. 7da42d7 sync/atomic: add s390x implementations of atomic functions by Michael Munday · 9 years ago
  8. f693015 sync: don't assume b.N > 0 by Marcel van Lohuizen · 9 years ago
  9. 8e7072c sync: new Cond implementation by Wedson Almeida Filho · 9 years ago
  10. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  11. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  12. 5c613e9 sync/atomic: new file for plan9_arm support by Richard Miller · 9 years ago
  13. e1035c5 sync/atomic: reduce test in short mode by Dmitry Vyukov · 9 years ago
  14. e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
  15. 03f42ee sync: deflake TestWaitGroupMisuse3 by Brad Fitzpatrick · 9 years ago
  16. 7b767f4 internal/race: add package by Dmitry Vyukov · 10 years ago
  17. d58081c sync/atomic: added support for mips64{,le} by Yao Zhang · 10 years ago
  18. 67faca7 runtime: break atomics out into package runtime/internal/atomic by Michael Matloob · 9 years ago
  19. 4bd8040 runtime, sync/atomic: add memory barriers in arm cas routines by Russ Cox · 10 years ago
  20. 0bd8de1 sync/atomic: reenable TestNilDeref everywhere by Russ Cox · 10 years ago
  21. 7749a9a sync: disable flaky WaitGroup misuse test in short mode by Brad Fitzpatrick · 10 years ago
  22. 603dc41 sync: don't run known-racy tests under the race detector by Brad Fitzpatrick · 10 years ago
  23. 03a48eb sync: simplify WaitGroup by Dmitry Vyukov · 10 years ago
  24. 2774b37 all: use RET instead of RETURN on ppc64 by Austin Clements · 10 years ago
  25. 2e61315 sync/atomic: skip issue 7338 test on darwin/arm64 by David Crawshaw · 10 years ago
  26. 2a0833d sync/atomic: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  27. 6900a42 sync/atomic: add support for openbsd/arm by Joel Sing · 10 years ago
  28. 9b8ad3f sync/atomic: skip test on darwin/arm by David Crawshaw · 10 years ago
  29. edcad86 sync: add active spinning to Mutex by Dmitry Vyukov · 10 years ago
  30. 345350b [dev.cc] cmd/asm: make 4(SP) illegal except on 386 by Rob Pike · 10 years ago
  31. 69ddb7a [dev.cc] all: edit assembly source for ARM to be more regular by Rob Pike · 10 years ago
  32. a1457ca sync/atomic: darwin/arm support by Shenghou Ma · 10 years ago
  33. 813386f sync/atomic: remove atomic pointer hammer tests by Russ Cox · 10 years ago
  34. 7b4df8f runtime, sync/atomic: add write barrier for atomic write of pointer by Russ Cox · 10 years ago
  35. 31457ce all: merge dev.garbage (d1238958d4ae) into default branch by Russ Cox · 10 years ago
  36. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  37. 3dcc62e [dev.garbage] all: merge default (f38460037b72) into dev.garbage by Russ Cox · 10 years ago
  38. 31b1207 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  39. baa5d26 sync/atomic: fix comment referencing Value.Store's argument name by Brad Fitzpatrick · 10 years ago
  40. b035e97 [dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarrierptr by Russ Cox · 10 years ago
  41. 062e354 [dev.power64] runtime: power64 fixes and ports of changes by Austin Clements · 10 years ago
  42. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  43. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  44. af3868f sync: release Pool memory during second and later GCs by Dmitriy Vyukov · 10 years ago
  45. 3c94b1d runtime: more NOPTR by Russ Cox · 11 years ago
  46. 8c2484e sync/atomic: remove unnecessary race instrumentation in Value by Dmitriy Vyukov · 11 years ago
  47. 735289f sync/atomic: add more missing Go prototype by Russ Cox · 11 years ago
  48. 72a2539 sync: fix linux/arm build by Dave Cheney · 11 years ago
  49. 98a1e20 sync/atomic: add Value by Dmitriy Vyukov · 11 years ago
  50. cbf97d91 liblink, sync/atomic: fix arm build by Russ Cox · 11 years ago
  51. f1abe0d sync: simplify TestOncePanic by Josh Bleecher Snyder · 11 years ago
  52. b22dc63 sync/once: panicking functions still marked as complete by Rob Pike · 11 years ago
  53. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago