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
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-28
runtime: define PanicBounds in funcdata.h
Ian Lance Taylor
2025-10-28
runtime: amend comments a bit
Jes Cok
2025-10-27
runtime: avoid bound check in freebsd binuptime
Cuong Manh Le
2025-10-27
runtime: remove unused cgoCheckUsingType function
Ian Lance Taylor
2025-10-24
runtime: add ppc and s390 to 32 build constraints for gccgo
Jorropo
2025-10-24
runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgo
Jorropo
2025-10-24
runtime: use 32-bit hash for maps on Wasm
Cherry Mui
2025-10-22
runtime: cleanup pagetrace
Florian Lehner
2025-10-22
runtime/cgo: fix cgoCheckArg description
Ariel Otilibili
2025-10-22
runtime: use backoff and ISB instruction to reduce contention in (*lfstack).p...
fanzha02
2025-10-21
runtime,syscall: implement and use syscalln on darwin
qmuntal
2025-10-21
all: gofmt -w
Jes Cok
2025-10-21
runtime: use timer_settime64 on 32-bit Linux
abdullahkiani007
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-21
runtime: clean dead architectures from go:build constraint
Jorropo
2025-10-20
runtime: save lasx and lsx registers in loong64 async preemption
Guoqi Chen
2025-10-20
runtime: make procyieldAsm no longer loop infinitely if passed 0
Michael Anthony Knyszek
2025-10-20
runtime: wrap procyield assembly and check for 0
Michael Anthony Knyszek
2025-10-20
runtime/trace: dump test traces on validation failure
Michael Anthony Knyszek
2025-10-20
runtime: fix generation skew with trace reentrancy
Michael Anthony Knyszek
2025-10-20
runtime: add _Gdeadextra status
Michael Anthony Knyszek
2025-10-20
runtime: add linkname documentation and guidance
Michael Pratt
2025-10-20
runtime: fix _rt0_ppc64x_lib on aix
qmuntal
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-17
all: correct name for comments
Jes Cok
2025-10-17
runtime: unify riscv64 library entry point
qmuntal
2025-10-16
runtime: use DC ZVA instead of its encoding in WORD in arm64 memclr
Vasily Leonenko
2025-10-15
runtime: increase repeat count for alloc test
Keith Randall
2025-10-15
runtime/pprof: fix errors in pprof_test
matloob
2025-10-15
runtime/pprof: skip flaky test TestProfilerStackDepth/heap for now
matloob
2025-10-14
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
David Chase
2025-10-14
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
David Chase
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-10
runtime: fail TestGoroutineLeakProfile on data race
Michael Anthony Knyszek
2025-10-10
runtime: support arm64 Neon in async preemption
Julia Lapenko
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-09
runtime: adjust softfloat corner cases to match amd64/arm64
David Chase
2025-10-09
cmd/compile: make 386 float-to-int conversions match amd64
David Chase
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-10-08
runtime: cleanup comments from asm_ppc64x.s improvements
Paul Murphy
2025-10-07
runtime: make work.spanSPMCs.all doubly-linked
Michael Pratt
2025-10-07
runtime: free spanQueue on P destroy
Michael Pratt
2025-10-07
net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed
Nicholas Husin
2025-10-07
runtime: fix self-deadlock on sbrk platforms
Michael Anthony Knyszek
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-07
runtime: assert p.destroy runs with GC not running
Michael Pratt
2025-10-06
runtime: delete redundant code in the page allocator
tony
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
[prev]
[next]