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
Age
Commit message (
Expand
)
Author
2026-02-13
runtime/cgo: deduplicate x_cgo_init and crosscall1
qmuntal
2026-02-13
runtime/cgo: deduplicate pthreads-related functions
qmuntal
2026-02-12
encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembers
Joe Tsai
2026-02-12
time: document that Parse does not support leap seconds
Sean Liao
2026-02-12
time: document that LoadLocation creates new Location instances
Sean Liao
2026-02-12
cmd/go: do not collect build information for test packages when not needed
Pierre Gimalac
2026-02-12
net: always set the servers field to defaultNS
Mateusz Poliwczak
2026-02-12
cmd/go: fix panic in 'go run -C'
Oleksandr Redko
2026-02-12
reflect: add examples for Value.Fields and Value.Methods
cuishuang
2026-02-12
math/big: optimize the implementation of lshVU on loong64
limeidan
2026-02-12
cmd/go/internal/bug: sync go bug headings with GitHub form
ThanhNguyxn
2026-02-12
cmd/compile: make the cached sdom always return the reverse PO
Daniel Morsing
2026-02-12
cmd/go/internal/modindex: eliminate duplicated vars
Kir Kolyshkin
2026-02-12
cmd/compile: fix slice bounds check elimination after function inlining
Youlin Feng
2026-02-12
cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulk
Michael Podtserkovskii
2026-02-12
crypto/tls: fix CurvePreferences comment
Simon Deziel
2026-02-12
cmd/compile: set alignment for all content-addressable symbols
Ian Lance Taylor
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-02-12
cmd/link: handle runtime.type based on size, not GOOS
Ian Lance Taylor
2026-02-11
internal/poll: simplify IOCP association checks
qmuntal
2026-02-11
internal/poll: avoid race between execIO and DisassociateIOCP
qmuntal
2026-02-11
runtime: conservatively scan extended register state
Alexander Musman
2026-02-11
cmd/link: correct libc dynamic linker path
Meng Zhuo
2026-02-10
cmd/compile, runtime: set alignment of type descriptors
Ian Lance Taylor
2026-02-10
cmd/internal/obj: add Align field to LSym
Ian Lance Taylor
2026-02-10
runtime: put a bool in front of initialization-done channel
Ian Lance Taylor
2026-02-10
cmd/compile: move likely used values into registers before entering loop
Keith Randall
2026-02-10
test/convert5: skip mipsle
Rongrong
2026-02-09
crypto/sha1: provide optimised assembly for riscv64
Julian Zhu
2026-02-09
runtime/pprof: fix missing Profile docs
Austin Clements
2026-02-09
crypto/des: correct finalPermutation comment from 4-bit to 64-bit
cuishuang
2026-02-09
crypto/tls: update bogo version
Roland Shoemaker
2026-02-09
runtime: add race instrumentation for moduleToTypelinksLock
chressie
2026-02-07
runtime: use unsafe.Slice in itabInit
Ian Lance Taylor
2026-02-07
internal/abi, runtime: put type descriptor sizes in internal/abi
Ian Lance Taylor
2026-02-06
runtime: simplify the implementation of walltime and nanotime1 on loong64
Guoqi Chen
2026-02-06
io/fs: document that Sub does not check for existence
Sean Liao
2026-02-06
cmd/link: run ELF tests on Solaris
Ian Lance Taylor
2026-02-06
cmd/link: only run ELF tests on ELF systems
Ian Lance Taylor
2026-02-06
net/url: add test case to ResolveReference
kami-sama
2026-02-06
internal/bytealg: unexport {Last,}IndexRabinKarp helpers
Tobias Klauser
2026-02-06
cmd/link: make TestTypePlacement work on AIX
Ian Lance Taylor
2026-02-06
cmd/link: use correct alignment for type descriptors on AIX
Ian Lance Taylor
2026-02-06
cmd/link: align covctrs symbol
Keith Randall
2026-02-06
net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponse
Dmitri Shuralyov
2026-02-06
internal/poll: move isBlocking checks to inside execIO
qmuntal
2026-02-06
internal/poll: optimize socket completion modes
qmuntal
2026-02-06
internal/poll: make waitIO more idempontent
qmuntal
2026-02-06
database/sql: ensure Null* types have Valid=false when Scan returns error
Ravi Sastry Kadali
2026-02-06
simd/archsimd: correct algorithm name in SHA256 ops documentation
Tom Thorogood
[prev]
[next]