aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-01-28cmd/compile: simplify slice/array range loops on loong64Guoqi Chen
2026-01-28cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x)))Xiaolin Zhao
2026-01-28cmd/compile: remove the NORconst op on mips{,64}Xiaolin Zhao
2026-01-27reflect: allow conversions between slices of named {byte,rune} and stringKeith Randall
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27os/exec: document blocking Stdin/Stdout/StderrIan Lance Taylor
2026-01-27cmd/link: remove unused symbol kind SFUNCTABIan Lance Taylor
2026-01-27simd/archsimd: fix typo in the SHA256Message1 documentation stringNeal Patel
2026-01-27cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSizeIan Lance Taylor
2026-01-27go/types, types2: rename Named.finite to Named.varSizeMark Freeman
2026-01-27internal/runtime/gc/scan: include package in expandAVX512 symbol namesMichael Pratt
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
2026-01-27go/types, types2: add check for map value completeness in IndexExprMark Freeman
2026-01-27go/types, types2: replace pendingType with completion checkMark Freeman
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2026-01-27crypto/subtle: add vector implementation of xorBytes for riscv64Joel Sing
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-26doc/go1.27: document macOS requirementsDmitri Shuralyov
2026-01-26README.vendor: document release cycle considerationsDmitri Shuralyov