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-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
2022-11-07
runtime: fix a few function names on comments
cui fliter
2022-11-07
runtime: yield in goschedIfBusy if gp.preempt
Michael Pratt
2022-11-04
runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktrace
Bryan C. Mills
2022-11-03
runtime: support control flow guard on windows/amd64
qmuntal
2022-11-01
runtime: check for ErrWaitDelay in runBuiltTestProg
Bryan C. Mills
2022-11-01
runtime: fix missing error print in TestCgoSigfwd
Austin Clements
2022-11-01
runtime: skip TestArenaCollision on failed reservation
Austin Clements
2022-11-01
net: use libc (not cgo) for DNS on macOS
Russ Cox
2022-10-31
internal/testenv: remove RunWithTimout
Bryan C. Mills
2022-10-29
runtime/internal/atomic: enable atomic 64bit types for all functions on linux...
Guoqi Chen
2022-10-27
runtime: add wasm bulk memory operations
Garet Halliday
2022-10-26
runtime: add missing closing curly brace in runtime corruption error message
Brad Fitzpatrick
2022-10-26
cmd/internal/obj/ppc64: generate big uint32 values in register
Paul E. Murphy
2022-10-26
runtime/internal/syscall: use ABIInternal for Syscall6 on riscv64
Wayne Zuo
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-10-26
all: delete riscv64 non-register ABI fallback path
Wayne Zuo
2022-10-25
math/rand: auto-seed global source
Russ Cox
2022-10-25
runtime/internal/syscall: convert PPC64 Syscall6 to ABIInternal
Paul E. Murphy
2022-10-24
runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-10-21
runtime: gofmt
Cherry Mui
2022-10-21
runtime: skip TestVectoredHandlerExceptionInNonGoThread
qmuntal
2022-10-21
runtime/race: add GOAMD64=v3 version of linux race .syso
Keith Randall
2022-10-20
runtime: fix TestVectoredHandlerExceptionInNonGoThread
qmuntal
2022-10-20
runtime: Add vdso on freebsd/riscv64
Mikael Urankar
2022-10-19
runtime: ignore exceptions from non-Go threads on windows arm/arm64
qmuntal
2022-10-18
runtime: throw in unreachable exitThread
Michael Pratt
[prev]
[next]