aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-25crypto/x509: fix signature checking limitRoland Shoemaker
2026-03-25crypto/x509: hoist policy pruning out of loopRoland Shoemaker
2026-03-25runtime: use uname version check for 64-bit time on 32-bit arch codepathsBrad Fitzpatrick
2026-03-25cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other testsCherry Mui
2026-03-25net/url: escape // at start of Path when OmitHost setDamien Neil
2026-03-25cmd/go: add information about GODEBUGs to go help gopathMichael Matloob
2026-03-25cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist testDmitri Shuralyov
2026-03-25debug/elf: handle program header count overflowIan Lance Taylor
2026-03-25cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24test: repair expected-error regexp in simd.goDavid Chase
2026-03-24go/build: remove non-existent internal/itoaDamien Neil
2026-03-24cmd/link: print more information in TestExtLinkCmdlineDeterminismCherry Mui
2026-03-24net/url: permit colons in the host subcomponent of non-http/https URLsDamien Neil
2026-03-24cmd/go/testdata/vcstest: explicitly set invalid-version's branch to mainmatloob
2026-03-24net/url: reattach package doc commentDamien Neil
2026-03-24runtime: zero-extend Windows error code in syscall_syscallnChristian Hoeppner
2026-03-24cmd/compile: handle string literals in FIPS mode consistentlyCherry Mui
2026-03-24internal/abi, cmd/link: centralize type descriptor size calculationJake Bailey
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-24cmd/go: document that workspace use paths are not resolved through symlinksgulmix
2026-03-24cmd/go/internal/doc: remove flag listing from usageMichael Matloob
2026-03-24net/http/internal/http2: use fake net for TestTransportBlockingRequestWriteDamien Neil
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-24net/http: add a test for starting a server with no HTTP/2 and no TLS configDamien Neil
2026-03-24spec: s/defined/declared/ in a handful of places (cleanup)Robert Griesemer
2026-03-24spec: predeclared types are named, not defined typesRobert Griesemer
2026-03-24net/http: fix panic in ServeTLS on nil TLSConfigchressie
2026-03-24runtime: return the error code as a return value in syscallN_trampolineqmuntal
2026-03-24doc/next: add release note for automatic HTTP/1 response body drainingNicholas S. Husin
2026-03-23net/http/internal/http2: remove inaccessible write schedulersNicholas S. Husin
2026-03-23net/http: make ResponseWriter.ReadFrom respect declared Content-LengthNicholas S. Husin
2026-03-23net: avoid wrapping io.EOF in UnixConn read methodsBasavaraj PB
2026-03-23net/http/internal/http2: modernize the packageqiulaidongfeng
2026-03-23cmd/go: fix autocgo test fail when set CGO_ENABLED during make.bashqiulaidongfeng
2026-03-23runtime/race: apply LLVM zero-initialization fixMichael Pratt
2026-03-23test/codegen: add codegen checks for float32/float64 conversions optimizationsJulian Zhu
2026-03-22cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from t...limeidan
2026-03-20Revert "runtime: disable test for 78081"Keith Randall
2026-03-20Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...Michael Pratt
2026-03-20Revert "runtime: fix memclrNoHeapPointersPreemptible"Michael Pratt
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-20runtime: disable test for 78081Keith Randall
2026-03-20Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...Michael Pratt
2026-03-20all: update to x/tools@5d7afbc08aecDmitri Shuralyov
2026-03-20cmd/compile: on arm64 pair a load with a load in a subsequent blockKeith Randall
2026-03-20internal/pkgbits: add missing testsRobert Griesemer
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-03-20cmd/go: include test deps in buildinfoStefan VanBuren
2026-03-20cmd/go/internal/help: reword packages and importpath docsSean Liao
2026-03-20cmd/compile: elide sign-extend after zero-extend for wasmGeorge Adams