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-11-30
[release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...
Than McIntosh
2022-11-25
[release-branch.go1.19] runtime: make GC see object as allocated after it is ...
Cherry Mui
2022-11-09
[release-branch.go1.19] runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-11-08
[release-branch.go1.19] runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-10-24
[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-24
[release-branch.go1.19] runtime: always keep global reference to mp until mex...
Michael Pratt
2022-09-13
[release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGS
Austin Clements
2022-08-31
[release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...
Cherry Mui
2022-08-31
[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernels
Paul E. Murphy
2022-08-29
[release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...
Ian Lance Taylor
2022-07-30
runtime: fix typos
hopehook
2022-07-29
cmd/dist: always pass -short=true with -quick
Ian Lance Taylor
2022-07-26
runtime/cgo: use frame address to set g0 stack bound
Cherry Mui
2022-07-25
runtime: fix runtime.Breakpoint() on windows/arm64
qmuntal
2022-07-24
runtime: fix typo in function comments
Abirdcfly
2022-07-19
runtime: revert to using the precomputed trigger for pacer calculations
Michael Anthony Knyszek
2022-07-18
runtime: fix typos
Jun10ng
2022-07-13
runtime: clear timerModifiedEarliest when last timer is deleted
Michael Pratt
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-07-07
runtime: overestimate the amount of allocated memory in heapLive
Michael Anthony Knyszek
2022-07-04
runtime: pass correct string to exits on Plan 9
Ori Bernstein
2022-06-29
runtime: add race annotations to cbs.lock
Michael Pratt
2022-06-29
runtime: add race annotations to metricsSema
Michael Pratt
2022-06-28
runtime: clean up unused function gosave on loong64
Guoqi Chen
2022-06-27
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache
Russ Cox
2022-06-26
runtime: avoid fma in mkfastlog2table
Ian Lance Taylor
2022-06-25
runtime: mark string comparison hooks as no split
Khaled Yakdan
2022-06-21
runtime/trace: ignore fallback stacks in test
Rhys Hiltner
2022-06-21
runtime: convert flaky semaphore linearity test into benchmark
Michael Anthony Knyszek
2022-06-16
runtime: write much more direct test for semaphore waiter scalability
Michael Anthony Knyszek
2022-06-15
syscall, runtime/internal/syscall: always zero the higher bits of return valu...
Guoqi Chen
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2022-06-13
runtime: add HACKING section on nosplit functions
Austin Clements
2022-06-10
runtime: fix stack split at bad time when fuzzing
Khaled Yakdan
2022-06-09
runtime/cgo: retry _beginthread on EACCES
Michael Pratt
2022-06-09
runtime/cgo: merge bodies of cgo_sys_thread_start on windows
Michael Pratt
2022-06-08
runtime: use pidleget for faketime jump
Michael Pratt
2022-06-08
runtime: skip TestGdbBacktrace on gdb bug
Austin Clements
2022-06-08
runtime: gofmt
Michael Pratt
2022-06-08
runtime: remove unused pipe and setNonblock on linux/loong64
Tobias Klauser
2022-06-07
runtime: document GOMEMLIMIT in environment variables section
Michael Pratt
2022-06-07
runtime: fix inline assembly trampoline for arm64
Khaled Yakdan
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-06-06
runtime: fix breakpoint in ppc64x
Alejandro Sáez
2022-06-04
runtime: fix typo in libfuzzer_arm64.s
Ikko Ashimine
2022-06-03
runtime: track total idle time for GC CPU limiter
Michael Anthony Knyszek
2022-06-03
runtime: avoid string allocation in printDebuglog
Michael Anthony Knyszek
2022-06-03
runtime: only use CPU time from the current window in the GC CPU limiter
Michael Anthony Knyszek
2022-05-27
runtime: cancel mark and scavenge assists if the limiter is enabled
Michael Anthony Knyszek
[next]