aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-18net/url: allow commas in hostnames for mongodb urlsyueyoum
2026-03-18cmd/go: make the package loader a part of the module loaderMichael Matloob
2026-03-18cmd/compile: allow halt flag to run concurrentlyDaniel Morsing
2026-03-17cmd/internal/obj/loong64: centralize the functions for getting instruction co...limeidan
2026-03-17cmd/compile: simplify the implementation of LoweredZeroLoop on loong64Guoqi Chen
2026-03-17cmd/internal/obj/loong64: correcting spelling errors in the commentsGuoqi Chen
2026-03-17cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functionsKeith Randall
2026-03-17runtime: fix memclrNoHeapPointersPreemptibleKeith Randall
2026-03-17go/types, types2: handle unconstrained type parameters correctly in a few placesRobert Griesemer
2026-03-17cmd/compile: use 128-bit arm64 vector ops for Move expansionAlexander Musman
2026-03-17cmd/compile: don't treat string literal as static data in FIPS modeCherry Mui
2026-03-17crypto/rsa: improve Precompute documentationFilippo Valsorda
2026-03-17os/exec: document that Cmd.Wait must not be called concurrentlyBasavaraj PB
2026-03-17context: fix package doc description of WithDeadlineCause and WithTimeoutCauseyongqijia
2026-03-17cmd/compile: eliminate redundant sign-extensions for wasmGeorge Adams
2026-03-17cmd/go: update urls in documentation to go.devSean Liao
2026-03-17cmd/go/internal/modload: delete unused filesWuGuangyao
2026-03-17cmd/go/internal/verylongtest: check MustHaveGoBuild in TestGoBuildUmaskMichael Matloob
2026-03-16cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))Meng Zhuo
2026-03-16internal/syscall/windows: don't force image section checks in Deleteatqmuntal
2026-03-16internal/poll: pin all objects needed during overlapped I/Odatabase64128
2026-03-16reflect: document corner cases of TypeAssertMateusz Poliwczak
2026-03-16slices: document that Delete, DeleteFunc, Replace, Insert modify the slicekovan
2026-03-16cmd/go/internal/test: enable stdversion by defaultSean Liao
2026-03-16cmd/go: ensure go.mod and go.sum are consistent after `go get -tool`Ian Alexander
2026-03-16cmd/compile/internal/noder: factor out common UIR versionRobert Griesemer
2026-03-16net/http/internal/http2: deflake TestServer_Rejects_Too_Many_StreamsDamien Neil
2026-03-13cmd/link: use 13.0.0 OS version for macOS linkingDmitri Shuralyov
2026-03-13cmd/go: split mod_get_pseudo_hg test to allow parts to run in parallelmatloob
2026-03-13cmd/go: move go_unix_test tests to cmd/go/internal/verylongtestmatloob
2026-03-13cmd/go: split reuse_hg test to allow parts to run in parallelmatloob
2026-03-13cmd/go/internal/vcweb: hold hg server lock while servingmatloob
2026-03-13cmd/compile: keep blank nodes alive in b.loopJunyang Shao
2026-03-12net/http/internal/http2: drop benchmarks which use synctestDamien Neil
2026-03-12bytes,slices,strings: ContainsFunc: document short-circuit semanticsAlan Donovan
2026-03-12cmd/go: isolate some very long testsMichael Matloob
2026-03-12cmd/go: add VCS telemetry counterRoland Shoemaker
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-12net/http/internal/http2: skip TestTransportNewClientConnCloseOnWriteErrorDamien Neil
2026-03-12net/http/internal/http2: remove fake connection autowaitDamien Neil
2026-03-12net/http/internal/http2: make server write errors stickyDamien Neil
2026-03-12net/http/internal/http2: remove ServeConnOpts.UpgradeRequestDamien Neil
2026-03-12net/http: move DetectContentType into net/http/internalDamien Neil
2026-03-12net/http/internal/http2: remove TestClientConnPingDamien Neil
2026-03-12net/http/internal/http2: remove TestConfigureTransportDamien Neil
2026-03-12net/http/internal/http2: remove TestTransportGroupsPendingDialsDamien Neil
2026-03-12net/http/internal/http2: remove TestServerUpgradeRequestPrefaceFailureDamien Neil
2026-03-12net/http/internal/http2: remove TestServerHandleCustomConnDamien Neil
2026-03-12net/http/internal/http2: use newServerTester in TestIssue53Damien Neil
2026-03-12net/http/internal/http2: remove TestServeConnNilOptsDamien Neil