1. 913fb63 singleflight: fix typo in singleflight_test.go by catatsuy · 12 days ago master
  2. 151027e README: don't recommend go get by Ian Lance Taylor · 3 weeks ago v0.9.0
  3. 411f99e LICENSE: update per Google Legal by Russ Cox · 4 months ago v0.8.0
  4. 14be23e semaphore: cancel acquisition with a done context by Branden Brown · 1 year, 1 month ago v0.7.0
  5. 59c1ca1 errgroup: add reference to sync.WaitGroup by Olivier Mengué · 1 year, 1 month ago v0.6.0
  6. 10739b0 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 1 month ago v0.5.0
  7. 22ba207 singleflight: add panicError.Unwrap method by Eric Wohltman · 1 year, 3 months ago v0.4.0
  8. 93782cc errgroup: use WithCancelCause to cancel context by Jon Johnson · 1 year, 8 months ago internal-branch.go1.21-vendor v0.3.0
  9. 4966af6 singleflight: example for using Group by Sean Liao · 1 year, 6 months ago
  10. a6666c1 go.mod: upgrade to go 1.17 by Bryan C. Mills · 3 years, 7 months ago
  11. 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic by Bryan C. Mills · 1 year, 7 months ago v0.2.0
  12. 8fcdb60 singleflight: avoid race between multiple Do calls by Cuong Manh Le · 2 years, 2 months ago internal-branch.go1.20-vendor v0.1.0
  13. 7f9b162 singleflight: remove forgotten field by Cuong Manh Le · 2 years, 2 months ago
  14. f12130a syncmap: remove redundant type conversion by cui fliter · 2 years, 3 months ago
  15. 7fc1605 x/sync/errgroup: clarify docs for Go by Anderson Queiroz · 2 years, 3 months ago
  16. 886fb93 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 2 years, 4 months ago
  17. 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited) by Jean de Klerk · 2 years, 6 months ago
  18. 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency by Changkun Ou · 2 years, 7 months ago internal-branch.go1.19-vendor
  19. 036812b all: go fmt ./... by Russ Cox · 3 years, 9 months ago internal-branch.go1.18-vendor
  20. 09787c9 README.md: add badge to pkg.go.dev by Julie Qiu · 4 years ago
  21. 67f06af singleflight: fix flaky TestForget by Cuong Manh Le · 4 years, 1 month ago
  22. b3e1573 singleflight: skip tests involving exec on js/wasm by Bryan C. Mills · 4 years, 1 month ago
  23. 3042136 singleflight: fix hangs after first Do panic by hanliang.kirk · 4 years, 3 months ago
  24. 6e8e738 errgroup: fix go vet "copy lock value" warning by Cholerae Hu · 4 years, 6 months ago
  25. 43a5402 semaphore: unblock waiters when the front waiter cancels by 徐志强 · 4 years, 8 months ago
  26. cd5d95a syncmap: use type alias for Map by Eric Rutherford · 5 years ago
  27. 1122301 semaphore: better error message when releasing more than held by Jean de Klerk · 6 years ago
  28. 56d3577 singleflight: fix duplicate deleting key when Forget called by LE Manh Cuong · 6 years ago
  29. e225da7 all: add a go.mod file by Michael Matloob · 6 years ago
  30. 37e7f08 semaphore: add more Acquire documentation by Jean de Klerk · 6 years ago
  31. 42b3178 all: remove x/net/context in favour of context by Jean de Klerk · 6 years ago
  32. 1d60e46 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 7 years ago
  33. fd80eb9 semaphore: add worker-pool example by Bryan C. Mills · 7 years ago
  34. 8e0aa68 README: switch to Markdown, add better links by Kevin Burke · 7 years ago
  35. f52d181 semaphore: make test time independent of GOMAXPROCS by Jonathan Amsterdam · 8 years ago
  36. 57af736 syncmap: release m.mu during (*RWMutexMap).Range callbacks by Bryan C. Mills · 8 years ago
  37. 305c7b3 syncmap: backport CL 42095 by Bryan C. Mills · 8 years ago
  38. de49d9d semaphore: avoid loop variable capture by closure by Jonathan Amsterdam · 8 years ago
  39. 5a06fca semaphore: add a weighted semaphore implementation by Jonathan Amsterdam · 8 years ago
  40. a60ad46 syncmap: remove blocking for all operations on existing keys by Bryan C. Mills · 8 years ago
  41. 86ddc85 syncmap: make quick-check output more readable by Bryan C. Mills · 8 years ago
  42. 37569ff syncmap: add benchmark for Range by Bryan C. Mills · 8 years ago
  43. 54b13b0 syncmap: add a synchronized map implementation. by Bryan C. Mills · 8 years ago
  44. 450f422 .: add codereview.cfg by Josh Bleecher Snyder · 8 years ago
  45. 81567d9 errgroup: fix misleading comment in MD5All example by Bryan C. Mills · 8 years ago
  46. 1ae7c7b singleflight: copy from internal/singleflight in standard library by Matt Layher · 8 years ago
  47. 316e794 sync: delete dummy builders_test file by Bryan C. Mills · 8 years ago
  48. 53cf14c errgroup: fix build errors in errgroup_test by Bryan C. Mills · 8 years ago
  49. 457c582 errgroup: add package by Bryan C. Mills · 8 years ago
  50. c6cf257 sync: add a Go file to make the builders happy by Brad Fitzpatrick · 8 years ago
  51. b62d5b6 initial commit by Andrew Gerrand · 9 years ago