]> Cypherpunks.ru repositories - gostls13.git/history - test/inline_sync.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / inline_sync.go
2023-10-06 mstmdevsync: use atomic.Uint32 in Once
2023-05-12 Cherry Muireflect: do not escape Value.Type
2022-09-09 Cuong Manh Lesync: convert RWMutex.{readerCount,readerWait} to atomi...
2022-09-07 Ian Lance TaylorRevert "sync: convert Once.done to atomic type"
2022-09-06 cuiweixiesync: convert Once.done to atomic type
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-25 Joel Singtest: re-enable atomic intrinsic related tests on riscv64
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-25 Joel Singtest: adjust tests for riscv64
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-02 Matthew Dempskycmd/compile: skip escape analysis diagnostics for OADDR
2019-03-09 Carlo Alberto Ferrarissync: allow inlining the RWMutex.RUnlock fast path
2019-03-09 Carlo Alberto Ferrarissync: allow inlining the Once.Do fast path
2019-03-09 Carlo Alberto Ferrarissync: allow inlining the Mutex.Lock fast path
2019-03-05 Alberto Donizettitest: skip mutex Unlock inlining tests on a few builders
2019-03-05 Carlo Alberto Ferrarissync: allow inlining the Mutex.Unlock fast path