summaryrefslogtreecommitdiff
path: root/src/runtime/lockrank_off.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime: add world-stopped assertionsMichael Pratt2020-10-301-0/+16
* runtime: drop nosplit from primary lockrank functionsMichael Pratt2020-09-251-8/+2
* runtime: check held locks with staticlockrankingMichael Pratt2020-09-221-0/+8
* runtime: fix panic if newstack at runtime.acquireLockRankchainhelen2020-09-011-0/+10
* runtime, sync: add copyright headers to new filesIan Lance Taylor2020-07-251-0/+4
* runtime: incorporate Gscan acquire/release into lock ranking orderDan Scales2020-05-071-3/+9
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-071-0/+26