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-12-04
cmd/internal/fuzztest: move fuzz tests out of cmd/go test suite
Michael Matloob
2025-12-04
crypto: use rand.IsDefaultReader instead of comparing to boring.RandReader
qmuntal
2025-12-04
cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds
Jorropo
2025-12-03
[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back on
David Chase
2025-12-03
[dev.simd] all: merge master (5945fc0) into dev.simd
David Chase
2025-12-03
[dev.simd] internal/buildcfg: default-disable simd experiment, for merge w/ m...
David Chase
2025-12-03
[dev.simd] simd: make "best" instruction choice also depend on commutativity
David Chase
2025-12-03
crypto/hpke: remove unused hybridKEM field
qmuntal
2025-12-03
go/{ast,doc}: update BasicLit.ValueEnd as well as ValuePos
Alan Donovan
2025-12-03
cmd/link: don't update offset of existing ELF section name
Ian Lance Taylor
2025-12-02
cmd/compile: ensure bloop only kept alive addressable nodes
Cuong Manh Le
2025-12-02
net: parse addresses without separators in ParseMac
Devon Mar
2025-12-02
cmd/compile: more generated equality function tests
khr@golang.org
2025-12-02
crypto/x509: prevent HostnameError.Error() from consuming excessive resource
Nicholas S. Husin
2025-12-02
cmd/go: add test checking version with experiment is valid
matloob@golang.org
2025-12-01
runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS
Michael Pratt
2025-12-01
net/http: deflake TestClientConnReserveAndConsume
Damien Neil
2025-12-01
internal/runtime/cgroup: remove duplicate readString definition
Michael Pratt
2025-12-01
internal/runtime/cgroup: lineReader fuzz test
胡玮文
2025-12-01
debug/elf: correct case of DWARF in comment
Ian Lance Taylor
2025-12-01
cmd/pprof: update vendored github.com/google/pprof
Dmitri Shuralyov
2025-12-01
cmd/compile: run go generate for internal/ir
Lin Lin
2025-12-01
all: update vendored dependencies
Dmitri Shuralyov
2025-12-01
vendor/golang.org/x/tools: update to 1ad6f3d
Alan Donovan
2025-12-01
debug/elf: make check for empty symbol section consistent for 64-bit and 32-b...
Aditya Sirish A Yelgundhalli
2025-11-28
cmd/compile: avoid unnecessary interface conversion in bloop
Cuong Manh Le
2025-11-28
runtime/secret: disable tests under memory validating modes
Daniel Morsing
2025-11-27
fmt: document space behavior of Append
Alan Donovan
2025-11-27
runtime/secret: reorganize tests to fix -buildmode=shared
Daniel Morsing
2025-11-27
runtime/_mkmalloc: fix log.Fatal formatting directive
Filippo Valsorda
2025-11-26
internal/runtime/cgroup: stricter unescapePath
胡玮文
2025-11-26
internal/runtime/cgroup: fix path on non-root mount point
胡玮文
2025-11-26
internal/runtime/cgroup: simplify escapePath in test
胡玮文
2025-11-26
io: reduce intermediate allocations in ReadAll and have a smaller final result
thepudds
2025-11-26
os: allow direntries to have zero inodes on Linux
Dave Vasilevsky
2025-11-26
cmd/link: test that moduledata is in its own section
Ian Lance Taylor
2025-11-26
cmd/link: test that findfunctab is in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: test that funcdata values are in gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: always run current linker in tests
Ian Lance Taylor
2025-11-26
cmd/link: put moduledata in its own .go.module section
Ian Lance Taylor
2025-11-26
cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi
Ian Lance Taylor
2025-11-26
cmd/link: put runtime.findfunctab in the .gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: put funcdata symbols in .gopclntab section
Ian Lance Taylor
2025-11-26
cmd/link: build shstrtab from ELF sections
Ian Lance Taylor
2025-11-26
cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum
Ian Lance Taylor
2025-11-26
cmd/link: sort allocated ELF section headers by address
Ian Lance Taylor
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-26
cmd/link, cmd/internal/obj: fix a remote call failure issue
limeidan
2025-11-26
cmd/internal/obj/loong64: remove the incorrect unsigned instructions
Xiaolin Zhao
2025-11-26
go/types, types2: remove InvalidTypeCycle from literals.go
Mark Freeman
[prev]
[next]