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
Age
Commit message (
Expand
)
Author
2025-04-30
cmd/go, cmd/internal/objabi: detect "devel" version by substring
Dmitri Shuralyov
2025-04-30
os: test overlapped pipes deadlines on Windows
qmuntal
2025-04-30
syscall: cache Errno.Error() on Windows
Jake Bailey
2025-04-30
net: support IPv6 addresses in ListenMulticastUDP on Windows
qmuntal
2025-04-30
testing: use more doc links
Sean Liao
2025-04-29
cmd/compile: relax tighten register-pressure heuristic slightly
Jakub Ciolek
2025-04-28
cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist...
Guoqi Chen
2025-04-28
crypto/internal/hpke: rename Receipient to Recipient
John Bampton
2025-04-28
cmd/list: fix -retracted flag description
goto1134
2025-04-26
mime: speed up ParseMediaType
Julien Cretel
2025-04-25
sync: tidy WaitGroup documentation, add WaitGroup.Go example
Austin Clements
2025-04-25
runtime: don't read /dev/random on Plan 9
David du Colombier
2025-04-25
cmd/dist: add "devel" substring check to isRelease computation
Dmitri Shuralyov
2025-04-25
cmd/compile: allow all of the preamble to be preemptible
Keith Randall
2025-04-24
runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64
limeidan
2025-04-24
cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64
Guoqi Chen
2025-04-24
crypto/sha256: improve performance of riscv64 assembly
Julian Zhu
2025-04-24
sync/atomic: document that atomic types should not be copied
Mateusz Poliwczak
2025-04-24
runtime: fix typo in comment
changwang ma
2025-04-24
cmd/compile: put constant value on node inside parentheses
Keith Randall
2025-04-24
runtime/debug: update SetCrashOutput example to not pass parent env vars
Felix Geisendörfer
2025-04-24
cmd/compile: add cast in range loop final value computation
Keith Randall
2025-04-24
runtime: fix tag pointers on aix
Keith Randall
2025-04-24
os,internal/poll: disassociate handle from IOCP in File.Fd
qmuntal
2025-04-23
runtime: use precise bounds of Go data/bss for race detector
Keith Randall
2025-04-23
runtime: align taggable pointers more so we can use low bits for tag
Keith Randall
2025-04-23
cmd/vet: add hostport analyzer
Alan Donovan
2025-04-23
cmd/vendor: update x/tools and x/text
Alan Donovan
2025-04-23
crypto/tls: skip part of the test based on GOOS instead of GOARCH
Nevkontakte
2025-04-23
internal/goexperiment: add Green Tea GC goexperiment
Michael Anthony Knyszek
2025-04-23
runtime: move some malloc constants to internal/runtime/gc
Michael Anthony Knyszek
2025-04-23
runtime: move sizeclass defs to new package internal/runtime/gc
Michael Anthony Knyszek
2025-04-23
runtime: optimize the function memequal using SIMD on loong64
limeidan
2025-04-22
runtime: fix typos in comments
Xiaolin Zhao
2025-04-22
Revert "runtime: only poll network from one P at a time in findRunnable"
Carlos Amedee
2025-04-22
net/http: replace map lookup with switch for scheme port
1911860538
2025-04-22
runtime, internal/runtime/maps: speed-up empty/zero map lookups
Mateusz Poliwczak
2025-04-22
cmd/compile: constant fold 128-bit multiplies
Keith Randall
2025-04-22
runtime: commit to spinbitmutex GOEXPERIMENT
Rhys Hiltner
2025-04-22
runtime: fix test of when a mutex is contended
Rhys Hiltner
2025-04-22
sync: use atomic.Bool for Once.done
Prabhav Dogra
2025-04-22
runtime: only poll network from one P at a time in findRunnable
Ian Lance Taylor
2025-04-21
cmd/compile: ensure we evaluate side effects of len() arg
Keith Randall
2025-04-21
cmd/compile: don't evaluate side effects of range over array
Keith Randall
2025-04-21
cmd/compile/internal/escape: avoid reading ir.Node during inner loop of walkOne
thepudds
2025-04-20
crypto/sha512: remove unnecessary move op, replace with direct add
Julian Zhu
2025-04-20
crypto/internal/fips140/aes: actually use the VTBL instruction on arm64
Joel Sing
2025-04-19
net: simplify readProtocols via sync.OnceFunc
1911860538
2025-04-19
fs: clarify documentation for ReadDir method
Matthew Burton
2025-04-19
math/big: use clearer loop bounds check elimination
Russ Cox
[prev]
[next]