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
2023-01-09
runtime: skip TestCgoPprofCallback in short mode, don't run in parallel
Ian Lance Taylor
2023-01-09
runtime/pprof: document possibility of empty stacks
Austin Clements
2023-01-09
runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2022-12-23
cmd/link, runtime: use a different section for Go libfuzzer counters
Cherry Mui
2022-12-22
runtime: revert Apple libc atfork workaround
Russ Cox
2022-12-22
runtime/internal/startlinetest: work around shared buildmode linking issue
Cherry Mui
2022-12-22
runtime/race: add build tag to internal amd64vN packages
Cherry Mui
2022-12-21
runtime/coverage: add missing file close in test support helper
Than McIntosh
2022-12-17
cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...
Guoqi Chen
2022-12-13
cmd/gc: test temp string comparison with all ops
Oleg Zaytsev
2022-12-08
cmd/{go,cover,covdata}: fix 'package main' inconsistent handling
Than McIntosh
2022-12-08
runtime: remove arbitrary timeouts in finalizer tests
Bryan C. Mills
2022-12-06
Revert "runtime/pprof: unskip TestTimeVDSO on Android"
Cherry Mui
2022-12-06
runtime/pprof: unskip TestTimeVDSO on Android
Cherry Mui
2022-12-05
runtime: prioritize VDSO and libcall unwinding in profiler
Cherry Mui
2022-12-05
runtime/cgo: fix typo in gcc_loong64.S
Cherry Mui
2022-12-05
runtime/cgo: add .file directive to GNU assembly files
Cherry Mui
2022-12-02
runtime/debug: add missing period
Russ Cox
2022-12-02
runtime/debug: more complete BuildInfo documentation
Russ Cox
2022-12-01
runtime,hash/maphash: eliminate maphash torture test for -race
Than McIntosh
2022-11-29
testing: remove stale builder names from windows tests
Than McIntosh
2022-11-24
syscall, runtime/internal/syscall: zero r2 before mips linux syscalls
Rongrong
2022-11-21
testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-*
Than McIntosh
2022-11-21
testing: skip flaky TestRaiseException on windows-amd64-2012-*
Than McIntosh
2022-11-19
runtime: change tfork behaviour to unbreak openbsd/mips64
Joel Sing
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
runtime,cmd/link: increase stack guard space when building with -race
Keith Randall
2022-11-18
runtime: optimise memmove on riscv64
Joel Sing
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-11-17
runtime: fix conflict between lfstack and checkptr
Keith Randall
2022-11-17
runtime: work around Apple libc bugs to make exec stop hanging
Russ Cox
2022-11-16
runtime/race: do not use cgo on macOS
Russ Cox
2022-11-15
runtime: clarify finalizer semantics for tiny objects
Changkun Ou
2022-11-15
runtime/pprof: scale mutex profile samples when they are recorded
Nick Ripley
2022-11-15
runtime: make GC see object as allocated after it is initialized
Cherry Mui
2022-11-14
Revert "runtime: delay incrementing freeindex in malloc"
Michael Knyszek
2022-11-14
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
qmuntal
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-11
internal/syscall/unix: use runtime.gostring for Gostring
Ian Lance Taylor
2022-11-11
all: fix problematic comments
cui fliter
2022-11-11
runtime/race: add missing copyright headers to syso import files
Bryan C. Mills
2022-11-11
runtime: delay incrementing freeindex in malloc
Cherry Mui
2022-11-10
runtime: retry thread creation on EAGAIN
Ian Lance Taylor
2022-11-10
runtime: consolidate some low-level error reporting
Ian Lance Taylor
2022-11-10
runtime: make Malloc benchmarks actually benchmark malloc
Cherry Mui
2022-11-09
runtime: using wyrand for fastrand on linux/loong64
Guoqi Chen
2022-11-08
runtime internal/cpu: rename "Zeus" "NeoverseV1".
Matthew Horsnell
2022-11-08
runtime: fix uncondition calls to traceGCSTWDone
Xiangdong Ji
2022-11-08
runtime: remove the started field from sweepdata
Jakub Ciolek
2022-11-08
runtime: smooth cons/mark with a moving average and use actual trigger
Michael Anthony Knyszek
[prev]
[next]