aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-03net/http: prevent blocking when draining response body after it has been closedNicholas S. Husin
2026-02-03internal/runtime: fix assembly for spectre retpoline instrumentationMichael Anthony Knyszek
2026-02-03bytes, strings: replace asciiSet bitset with lookup tableCorentin Chary
2026-02-03crypto/tls: revalidate whole chain on resumption on Windows and macOSFilippo Valsorda
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-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