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-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
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-18
runtime: avoid unsafe.{Slice,String} in debuglog
Michael Pratt
2022-10-18
internal/godebug: remove dependency on os
Russ Cox
2022-10-18
runtime/internal/atomic: add write barrier-enabled pointer atomics
Russ Cox
2022-10-17
runtime/coverage: skip more tests in short mode
Than McIntosh
2022-10-17
runtime: run TestCgoSigfwd on all Unix platforms
Austin Clements
2022-10-17
runtime: improve coverage of TestCgoSigfwd
Austin Clements
2022-10-17
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
Austin Clements
2022-10-17
runtime: remove redundant conversion
Dan Kortschak
2022-10-15
reflect: add Value.Grow
Joe Tsai
2022-10-14
runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm function
Cherry Mui
2022-10-14
runtime/pprof: set Function.start_line field
Michael Pratt
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-10-14
runtime: add msan support on freebsd/amd64
Dmitri Goutnik
2022-10-12
arena: add experimental arena package
Michael Anthony Knyszek
2022-10-12
runtime: add safe arena support to the runtime
Michael Anthony Knyszek
2022-10-12
runtime: make (*mheap).sysAlloc more general
Michael Anthony Knyszek
2022-10-12
runtime: factor out GC assist credit accounting
Michael Anthony Knyszek
2022-10-12
runtime: factor out mheap span initialization
Michael Anthony Knyszek
2022-10-12
runtime: fix invalid pointer in windows/arm64 badsignal2
Bill Zissimopoulos
2022-10-12
all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-10
runtime: mark arenaIdx.l1 and arenaIdx.l2 methods as nosplit
Than McIntosh
[prev]
[next]