Age | Commit message (Expand) | Author |
2021-08-05 | Merge release-20210726.0-39-g99325baf5 (automated) | gVisor bot |
2021-08-05 | Bump gVisor build tags to go1.19 | Michael Pratt |
2021-07-30 | Merge release-20210726.0-12-g62ea5c0a2 (automated) | gVisor bot |
2021-07-30 | checklinkname: rudimentary type-checking of linkname directives | Michael Pratt |
2021-07-20 | Merge release-20210712.0-29-g1ad382220 (automated) | gVisor bot |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-01 | Merge release-20210628.0-19-g16b751b6c (automated) | gVisor bot |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-06-01 | Move sync generics to their own packages | Tamir Duberstein |
2021-04-28 | Fix typo of Syncutil to sync on sync packages README | Koichi Shiraishi |
2021-04-14 | Merge release-20210408.0-30-g5c1052b6b (automated) | gVisor bot |
2021-04-14 | [syserror] Remove syserror from go_marshal | Zach Koopmans |
2021-03-03 | Merge release-20210301.0-8-g3e69f5d08 (automated) | gVisor bot |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-02-24 | Merge release-20210208.0-89-gba4dfa717 (automated) | gVisor bot |
2021-02-24 | Move //pkg/gate.Gate to //pkg/sync. | Jamie Liu |
2021-02-18 | Merge release-20210208.0-73-gf80a857a4 (automated) | gVisor bot |
2021-02-18 | Bump build constraints to Go 1.18 | Michael Pratt |
2021-02-17 | Add gohacks.Slice/StringHeader. | Jamie Liu |
2021-01-28 | Internal change. | Michael Pratt |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-10 | Merge release-20201130.0-74-g92ca72ecb (automated) | gVisor bot |
2020-12-09 | Add //pkg/sync:generic_atomicptrmap. | Jamie Liu |
2020-12-05 | Merge release-20201130.0-44-g8a45c8161 (automated) | gVisor bot |
2020-12-04 | Allow use of SeqAtomic with pointer-containing types. | Jamie Liu |
2020-12-04 | Merge release-20201130.0-37-g6708c8c97 (automated) | gVisor bot |
2020-12-04 | Require sync.RWMutex to lock and unlock from the same goroutine | Michael Pratt |
2020-12-03 | Merge release-20201130.0-25-ged8bdf461 (automated) | gVisor bot |
2020-12-02 | Consolidate most synchronization primitive linknames in the sync package. | Jamie Liu |
2020-11-23 | Merge release-20201109.0-102-g3deb5d0c0 (automated) | gVisor bot |
2020-11-23 | Fix link against runtime.goyield. | Adin Scannell |
2020-11-19 | Merge release-20201109.0-89-g3454d5721 (automated) | gVisor bot |
2020-11-19 | Require sync.Mutex to lock and unlock from the same goroutine | Michael Pratt |
2020-09-02 | Merge release-20200818.0-112-g5c6601120 (automated) | gVisor bot |
2020-09-02 | Update Go version constraint on sync/spin_unsafe.go. | Jamie Liu |
2020-09-02 | Merge release-20200818.0-111-g9bd016423 (automated) | gVisor bot |
2020-09-02 | Improve sync.SeqCount performance. | Jamie Liu |
2020-08-24 | Merge release-20200818.0-33-gab6c47421 (automated) | gVisor bot |
2020-08-24 | Bump build constraints to 1.17 | Michael Pratt |
2020-07-13 | Merge release-20200622.1-92-g9c32fd3f4 (automated) | gVisor bot |
2020-07-12 | Do not copy sleep.Waker | Ghanan Gowripalan |
2020-05-29 | Merge release-20200522.0-42-g65569cfc (automated) | gVisor bot |
2020-05-29 | Update Go version build tags | Michael Pratt |
2020-05-27 | Merge release-20200518.0-45-g0bc022b7 (automated) | gVisor bot |
2020-05-20 | Remove implicit dependencies for leaf packages. | Rahat Mahmood |
2020-05-07 | Merge release-20200422.0-51-g1f4087e (automated) | gVisor bot |
2020-04-02 | Merge release-20200323.0-57-g30388ff (automated) | gVisor bot |
2020-04-02 | Rename files in //pkg/sync to better reflect what they contain. | Jamie Liu |
2020-03-25 | Merge release-20200219.0-224-gd04adeb (automated) | gVisor bot |
2020-03-25 | Fix data-race in endpoint.Readiness | Bhasker Hariharan |