aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lockrank_off.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-30runtime: add world-stopped assertionsMichael Pratt
2020-09-25runtime: drop nosplit from primary lockrank functionsMichael Pratt
2020-09-22runtime: check held locks with staticlockrankingMichael Pratt
2020-09-01runtime: fix panic if newstack at runtime.acquireLockRankchainhelen
2020-07-25runtime, sync: add copyright headers to new filesIan Lance Taylor
2020-05-07runtime: incorporate Gscan acquire/release into lock ranking orderDan Scales
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales