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-03-25
crypto/x509: fix signature checking limit
Roland Shoemaker
2026-03-25
crypto/x509: hoist policy pruning out of loop
Roland Shoemaker
2026-03-25
runtime: use uname version check for 64-bit time on 32-bit arch codepaths
Brad Fitzpatrick
2026-03-25
cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other tests
Cherry Mui
2026-03-25
net/url: escape // at start of Path when OmitHost set
Damien Neil
2026-03-25
cmd/go: add information about GODEBUGs to go help gopath
Michael Matloob
2026-03-25
cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test
Dmitri Shuralyov
2026-03-25
debug/elf: handle program header count overflow
Ian Lance Taylor
2026-03-25
cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24
test: repair expected-error regexp in simd.go
David Chase
2026-03-24
go/build: remove non-existent internal/itoa
Damien Neil
2026-03-24
cmd/link: print more information in TestExtLinkCmdlineDeterminism
Cherry Mui
2026-03-24
net/url: permit colons in the host subcomponent of non-http/https URLs
Damien Neil
2026-03-24
cmd/go/testdata/vcstest: explicitly set invalid-version's branch to main
matloob
2026-03-24
net/url: reattach package doc comment
Damien Neil
2026-03-24
runtime: zero-extend Windows error code in syscall_syscalln
Christian Hoeppner
2026-03-24
cmd/compile: handle string literals in FIPS mode consistently
Cherry Mui
2026-03-24
internal/abi, cmd/link: centralize type descriptor size calculation
Jake Bailey
2026-03-24
internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order
Jake Bailey
2026-03-24
cmd/go: document that workspace use paths are not resolved through symlinks
gulmix
2026-03-24
cmd/go/internal/doc: remove flag listing from usage
Michael Matloob
2026-03-24
net/http/internal/http2: use fake net for TestTransportBlockingRequestWrite
Damien Neil
2026-03-24
cmd/link: raise minimum windows version to 10
Jason A. Donenfeld
2026-03-24
net/http: add a test for starting a server with no HTTP/2 and no TLS config
Damien Neil
2026-03-24
spec: s/defined/declared/ in a handful of places (cleanup)
Robert Griesemer
2026-03-24
spec: predeclared types are named, not defined types
Robert Griesemer
2026-03-24
net/http: fix panic in ServeTLS on nil TLSConfig
chressie
2026-03-24
runtime: return the error code as a return value in syscallN_trampoline
qmuntal
2026-03-24
doc/next: add release note for automatic HTTP/1 response body draining
Nicholas S. Husin
2026-03-23
net/http/internal/http2: remove inaccessible write schedulers
Nicholas S. Husin
2026-03-23
net/http: make ResponseWriter.ReadFrom respect declared Content-Length
Nicholas S. Husin
2026-03-23
net: avoid wrapping io.EOF in UnixConn read methods
Basavaraj PB
2026-03-23
net/http/internal/http2: modernize the package
qiulaidongfeng
2026-03-23
cmd/go: fix autocgo test fail when set CGO_ENABLED during make.bash
qiulaidongfeng
2026-03-23
runtime/race: apply LLVM zero-initialization fix
Michael Pratt
2026-03-23
test/codegen: add codegen checks for float32/float64 conversions optimizations
Julian Zhu
2026-03-22
cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from t...
limeidan
2026-03-20
Revert "runtime: disable test for 78081"
Keith Randall
2026-03-20
Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...
Michael Pratt
2026-03-20
Revert "runtime: fix memclrNoHeapPointersPreemptible"
Michael Pratt
2026-03-20
cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)
Robert Griesemer
2026-03-20
runtime: disable test for 78081
Keith Randall
2026-03-20
Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...
Michael Pratt
2026-03-20
all: update to x/tools@5d7afbc08aec
Dmitri Shuralyov
2026-03-20
cmd/compile: on arm64 pair a load with a load in a subsequent block
Keith Randall
2026-03-20
internal/pkgbits: add missing tests
Robert Griesemer
2026-03-20
cmd/internal/obj/arm64: new arm64 assembling path for SVE
Junyang Shao
2026-03-20
cmd/go: include test deps in buildinfo
Stefan VanBuren
2026-03-20
cmd/go/internal/help: reword packages and importpath docs
Sean Liao
2026-03-20
cmd/compile: elide sign-extend after zero-extend for wasm
George Adams
[prev]
[next]