Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-02 | Consolidate most synchronization primitive linknames in the sync package. | Jamie Liu | |
PiperOrigin-RevId: 345359823 | |||
2020-11-23 | Fix link against runtime.goyield. | Adin Scannell | |
This function does not exist in Go 1.13. We need to add an adaptor to build against Go 1.13, which is the default Ubuntu version. PiperOrigin-RevId: 343929132 |