index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
lockrank_off.go
Age
Commit message (
Expand
)
Author
2024-07-19
runtime: mark lockWithRankMayAcquire as nosplit
Cuong Manh Le
2024-04-22
runtime: always acquire M when acquiring locks by rank
Rhys Hiltner
2023-04-24
runtime: add raceFiniLock to lock ranking
Ian Lance Taylor
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-30
runtime: add world-stopped assertions
Michael Pratt
2020-09-25
runtime: drop nosplit from primary lockrank functions
Michael Pratt
2020-09-22
runtime: check held locks with staticlockranking
Michael Pratt
2020-09-01
runtime: fix panic if newstack at runtime.acquireLockRank
chainhelen
2020-07-25
runtime, sync: add copyright headers to new files
Ian Lance Taylor
2020-05-07
runtime: incorporate Gscan acquire/release into lock ranking order
Dan Scales
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales