aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-12net/http/internal/http2: remove ExportSetH2GoawayTimeoutDamien Neil
2026-03-12net/http/internal/http2: use net/http Transport and Server in testsDamien Neil
2026-03-12net/http/internal/http2: make tests passDamien Neil
2026-03-12internal/gate: import from x/net/internal/gateDamien Neil
2026-03-12net/http/internal/http2: initial importDamien Neil
2026-03-11runtime/cgo: clarify pinning requirement in Handle examplekovan
2026-03-11testing: recognize helper functions that use range-over-functionIan Lance Taylor
2026-03-11net/http: document which headers Request.Write handles speciallykovan
2026-03-11net, net/netip: document the lack of security properties of IsPrivateDamien Neil
2026-03-11cmd/link: fix macOS 13 buildRuss Cox
2026-03-11go/printer: use architecture-independent math for alignment decisionsNoam Cohen
2026-03-11net/http: add pluggable HTTP/3 support for closing idle connectionsNicholas S. Husin
2026-03-10syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...qmuntal
2026-03-10runtime/poll: fix race condition in Window's SendFileqmuntal
2026-03-10cmd/compile: fix arm direct tail callKeith Randall
2026-03-10cmd/compile: unwrap OCONVIFACE in staticinit for OAS2Oliver Eikemeier
2026-03-10cmd/internal/obj/arm: set spadj in arm32 tailcallThea Heinen
2026-03-10cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSIONRuss Cox
2026-03-10net: actually re-check resolv.conf when no explicit nameservers detectedMateusz Poliwczak
2026-03-10cmd/compile: add double-mask elimination rule for wasmGeorge Adams
2026-03-10bytes: remove unused indexBytePortableapocelipes
2026-03-10context: modernize AfterFunc example using WaitGroup.GoKrushnal Patil
2026-03-10cmd/compile: fix mips64 CALLtailinter argument countKeith Randall
2026-03-10runtime: GODEBUG=tracebacklabels=1 for 1.27+David Finkel
2026-03-10cmd/compile: forward small Load through Move to avoid redundant copiesdorbmon
2026-03-10cmd/link: put itabs in the .go.type sectionIan Lance Taylor
2026-03-10io/fs: document when ErrClosed should be returnedkovan
2026-03-10cmd/compile: remove loop variable capture workaroundsgojkovicmatija99
2026-03-10os: allow EPERM during TestGetwdDeepRuss Cox
2026-03-10cmd/go/internal/modload: update WillBeEnabled to check for go.workMichael Matloob
2026-03-10cmd/internal/obj/riscv: materialise 32 bit unsigned constantsJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation codeJoel Sing
2026-03-10cmd/internal/obj/riscv: factor out constant materialisation identificationJoel Sing
2026-03-10cmd/compile: add identity and absorption rules for wasmGeorge Adams
2026-03-10cmd/compile: fix ICE when checking slice capCuong Manh Le
2026-03-09cmd/go/internal/modfetch/codehost: cache some vcs opsmatloob
2026-03-09go/types, types2: implement simple generic trieRobert Griesemer
2026-03-09cmd/go/internal/cache: update trim timestamp before trimmingMichael Matloob
2026-03-09internal/poll: move rsan to heap on windowsdatabase64128
2026-03-09cmd/compile, go/*: allow generic methods starting with Go 1.27Robert Griesemer
2026-03-09go/types, types2: up-date testdata/manual templateRobert Griesemer
2026-03-09cmd/internal/test2json: generate and validate test artifactsEthan Reesor
2026-03-09testing: annotate output text typeEthan Reesor
2026-03-09cmd/go/internal/testdata: change list_std_vendor to use local modproxyMichael Matloob
2026-03-09cmd/go/testdata/script: update more tests to not use networkMichael Matloob
2026-03-09cmd/go/testdata/script: rewrite mod_invalid_version to not use networkmatloob
2026-03-09cmd/go/internal/modload: rename type `loader` to `packageLoader`Ian Alexander
2026-03-09net: correctly handle non-nil empty cmsg buffer on windowsdatabase64128
2026-03-08cmd/go: disallow go env -w GOROOT=...Russ Cox
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall