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
Age
Commit message (
Expand
)
Author
2022-02-18
[release-branch.go1.17] runtime: simplify histogram buckets considerably
Michael Anthony Knyszek
2022-02-07
[release-branch.go1.17] runtime: set vdsoSP to caller's SP consistently
Cherry Mui
2021-12-22
[release-branch.go1.17] runtime: set iOS addr space to 40 bits with increment...
Michael Anthony Knyszek
2021-12-22
[release-branch.go1.17] runtime/race: rebuild darwin syso to work around macO...
Cherry Mui
2021-12-01
[release-branch.go1.17] runtime: keep //go:cgo_unsafe_args arguments alive to...
Jason A. Donenfeld
2021-11-24
[release-branch.go1.17] runtime: use correct constant when computing nsec rem...
Jason A. Donenfeld
2021-11-24
[release-branch.go1.17] runtime: on windows, read nanotime with one instructi...
Jason A. Donenfeld
2021-10-28
[release-branch.go1.17] runtime: consistently access pollDesc r/w Gs with ato...
Michael Pratt
2021-09-15
[release-branch.go1.17] runtime: in adjustTimers back up as far as necessary
Ian Lance Taylor
2021-08-13
[release-branch.go1.17] runtime: drop SIGPROF while in ARM < 7 kernel helpers
Michael Pratt
2021-08-10
doc: use "high address/low address" instead of "top/bottom"
fanzha02
2021-08-09
runtime/cgo: when using msan explicitly unpoison cgoCallers
Ian Lance Taylor
2021-08-06
runtime: allow arm64 SEH to be called if illegal instruction
Jason A. Donenfeld
2021-08-05
runtime: warn that KeepAlive is not an unsafe.Pointer workaround
Matthew Dempsky
2021-07-31
all: gofmt
Josh Bleecher Snyder
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-07-28
runtime: don't crash on nil pointers in checkptrAlignment
Matthew Dempsky
2021-07-26
runtime: correct variable name in comment
Koichi Shiraishi
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-07-22
runtime: move mem profile sampling into m-acquired section
David Chase
2021-07-20
runtime/debug: skip TestPanicOnFault on netbsd/arm
Benny Siegert
2021-07-19
cmd/compile: fix off-by-one error in traceback argument counting
Cherry Mui
2021-07-14
go/build, runtime/internal/sys: reserve GOARCH=loong64
WANG Xuerui
2021-07-09
runtime/pprof: call runtime.GC twice in memory profile test
Michael Anthony Knyszek
2021-07-08
Update oudated comment
makdon
2021-07-02
cmd/compile: fix stack growing algorithm
go101
2021-06-28
cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2021-06-28
runtime/internal/atomic: drop Cas64 pointer indirection in comments
Mia Zhu
2021-06-25
runtime/race: use race build tag on syso_test.go
Cherry Mui
2021-06-25
runtime: make ncgocall a global counter
Tao Qingyun
2021-06-22
runtime/internal/atomic: remove incorrect pointer indirection in comment
Xing Gao
2021-06-21
runtime: fix crash during VDSO calls on PowerPC
Derek Parker
2021-06-21
runtime/pprof: deflake TestMorestack more
Cherry Mui
2021-06-18
runtime: clarify Frames.Next documentation
Matthew Dempsky
2021-06-18
runtime: disable CPU profiling before removing the SIGPROF handler
Ian Lance Taylor
2021-06-17
cmd/pprof,runtime/pprof: disable test on more broken platforms
Michael Pratt
2021-06-14
runtime: update the variable name in comment
Eric Wang
2021-06-12
runtime: testprogcgo: don't call exported Go functions directly from Go
Ian Lance Taylor
2021-06-11
runtime: loop on EINTR in macOS sigNoteSleep
Ian Lance Taylor
2021-06-08
Revert "doc/go1.17: mention block profile bias fix"
Cherry Mui
2021-06-08
doc/go1.17: mention block profile bias fix
Felix Geisendörfer
2021-06-08
runtime: remove out-of-date comments about frame skipping
Matthew Dempsky
2021-06-03
runtime: avoid gp.lockedm race in exitsyscall0
Michael Pratt
2021-06-02
runtime/internal/sys: generate //go:build lines in gengoos.go
Tobias Klauser
2021-06-02
runtime: fix formatting
Keith Randall
2021-05-26
runtime,cmd/link/internal/ld: fix typos
tyltr
2021-05-24
cmd/compile: always include underlying type for map types
Keith Randall
2021-05-24
runtime: account for spill slots in Windows callback compilation
Michael Anthony Knyszek
2021-05-21
runtime: wait for Go runtime to initialize in Windows signal test
Jason A. Donenfeld
[next]