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
/
debug.go
Age
Commit message (
Expand
)
Author
2022-09-01
Revert "runtime: convert ncgocall to atomic type"
Michael Pratt
2022-09-01
runtime: convert ncgocall to atomic type
cuiweixie
2022-08-02
runtime: trivial replacements of g in remaining files
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2021-11-05
runtime: add a maymorestack hook that moves the stack
Austin Clements
2021-11-05
runtime: add always-preempt maymorestack hook
Austin Clements
2021-06-25
runtime: make ncgocall a global counter
Tao Qingyun
2020-09-10
runtime: update docs for GOMAXPROCS
ipriver
2020-03-18
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2020-01-24
Revert "runtime: don't hold worldsema across mark phase"
Michael Knyszek
2019-09-04
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2019-04-23
cmd/go: move runtime/debug.modinfo to runtime.modinfo
Russ Cox
2018-05-08
runtime: add js/wasm architecture
Richard Musiol
2017-09-27
runtime: eliminate GOMAXPROCS limit
Austin Clements
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-05
runtime: document that NumCPU does not change
Russ Cox
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-07-10
runtime: clarify that NumCPU returns only available CPUs
Ian Lance Taylor
2015-05-18
runtime: factor stoptheworld/starttheworld pattern
Austin Clements
2015-02-02
runtime: rename m.gcing to m.preemptoff and make it a string
Austin Clements
2014-11-12
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
Russ Cox
2014-11-11
[dev.cc] runtime: convert scheduler from C to Go
Russ Cox
2014-09-16
runtime: always run semacquire on the G stack
Keith Randall
2014-09-08
build: move package sources from src/pkg to src
Russ Cox