aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lockrank_on.go
AgeCommit message (Expand)Author
2021-03-10runtime: check partial lock ranking orderMichael Pratt
2021-03-05runtime: update paniclk orderingMichael Pratt
2021-02-24docs: fix spellingJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-30runtime: tighten systemstack in lock assertionsMichael Pratt
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-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