aboutsummaryrefslogtreecommitdiff
path: root/src/sync/waitgroup.go
AgeCommit message (Expand)Author
2019-03-05sync: allow inlining the Mutex.Unlock fast pathCarlo Alberto Ferraris
2018-03-15sync: make WaitGroup more space-efficientDiogo Pinela
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-06-21sync: make clear that WaitGroup.Done decrements by oneAlberto Donizetti
2017-02-17sync: make Mutex more fairDmitry Vyukov
2016-05-06cmd/vet: check sync.* types' copyingAliaksandr Valialkin
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-06-26sync: simplify WaitGroupDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox