aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-03internal/testenv: exclude GOMAXPROCS when building test programmakepkgShulhan
2026-02-03all: set codereview remote name to upstreamShulhan
2026-02-03testing: print the counter if its greater than 1Shulhan
2026-02-03encoding/json: realign struct encodeState, structFields, and fieldShulhan
2026-02-03encoding/json: realign struct UnmarshalTypeError and decodeStateShulhan
2026-02-03bufio: realign struct ScannerShulhan
2026-02-03bufio: realign struct ReaderShulhan
2026-02-03mime/quotedprintable: fix encoding where a period alone on a lineShulhan
2026-02-03encoding/json: optimize isValidNumber functionShulhan
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-03[DO-NOT-MERGE] all: add Makefile for common tasksShulhan
2026-02-03internal/poll: readWriteUnlock should destroy fd when no remaining referencesqmuntal
2026-02-02compress/bzip2: use obscuretestdata.ReadFile to avoid creating temporaryIan Lance Taylor
2026-02-02go/types, types2: add missing Named.unpack call in Checker.hasVarSizeMark Freeman
2026-02-02testing/synctest: add SleepDamien Neil
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-02-02encoding/json: use pooled encoder in Encoder.EncodeJoe Tsai
2026-02-02cmd/cover, cmd/covdata: actually delete temp dirsIan Lance Taylor
2026-02-02crypto/tls: document resumption behavior across ConfigsFilippo Valsorda
2026-02-02internal/poll: move buffer pinning inside execIOqmuntal
2026-02-02internal/poll: consolidate cancelIO logic into waitIOqmuntal
2026-02-02net: don't wait 5 seconds to re-read /etc/resolv.confBrad Fitzpatrick
2026-02-02net/http: try to drain response body upon closing for better connection re-useNicholas S. Husin
2026-02-02crypto/sha1: use const table for key loading on loong64Julian Zhu
2026-01-30runtime: delete unused parameter of userForcedTony Tang
2026-01-30fmt: avoid storing input arguments on pp to help escape analysisthepudds
2026-01-30runtime: align end of systemstack_switch prologue on amd64 for consistency wi...Vasily Leonenko
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-30cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...Neal Patel
2026-01-29test/codegen: add bitwise operation combination testsXiaolin Zhao
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2026-01-29cmd/link: put type:* at the start of the type descriptorsIan Lance Taylor
2026-01-29cmd/compile: make prove use non-equality in subtraction for a stronger boundJonah Uellenberg
2026-01-29cmd/link: remove AIX special case for first type descriptorIan Lance Taylor
2026-01-29go/token: simplify fixOffsetMateusz Poliwczak
2026-01-29cmd/link: adjust symkind comparisons in XCOFF codeIan Lance Taylor
2026-01-29cmd/compile: update ABI document for loong64Guoqi Chen
2026-01-29runtime: use smaller max align for arm32Keith Randall
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-28go/scanner: document implicit semicolon in multiline commentsMateusz Poliwczak
2026-01-28go/parser: use (*Scanner).End instead of scannerhooksMateusz Poliwczak
2026-01-28go/parser: use (*Scanner).End in error testingMateusz Poliwczak
2026-01-28go/scanner: add End method to ScannerMateusz Poliwczak
2026-01-28math: optimize the floating-point pipeline on loong64Xiaolin Zhao
2026-01-28simd/archsimd: add missing cpufeature to generated mask/merge methodsDavid Chase
2026-01-28cmd/compile, simd: capture VAES instructions and fix AVX512VAES featureJunyang Shao
2026-01-28runtime/metrics: fix panic in Read with empty sliceAmol Yadav
2026-01-28crypto/tls: check verifiedChains roots when resuming sessionsRoland Shoemaker
2026-01-28crypto/tls: add verifiedChains expiration checking during resumptionRoland Shoemaker
2026-01-28Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone"Roland Shoemaker